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

https://github.com/jsrl/final-python-course-demo


https://github.com/jsrl/final-python-course-demo

Last synced: 3 months ago
JSON representation

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
```