Document usage of Poetry

This commit is contained in:
2019-05-10 15:00:05 +02:00
parent 577b24e32f
commit 6598d520c9
2 changed files with 17 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
Pillar Python SDK changelog
===========================
Version 1.8 (in development)
----------------------------
- Switched to [Poetry](https://poetry.eustace.io/) for dependency management.
Version 1.7 (2018-09-17)
----------------------------

View File

@@ -1,8 +1,17 @@
# Pillar Python REST SDK
Integrate this module in your Python app to communicate with a Pillar server.
Supports Python 3.5 and 3.6. Currently also supports Python 2.7, but support
will be ending soon.
Supports Python 3.5-3.7.
## Development & Testing
Dependencies are managed via [Poetry](https://poetry.eustace.io/).
When starting development, run `poetry install` to create a virtual environment and install
dependencies.
To run the unit tests on all supported versions of Python, run `poetry run tox`.
## Caching