Skip to content

Tools for finding differences between existing and imported sets of data and then applying those differences.

License

Notifications You must be signed in to change notification settings

Mortar/mortar_import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

mortar_import

Tools for importing data, particularly when using mortar_mixins.

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:https://testuser:testpassword@localhost:5432/testdb
bin/pytest --cov

Releasing

To make a release, just update the version in setup.py and push to https://github.com/Mortar/mortar_import and Carthorse should take care of the rest.

About

Tools for finding differences between existing and imported sets of data and then applying those differences.

Resources

License

Stars

Watchers

Forks

Languages