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 Distribution
mortar_mixins-2.0.tar.gz
(7.8 kB
view hashes)
Built Distribution
Close
Hashes for mortar_mixins-2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96586fa7c4a6c4e4ebc5364f802fe9525a56f1ec37cb189893500ac7be7c7171 |
|
MD5 | 5870b49289605f79f4696236e90dd2bd |
|
BLAKE2b-256 | 4b344fd09ee0a9a1bbf207659ac5bb601c15b07c232a79ce214f08a7f8cc9ce7 |