An open API service indexing awesome lists of open source software.

https://github.com/bcorfman/diamond-kata

Solution for the kata described at https://codingdojo.org/kata/Diamond/
https://github.com/bcorfman/diamond-kata

Last synced: about 2 months ago
JSON representation

Solution for the kata described at https://codingdojo.org/kata/Diamond/

Awesome Lists containing this project

README

          

# diamond

A solution to the kata at

## Prerequisites

* Python 3.7 or higher on your system.
* Install [PDM](https://pdm.fming.dev) on your system.
* From a command prompt in the project directory, type `pdm install`.

## Running the tests

* From a command prompt inside the project folder, type `pdm run pytest`.

## Running the code

* From a command prompt inside the project folder, type `pdm run python main.py`.