diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-28 13:04:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-28 13:04:46 -0700 |
commit | af542d66d884bd17daa6f40f3556aa4189b23b36 (patch) | |
tree | 8b9ab8b62da97f547dea7caf8be3d52917e884de /python/README.md | |
parent | 6918fced32c7cb8c351692b0fd5e87dd3ed734a2 (diff) | |
download | fatcat-af542d66d884bd17daa6f40f3556aa4189b23b36.tar.gz fatcat-af542d66d884bd17daa6f40f3556aa4189b23b36.zip |
python client codegen
Diffstat (limited to 'python/README.md')
-rw-r--r-- | python/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md index c3c3b9d0..c7e33f0a 100644 --- a/python/README.md +++ b/python/README.md @@ -1,9 +1,8 @@ -## Python Prototype +## Python Web Interface and API Client Library Use `pipenv` (which you can install with `pip`). - pipenv run run.py --init-db pipenv run run.py Run tests: @@ -13,3 +12,6 @@ Run tests: # for coverage: pipenv run pytest --cov --cov-report html +Regeneate swagger-codegen python client library (requires docker): + + ./codegen_python_client.sh |