Metadata-Version: 2.1
Name: pyphantomapi
Version: 1.0.0
Summary: Python Wrapper for the Splunk Phantom API
Home-page: https://github.com/ryanplasma/pyphantomapi
Author: Ryan Plas
Author-email: ryan@wordplas.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests

# pyphantomapi

[![CircleCI](https://circleci.com/gh/ryanplasma/pyphantomapi/tree/master.svg?style=svg&circle-token=97cbd82cc8cfdeded0983ea71116b435dd81817e)](https://circleci.com/gh/ryanplasma/pyphantomapi/tree/master)

A python api wrapper for the Splunk Phantom platform

## Getting Started

This project is written for python 3+

### Installing

`pip install pyphantomapi`

## Running the tests

`tox -e local`

Integration tests are built with [betamax](https://betamax.readthedocs.io/en/latest/)

## Built With

- [requests](http://docs.python-requests.org/en/master/) - Python HTTP Library

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ryanplasma/pyphantomapi/tags).

## Authors

- **Ryan Plas** - [@ryanplasma](https://github.com/ryanplasma)

See also the list of [contributors](https://github.com/ryanplasma/pyphantomapi/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

- Inspiration
  - [github3.py](https://github.com/sigmavirus24/github3.py)
  - [praw](https://github.com/praw-dev/praw)


