/testTask112019

python command line utility ... test task for this year

Primary LanguagePythonMIT LicenseMIT

testTask112019

python command line utility ... test task for this year

libraries

Task description

Task 2

How to run

  • install local libs pipenv install
  • activate virtualenv|shell pipenv shell
  • you need to run docker-compose -f docker/postgresql.yaml
  • run db migrations alembic upgrade head
  • then install in development mode pip install -e .
  • and run testtask112019 importdata --help and testtask112019 importdata --path <path to the folder with dada>

credits

This package was created with Cookiecutter_ and the elgertam/cookiecutter-pipenv_ project template, based on audreyr/cookiecutter-pypackage_.