Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.38 KB

readme.md

File metadata and controls

37 lines (24 loc) · 1.38 KB

Sapyens

Sapyens — SQLAlchemy & Pyramid enhancements

Overview

  • sapyens_scaffold — Pyramid scaffold for creating projects
  • 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

Documentation

Install

Install latest stable version (PyPI package):

pip install sapyens

Development version:

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

Feedback

Please don't hesitate to submit bugs/questions/whatever to the issue tracker.

License

Copyright © 2012, 2016 Sapyens contributors (listed in contributors.md file)
Licensed under the Apache License, Version 2.0. See the LICENSE file for the full license text. See tldrlegal.com for a quick summary.