Skip to content

Version 2.0.0 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@jpalladino84 jpalladino84 released this 07 Aug 16:30
· 140 commits to master since this release

Complete re-write of the framework.

  • Added ORM and Database layers for persistent data.
    • ORM: Peewee
    • Database: Sqlite
  • Restructured project
    • moved/renamed files
    • added/removed directories
    • various other tweaks
  • Added config.py files to each modules to allow for configurability.