Metadata-Version: 2.0
Name: bayonetpython
Version: 0.0.0
Summary: Bayonet python client library
Home-page: https://github.com/Bayonet-Client/bayonet-python
Author: Bayonet
Author-email: support@bayonet.io
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
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
Requires-Dist: requests

####  Bayonet for Python
***

A Python SDK for integrating with the Bayonet API v1. Compatible with Python 2.7.

#### Installation
___
Install via `pip`:

````
pip install bayonet
````

After installation, to get started, open a Python console:

````
from bayonet import BayonetClient
client = BayonetClient()
client.set_api_key([uuid-key])
````

#### Obtaining an access token
___
All requests need to be made with an APIKEY. This key will be provided by Bayonet's team.


#### Example
___


#### Test
___


