Metadata-Version: 2.1
Name: blockchair
Version: 1.0.4a7
Summary: Blockchair API Python Library
Home-page: https://golf.blockchair.com/RustamSultanov/blockchair-python-sdk
Author: Rustam Sultanov
Author-email: info@blockchair.com
License: MIT
Keywords: blockchair.com api explorer
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Office/Business :: Financial
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

# Blockchair API Python SDK

Python SDK for Blockchair web services. Easily query the blockchain without writing any code. 
Fast, reliable, and packed with powerful features you won't find in other blockchain explorers. 
Currently supports bitcoin, bitcoin-cash, bitcoin-sv, litecoin, ethereum. Compatible with both Python 2 and Python 3.

### Getting started

Installation via pip:

```
$ pip install blockchair
```

