blob: 184b6f26910da5c2cdbe500dde09ace781e30bdd (
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 shell
python3 fatcat/api.py
Run tests:
pipenv run nosetests3 backend/ webface/
|