SQLAlchemy & Pyramid enhancements


License
Other
Install
pip install sapyens==0.2.1

Documentation

sapyens

Overview

sapyens — SQLAlchemy & Pyramid enhancements

  • sapyens.crud — customizable generic views and templates for building CRUDs
  • sapyens.db — SQLAlchemy helpers (initialization, model base classes, etc.)
  • sapyens.deploy — Fabric deploy helpers
  • sapyens.helpers — various helpers
  • sapyens.migrate — plain SQL migration management
  • sapyens.script — CLI script base class
  • sapyens.views — various generic views
  • Pyramid scaffold for sapyens-based projects

Docs

Install

Latest released version (PyPI package):

pip install sapyens

Development version:

pip install git+https://github.com/fillest/sapyens.git#egg=sapyens

Feedback

Please submit any bugs or feedback to the issue tracker

License

See license.txt (The MIT License)