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 pytest --cov
Releasing
To make a release, just update the version in setup.py and push to https://github.com/Mortar/mortar_mixins and Carthorse 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-3.0.0.tar.gz
(14.5 kB
view hashes)
Built Distribution
Close
Hashes for mortar_mixins-3.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc02c86fc9d9f0dc478d1fa51b6174b488ff831a3db33f503bea06765940fa79 |
|
MD5 | 097bb0d223da2acf6351f02906537177 |
|
BLAKE2b-256 | 8204b504897cafc939717adc4519bd82f7f48041ca06ff2f1b2ad9f49d4aad82 |