Metadata-Version: 2.1
Name: ethosdistro-py
Version: 0.1.0
Summary: An async Python wrapper for the ethosOS API
Home-page: https://github.com/CoryKrol/ethosdistro_py
License: Apache 2
Author: CoryKrol
Author-email: 16892390+CoryKrol@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: Sphinx (>=4.2.0,<5.0.0); extra == "docs"
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Requires-Dist: python-dotenv (>=0.19.1,<0.20.0)
Requires-Dist: sphinx-rtd-theme (>=1.0.0,<2.0.0); extra == "docs"
Requires-Dist: sphinxcontrib-napoleon (>=0.7,<0.8); extra == "docs"
Requires-Dist: yarl (>=1.6.3,<2.0.0)
Project-URL: Repository, https://github.com/CoryKrol/ethosdistro_py
Description-Content-Type: text/x-rst


miningpoolhub_py
----------------
.. image:: https://github.com/CoryKrol/ethosdistro_py/workflows/CI/badge.svg?branch=master
     :target: https://github.com/CoryKrol/ethosdistro_py/actions?workflow=CI
     :alt: CI Status

A Python wrapper for the EthOS REST API

Installation
------------
Install with pip:

.. code-block:: bash

   pip install ethosdistro_py

Usage
------------

.. code-block:: python

   from ethos_py import EthosAPI

   session = aiohttp.ClientSession()
   ethosapi = EthosAPI(session=session)


Configuration
-------------------

Environment File
--------------------------------
.. code-block::

   ETHOS_PANEL_ID=<api_key>


References
------------

Contribute
----------

- `Issue Tracker <https://github.com/CoryKrol/ethosdistro_py/issues>`_
- `Source Code <https://github.com/CoryKrol/ethosdistro_py>`_

Support
-------

`Open an issue <https://github.com/CoryKrol/ethosdistro_py/issues/new>`_

License
-------

The project is licensed under the Apache 2 license
