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.3.3.tar.gz
(15.0 kB
view hashes)
Built Distribution
Close
Hashes for mortar_mixins-2.3.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41b4aa340a87b946f0fb07d4946ccabe7975bf0bb9509c8d3001e248f1a4c7be |
|
MD5 | 3c8e1e90ea4b5edf2bb8a9290e28bf4e |
|
BLAKE2b-256 | 0b2006804bcae3a52462c75ea57813d62633774734dfc08ac3d8a67a7d55ec55 |