Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericbutera/code-challenges-py
https://github.com/ericbutera/code-challenges-py
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericbutera/code-challenges-py
- Owner: ericbutera
- Created: 2022-05-27T20:11:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T14:34:44.000Z (over 2 years ago)
- Last Synced: 2024-11-13T03:18:20.250Z (2 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Challenges
Code Challenges, Python Edition
## Dependencies
- pyenv
- poetry# Installation
- `poetry install`# Running Tests
- `poetry run pytest`