Metadata-Version: 2.1
Name: runeq
Version: 0.9.0
Summary: Query data from Rune Labs APIs
Home-page: https://github.com/rune-labs/runeq-python
Author: Rune Labs
Maintainer-email: support@runelabs.io
Keywords: rune labs api query data
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# runeq-python

![PyPI - License](https://img.shields.io/pypi/l/runeq)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/runeq)
![PyPI](https://img.shields.io/pypi/v/runeq)
[![Documentation Status](https://readthedocs.org/projects/runeq/badge/?version=latest)](https://runeq.readthedocs.io/en/latest/?badge=latest)
[![CircleCI Status](https://circleci.com/gh/rune-labs/runeq-python.svg?style=shield)](https://app.circleci.com/pipelines/gh/rune-labs/runeq-python)

Python 3 Standard Development Kit (SDK) for Rune Lab's Query API: `runeq`

## References

* Library documentation: [https://runeq.readthedocs.io/en/latest](https://runeq.readthedocs.io/en/latest)
* API documentation: [https://docs.runelabs.io](https://docs.runelabs.io)
* Rune Labs home page: [https://runelabs.io](https://runelabs.io)

## Installation

Python 3.6+ is required.

To install the library using pip:

    pip3 install runeq

To install from source:

    python3 setup.py install
