Skip to content

fillest/sapyens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.