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-1.1.tar.gz
(7.3 kB
view hashes)
Built Distribution
Close
Hashes for mortar_mixins-1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d82889a24e73b07f2d96dec2fcfbf6ddf821a00f1f6682dc41bbecdcd2716c25 |
|
MD5 | e68b4fbd4d0b8a8b025d4f2708c6e686 |
|
BLAKE2b-256 | 69b49406b70f8cf23d7f72f485edf419baf5d97c0f0904f3ac89030d63687498 |