Metadata-Version: 2.1
Name: solar-api
Version: 1.0.1
Summary: Wrappers around the Solar API
Home-page: https://www.tonic.ai/
License: MIT
Keywords: tonic.ai,tonic,solar
Author: Adam Kamor
Author-email: adam@tonic.ai
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: 3.11
Requires-Dist: more-itertools (>=8.6.0,<9.0.0)
Requires-Dist: pandas (>=1.0.0,<2.0.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Description-Content-Type: text/markdown

# Overview
This library contains useful wrappers around the Solar API

## Usage

Instantiate the API wrapper using the following code:

```
from solar_api.api import SolarApi

# Do not include trailing backslash in TONIC_URL
api = SolarApi(SOLAR_URL, API_KEY)
```

Once instantiated, the following endpoints are available for consumption. Note that available endpoints and response types are limited. Available fields may be severely limited compared to the current Tonic API.
