Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fillest/sapyens
SQLAlchemy & Pyramid enhancements
https://github.com/fillest/sapyens
Last synced: 30 days ago
JSON representation
SQLAlchemy & Pyramid enhancements
- Host: GitHub
- URL: https://github.com/fillest/sapyens
- Owner: fillest
- License: apache-2.0
- Created: 2012-06-16T14:33:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T19:06:26.000Z (about 8 years ago)
- Last Synced: 2024-10-04T15:18:27.000Z (2 months ago)
- Language: Python
- Homepage:
- Size: 886 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
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.