Skip to content

Pybooru 3.0

Compare
Choose a tag to compare
@LuqueDaniel LuqueDaniel released this 06 Dec 21:02
· 259 commits to master since this release
  • In this version there's a nice amount of code improvements.
  • Added compatibility with Python 3.
  • Pybooru now use requests.
  • Replace "%s" % (foo) for "{0}".format(foo).
  • Improvement code style.
  • Added Travis CI to the project