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/
- Host: GitHub
- URL: https://github.com/bcorfman/diamond-kata
- Owner: bcorfman
- Created: 2022-05-18T03:41:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T18:43:16.000Z (about 3 years ago)
- Last Synced: 2023-06-09T19:27:57.023Z (about 3 years ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.