pyActionNetwork

Python API client for ActionNetwork


Keywords
api, actionnetwork, client, action-network, python
License
MIT
Install
pip install pyActionNetwork==0.1.0

Documentation

CircleCI codecov

PyActionNetwork

Installation

pip install pyactionnetwork

Contributing

All contributors agree to abide by the Philadelphia DSA Code of Conduct.

There are additional requirements that can be installed by:

pip install -r requirements/testing.txt

To run tests:

make test

All contributions should maintain the coding style of the project, maintain or increase code coverage, and work with Python 3.3 or higher. Python 2 is unsupported.