aboutsummaryrefslogtreecommitdiffstats
  __       _            _   
 / _| __ _| |_ ___ __ _| |_ 
| |_ / _` | __/ __/ _` | __|
|  _| (_| | || (_| (_| | |_ 
|_|  \__,_|\__\___\__,_|\__|

                                    ... catalog all the things!

This is just a concept for now; see rfc.

Python Prototype

Use pipenv (which you can install with pip).

pipenv run run.py --init-db
pipenv run run.py

Run tests:

pipenv run pytest

# for coverage:
pipenv run pytest --cov --cov-report html