Metadata-Version: 2.1
Name: APIAlchemy
Version: 1.3.1
Summary: API toolkit for Python, modeled after SQLAlchemy
Home-page: https://github.com/homedepot/apialchemy
Author: Mike Phillipson
Author-email: MICHAEL_PHILLIPSON1@homedepot.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# APIAlchemy

API toolkit for Python, modeled after SQLAlchemy

## Installation

```
pip install APIAlchemy
```

## Overview

APIAlchemy provides developers an abstraction layer for consuming web services from the following vendors:
- [AppDynamics](https://docs.appdynamics.com/display/PRO43/Metric+and+Snapshot+API)
- [ExtraHop](https://docs.extrahop.com/7.9/rest-extract-metrics)
- [GitHub](https://developer.github.com/v3)
- [New Relic](https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph)
- [Prometheus](https://prometheus.io/docs/prometheus/latest/querying/api)
- [Prometheus-to-Graphite bridge](https://github.com/prometheus/client_python#graphite)
- [Prometheus Pushgateway](https://github.com/prometheus/pushgateway)
- [SolarWinds](https://github.com/solarwinds/OrionSDK/wiki/REST)
- [Splunk](https://docs.splunk.com/Documentation/Splunk/8.0.2/RESTUM/RESTusing)
- [Wavefront](https://github.com/wavefrontHQ/wavefront-sdk-python)

## License

Distributed under the [MIT license](https://opensource.org/licenses/MIT).

