Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.67 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.67 KB

Coding Katas Python

Lint Test Quality Gate Status Coverage Maintainability Rating MIT License Conventional Commits

Python solutions for Katas from

How to work with this repository

  1. Clone the repository
  2. Install pipenv
  3. Run: pipenv shell
  4. Run: pipenv install --dev
  5. Write your code, write the tests, and have fun!

For other the available commands to run with pipenv, see the Pipfile.