SQLAlchemy mixins for use with Postgres.
Project description
mortar_mixins
SQLAlchemy mixins for use with Postgres 9.2+.
Install from PyPI with pip.
Development
Get a clone of the git repo and then do the following:
virtualenv . bin/pip install -e .[build,test] sudo -u postgres psql -d postgres -c "create user testuser with password 'testpassword';" sudo -u postgres createdb -O testuser testdb sudo -u postgres psql -d testdb -c "CREATE EXTENSION btree_gist;" export DB_URL=postgres://testuser:testpassword@localhost:5432/testdb bin/nosetests --with-cov --cov=mortar_mixins
Releasing
To make a release, just update the version in setup.py, tag it and push to https://github.com/Mortar/mortar_mixins and Travis CI should take care of the rest.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for mortar_mixins-1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 588b3c3504ab55cc822b3e3f9d5c26858c410d349d95099b7cc407c611268db3 |
|
MD5 | 63509ebbe3cce79e331624fa6d4da244 |
|
BLAKE2b-256 | 895e18c88488ca7ffabdd33c30c31b5ae35f4c7dd614981b91bc8cd8517ef275 |