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

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

                                        ... 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
    python fatcat/api.py

Run tests:

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