Metadata-Version: 2.1
Name: pyActionNetwork
Version: 0.11.2
Summary: Python API client for ActionNetwork
Home-page: https://github.com/phillydsa/pyActionNetwork
Author: Jeremy Low
Author-email: jeremy@iseverythingstilltheworst.com
License: MIT
Keywords: api actionnetwork client
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests
Requires-Dist: python-dateutil
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

[![CircleCI](https://circleci.com/gh/PhillyDSA/pyactionnetwork.svg?style=svg)](https://circleci.com/gh/PhillyDSA/pyactionnetwork) [![codecov](https://codecov.io/gh/PhillyDSA/pyactionnetwork/branch/develop/graph/badge.svg)](https://codecov.io/gh/PhillyDSA/pyactionnetwork)

# PyActionNetwork

## Installation

```bash
pip install pyactionnetwork
```

## Contributing

All contributors agree to abide by the [Philadelphia DSA Code of Conduct](https://github.com/PhillyDSA/code-of-conduct).

There are additional requirements that can be installed by:

```bash
pip install -r requirements/testing.txt
```

To run tests:

```bash
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.


