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

https://github.com/zevaverbach/bank


https://github.com/zevaverbach/bank

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Prereqs
Python 3.5 or higher.

# Installation
`$ python -m venv .venv; source .venv/bin/activate; python -m pip install -r requirements.txt`

# Run The Tests
`$ python -m pytest`