https://github.com/jsrl/final-python-course-demo
https://github.com/jsrl/final-python-course-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsrl/final-python-course-demo
- Owner: jsrl
- Created: 2025-05-25T15:01:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-25T15:04:43.000Z (8 months ago)
- Last Synced: 2025-06-19T00:36:39.670Z (7 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# final-python-course-demo
## Quick start
```bash
pip install final-python-course-demo
```
```python
from course_demo import ...
```
## Contributing
```bash
# clone the repo
git clone https://github.com/jsrl/final-python-course-demo.git
# install the dev dependencies
make install
# run the tests
make test
```