Metadata-Version: 2.0
Name: python-ethapi
Version: 1.0.1.dev10
Summary: A library for api.ethermine.org
Home-page: https://git.cajun.pro/dirtycajunrice/python-ethapi
Author: Nicholas Totsch
Author-email: nicholas.totsch@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
Requires-Dist: requests

About
=====
python-ethapi_ is a client and library that can be used to communicate
with the ethermine_ API.

Disclaimer: This is a work in progress. Please feel free to provide feedback
and contribute to the project !

.. _python-ethapi: https://git.cajun.pro/dirtycajunrice/python-ethapi
.. _ethermine: https://ethermine.org/

Documentation
=============
No documentation for the time being.

TL;DR: See the provided `example file`_.

.. _example file: https://git.cajun.pro/dirtycajunrice/python-ethapi/blob/master/examples.py

Installing
==========
>From source::

    pip install git+https://git.cajun.pro/dirtycajunrice/python-ethapi

>From pypi::

    pip install python-ethapi

Author
======
Nicholas Totsch



