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

                                        ... catalog all the things!


This is just a concept for now; see [rfc](./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