Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fillest/sapyens

SQLAlchemy & Pyramid enhancements
https://github.com/fillest/sapyens

Last synced: 30 days ago
JSON representation

SQLAlchemy & Pyramid enhancements

Awesome Lists containing this project

README

        

# Sapyens
Sapyens — [SQLAlchemy](https://www.sqlalchemy.org/) & [Pyramid](https://github.com/Pylons/pyramid) enhancements

## Overview
* sapyens_scaffold — Pyramid scaffold for creating projects
* sapyens.crud — customizable generic views and templates for building [CRUD](http://en.wikipedia.org/wiki/Create,_read,_update_and_delete)s
* 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
* [Documentation](https://github.com/fillest/sapyens/wiki)
* [Changelog](https://github.com/fillest/sapyens/blob/master/changelog.md)

## Install
Install latest stable version ([PyPI package](http://pypi.python.org/pypi/sapyens)):

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](https://github.com/fillest/sapyens/issues).

## 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](https://www.tldrlegal.com/l/apache2) for a quick summary.