Metadata-Version: 2.1
Name: pyburstlib
Version: 1.1.0.dev0
Summary: A python library for working with Burstcoin
Home-page: https://github.com/beatsbears/pyburstlib
Author: drownedcoast
License: MIT License
Keywords: burst burstcoin pocc
Platform: UNKNOWN
Requires-Python: >=3.3
Requires-Dist: attrs (==17.4.0)
Requires-Dist: certifi (==2018.1.18)
Requires-Dist: cffi (==1.11.5)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.6)
Requires-Dist: pluggy (==0.6.0)
Requires-Dist: py (==1.5.2)
Requires-Dist: pycparser (==2.18)
Requires-Dist: PyNaCl (==1.2.1)
Requires-Dist: pytest (==3.4.2)
Requires-Dist: requests (==2.18.4)
Requires-Dist: six (==1.11.0)
Requires-Dist: urllib3 (==1.22)


# pyburstlib

[![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) [![Build Status](https://travis-ci.org/beatsbears/pyburstlib.svg?branch=master)](https://travis-ci.org/beatsbears/pyburstlib) [![PyPI version](https://badge.fury.io/py/pyburstlib.svg)](https://badge.fury.io/py/pyburstlib)

## Description
pyburstlib is a python library built to allow for interactions with the Burst Wallet API programmatically via a python wrapper as well as a library providing access to Burst functions in native python.  

## Getting Started

1. import the library
    $ pip install pyburstlib
2. Add a pyburstlib.ini file

## Development

    $ virtualenv .venv -p $(which python3)
    $ source ./.venv/bin/activate
    $ export PYTHONPATH=.
    $ pip install -r ./requirements.txt


## Credits
- @beatsbears (aka drownedcoast) - Andrew Scott - Primary developer

### Donate
- Andrew Scott (drownedcoast) - BURST-Q944–2MY3–97ZZ-FBWGB
<img align="right" width="298" height="120" title="Powered By Burst" src="https://raw.githubusercontent.com/PoC-Consortium/Marketing_Resources/master/Powered_By_Burst/PBB4.png"/>


