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

https://github.com/dmitryduev/pypride-dev


https://github.com/dmitryduev/pypride-dev

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# pypride-dev

## Installation

```bash
pip install git+https://github.com/dmitryduev/pypride.git
```

## build and run with `docker`

```bash
docker build --rm -t pypride:latest -f Dockerfile .
docker run -it --rm --name pypride pypride:latest
#docker run -it --rm --name pypride -v /path/to/data:/data pypride:latest
```