Metadata-Version: 2.1
Name: btc-com
Version: 0.0.1
Summary: An api wrapper for btc.com block explorer api
Home-page: https://github.com/pasquantonio/
Author: Joe Pasquantonio
Author-email: joepasquantonio@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: requests

## btc-com
A python 3 api wrapper for btc.com block explorer

docs: https://github.com/pasquantonio/btc.com-api-wrapper/blob/master/docs.md

api docs: https://btc.com/api-doc

block explorer: https://btc.com/block

## Install

to do

## Usage

to do

## Examples
examples.py shows multiple examples of calling functions
https://github.com/pasquantonio/btc.com-api-wrapper/blob/master/examples.py


