tgbugs / pennsieve-python

Python client and command line tool for the Pennsieve API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pennsieve-python

https://travis-ci.org/Pennsieve/pennsieve-python.svg?branch=master

Python client and command line tool for Pennsieve.

Installation

To install, run

pip install -U pennsieve

See the installation notes for more details.

Release

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

Documentation

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.

Tests

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

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Changelog

Changes for each release are documented in the release notes.

About

Python client and command line tool for the Pennsieve API

License:Other


Languages

Language:Python 99.6%Language:Dockerfile 0.3%Language:Shell 0.1%Language:Makefile 0.0%