Metadata-Version: 2.1
Name: eth-data-tools
Version: 0.0.4
Summary: A Python package to help analyse Ethereum data
Home-page: https://github.com/blocklytics/eth-data-tools
Author: Blocklytics
Author-email: hello@blocklytics.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pycryptodome
Requires-Dist: google-cloud-bigquery[pyarrow]
Requires-Dist: pandas

# Ethdata
[![Build Status](https://travis-ci.org/blocklytics/eth-data-tools.svg?branch=master)](https://travis-ci.org/blocklytics/eth-data-tools)
[![codecov](https://codecov.io/gh/blocklytics/eth-data-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/blocklytics/eth-data-tools)
[![PyPI version](https://badge.fury.io/py/eth-data-tools.svg)](https://badge.fury.io/py/eth-data-tools)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Offers developers and analysts a simple way to extract and analyse historical Ethereum data using free, public APIs and services.

 * Pull Ethereum data without waiting to sync a node
 * Data is automatically converted (as much as possible)
 * Start analysing data right away using Pandas or Excel

# Documentation

https://docs.blocklytics.org/ethdata/introduction

# GitHub

https://github.com/blocklytics/eth-data-tools


