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/py 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-1.0.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for mortar_mixins-1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c52da59d6d7f2dd0941c1c74c8ce9494a783f250087e36cf708a67cf2c8b1179 |
|
MD5 | 6afeca7d8e4a9e3c9662d378435bd1de |
|
BLAKE2b-256 | 0409f0717bbf9ee2435b98dfb409e2693bdc5cd0a95d7e28461de1639eae2b15 |