skeletor Documentation

skeletor is a Python library for reusable SQLAlchemy utilities. It contains modules that can be considered a minimalist “application skeleton”, thus “skeletor”.

Download & Install

The easiest way to get skeletor is via PyPi with pip:

$ pip install -U skeletor

You can also download or clone the latest code and install from source:

$ python setup.py install

Contact

Follow the project on Github, submit pull requests, and file issues. Please try to report bugs in the form of a test case that can be added to the test suite.

Authors

License

skeletor is provided under a New BSD license,

Copyright (C) 2015 David Aguilar (davvid -at- gmail.com)