Architect is a set of tools which enhances ORMs written in Python with more features and simplifies different database related complex tasks.
- Supported ORMs
- Django
- Peewee
- Pony
- SQLAlchemy
- Supported DBs
- PostgreSQL
- MySQL
- Supports Python 2.6 - 3.4
- Extensively documented
Architect has no required external dependencies except for the ORM it will be used with.
To install Architect, simply:
$ pip install architect
or:
$ easy_install architect
Documentation is available at http://architect.readthedocs.org.
I will be glad to get your feedback, pull requests, issues, whatever. Feel free to contact me for any questions.
If you like this project and want to support it, please GITTIP it's author.
Architect is licensed under Apache 2.0 license. Check the LICENSE for details.