Metadata-Version: 2.1
Name: payload-api
Version: 0.0.0
Summary: Payload python library
Home-page: https://github.com/payload-code/payload-python
Author: Payload
Author-email: help@payload.co
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
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
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: requests

# Payload Python Package

A python package for interfacing with the Payload API

## Installation

To install from GitHub using [pip](http://www.pip-installer.org/en/latest/):

```bash
pip install payload-api
```

If you don't have pip, it can be installed using the below command:

```bash
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
```

To manually install `payload-python`, you can [download the source](https://github.com/payload-code/payload-python/zipball/master) and run:

```bash
python setup.py install
```

## Basic usage

Coming Soon

## Documentation
Read the [docs](https://docs.payload.co/?python)


