Python client and command line tool for Pennsieve.
To install, run
pip install -U pennsieve
See the installation notes for more details.
To release, you should:
- Change CHANGELOG.md with the proper changes for the release
- Modify the version in __init.py__
- Merge the branch into master
- Create a new Github Release
Client and command line documentation can be found on Pennsieve’s documentation website.
You can also contribute to Pennsieve's documentation to improve this project and help others learn.
Install the test requirements before running pytest:
make install
pytest
To run the Pennsieve CLI Agent integration tests, you need to install the agent and run the tests with the --agent argument:
pytest --agent
Please make sure to read the Contributing Guide before making a pull request.
Changes for each release are documented in the release notes.