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.1.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for mortar_mixins-2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4821cff7f54d4031e62fc6c78754d90e7f5c9aade05080b99d46a0deebe0c86a |
|
MD5 | ee0f894bf0731ea3f4cd65a27defb1f8 |
|
BLAKE2b-256 | 78a6f74c26068f8616022221baba72e0a91d848dee7fc71c7cf8889a45735d0a |