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

https://github.com/bhrutledge/example-package-bhrutledge


https://github.com/bhrutledge/example-package-bhrutledge

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

# Example Package

This is a simple example package. You can use [Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/) to write your content.

## Developing

Create and activate a [virtual environment](https://packaging.python.org/tutorials/installing-packages/#creating-and-using-virtual-environments).

Install the packages required for development:

```sh
python -m pip install -U pip

python -m pip install -U pytest

python -m pip install -e .
```

Run the tests:

```sh
pytest
```