summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 0d7c8d23ba28209156aef666bfdde276e9483a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

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

                                        ... 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