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