nickspring / architect

A set of tools which enhances ORMs written in Python with more features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Architect

https://travis-ci.org/maxtepkeev/architect.svg?branch=master

Architect is a set of tools which enhances ORMs written in Python with more features and simplifies different database related complex tasks.

Features

  • Supported ORMs
    • Django
    • Peewee
    • Pony
    • SQLAlchemy
  • Supported DBs
    • PostgreSQL
    • MySQL
  • Supports Python 2.6 - 3.4
  • Extensively documented

Dependencies

Architect has no required external dependencies except for the ORM it will be used with.

Installation

To install Architect, simply:

$ pip install architect

or:

$ easy_install architect

Documentation

Documentation is available at http://architect.readthedocs.org.

Contacts and Support

I will be glad to get your feedback, pull requests, issues, whatever. Feel free to contact me for any questions.

Donations

If you like this project and want to support it, please GITTIP it's author.

Copyright and License

Architect is licensed under Apache 2.0 license. Check the LICENSE for details.

About

A set of tools which enhances ORMs written in Python with more features

License:Other


Languages

Language:Python 84.8%Language:Makefile 7.3%Language:Shell 7.2%Language:CSS 0.8%