Document usage of Poetry
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
Pillar Python SDK changelog
|
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)
|
Version 1.7 (2018-09-17)
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -1,8 +1,17 @@
|
|||||||
# Pillar Python REST SDK
|
# Pillar Python REST SDK
|
||||||
Integrate this module in your Python app to communicate with a Pillar server.
|
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
|
Supports Python 3.5-3.7.
|
||||||
will be ending soon.
|
|
||||||
|
|
||||||
|
## 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
|
## Caching
|
||||||
|
|||||||
Reference in New Issue
Block a user