Metadata-Version: 1.1
Name: sapyens
Version: 0.2.0
Summary: SQLAlchemy & Pyramid enhancements
Home-page: https://github.com/fillest/sapyens
Author: Philipp Saveliev
Author-email: fsfeel@gmail.com
License: UNKNOWN
Description: # Sapyens — SQLAlchemy & Pyramid enhancements
        
        ## Overview
        * sapyens.crud — customizable generic views and templates for CRUD building
        * sapyens.db — SQLAlchemy helpers (initialization, base classes, etc.)
        * sapyens.helpers — various helpers
        * sapyens.migrate — plain SQL migration management
        * sapyens.script — console script base
        * sapyens.views — other generic views
        * Pyramid scaffold for Sapyens-based projects
        
        ## Setup
        To install latest released version (from [PyPI repository](http://pypi.python.org/pypi/sapyens)):
        
            pip install sapyens
        
        To install development version:
        
            pip install git+https://github.com/fillest/sapyens.git
        
        ## Docs
        [github.com/fillest/sapyens/wiki/Docs](https://github.com/fillest/sapyens/wiki/Docs)
        
        ## Issues
        Please submit any bugs or feedback to [the issue tracker](https://github.com/fillest/sapyens/issues)
        
        ## License
        See license.txt ([The MIT License](http://www.opensource.org/licenses/mit-license.php))
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
