blob: 1369051a072f05284698373739c5320c41fe109f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Python Web Interface and API Client Library
Use `pipenv` (which you can install with `pip`).
pipenv run fatcat_webface.py
Run tests:
pipenv install --dev
pipenv run pytest
# for coverage:
pipenv run pytest --cov --cov-report html
Regeneate swagger-codegen python client library (requires docker):
./codegen_python_client.sh
|