Skip to content

PhillyDSA/pyactionnetwork

Repository files navigation

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.