/my-python-kata-v2

To learn a language, better to practice it - the Python way!

Primary LanguagePythonMIT LicenseMIT

Installation

The first step will be to clone the repo

git clone https://github.com/scalasm/my-python-kata-v2.git

For development

The requirements are:

  1. Install the dependencies
    poetry install

For production

Using Docker is generally recommended (but not strictly required) because it abstracts away some additional set up work.

The requirements for Docker are:

  • Docker CE
  • Docker Compose
    • pip install docker-compose
    • This is only a required step for linux. Docker comes bundled with docker-compose on Mac OS and Windows.

Environment Variables

To run this project, you will need to add the following environment variables.

Variable Description Default
DEBUG Toggles debug mode False

Usage

Now you are done! You can run the project using

poetry run task start

or test the project using

poetry run task test

License

Distributed under the MIT License. See LICENSE for more information.