diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 18:34:19 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 18:34:19 -0700 | 
| commit | 4cf667c283d54f769e73d76bb23bbb68b4329cf8 (patch) | |
| tree | 4bbeb1cdeb053c09e86e2cc41962382bcb837729 /python/README.md | |
| parent | b2d5968e0a7ac5576782f54980c930345f4c5298 (diff) | |
| download | fatcat-4cf667c283d54f769e73d76bb23bbb68b4329cf8.tar.gz fatcat-4cf667c283d54f769e73d76bb23bbb68b4329cf8.zip | |
move python code to subdirectory
Diffstat (limited to 'python/README.md')
| -rw-r--r-- | python/README.md | 27 | 
1 files changed, 27 insertions, 0 deletions
| diff --git a/python/README.md b/python/README.md new file mode 100644 index 00000000..dbf6aef7 --- /dev/null +++ b/python/README.md @@ -0,0 +1,27 @@ + +      __       _            _    +     / _| __ _| |_ ___ __ _| |_  +    | |_ / _` | __/ __/ _` | __| +    |  _| (_| | || (_| (_| | |_  +    |_|  \__,_|\__\___\__,_|\__| + +                                        ... 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 --init-db +    pipenv run run.py + +Run tests: + +    pipenv run pytest + +    # for coverage: +    pipenv run pytest --cov --cov-report html + | 
