Metadata-Version: 2.1
Name: mortar_mixins
Version: 2.3.5
Summary: SQLAlchemy mixins for use with Postgres.
Home-page: https://github.com/Mortar/mortar_mixins
Author: Chris Withers
Author-email: chris@withers.org
License: MIT
Description: |CircleCI|_
        
        .. |CircleCI| image:: https://circleci.com/gh/Mortar/mortar_mixins/tree/master.svg?style=shield
        .. _CircleCI: https://circleci.com/gh/Mortar/mortar_mixins/tree/master
        
        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.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
Provides-Extra: build
