Metadata-Version: 2.1
Name: influence-api
Version: 0.0.2
Summary: An API for Influence (influenceth.io)
Home-page: https://gitlab.com/gamechaingers/influence-api
Author: GameChaingers, LLC
Author-email: engineering@gamechaingers.io
License: OSI Approved :: BSD License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Influence API

A python API for [Influence](https://influenceth.io).

## Development

You **must** have an API key from Influence to develop or use the API. Contact `DarkosNightmare#8555` on Discord, and request a production API key.

## Usage

```python
from influence_api.client import
```


