/python-poc-starter

Run ./bin/project_initialization.py --author {author} --email {email} --description {description} --package {package_name}

Primary LanguagePythonMIT LicenseMIT

{{package}}

{{description}}

Notice

Project Initialized with https://github.com/IndicoDataSolutions/python-poc-starter. Make sure you have cloned git@github.com:IndicoDataSolutions/indipoc.git to the parent directory of this project.

Built on: Python3 and Docker (alpine)
Maintained by: {{author}} [{{email}}]

Getting Started

  • Additional Python3 dependencies can be added to requirements.txt
  • Tests are located in ./tests
  • To run the docker container with the basic requirements, dependencies, and the package installed:
    $ docker-compose up