Metadata-Version: 2.0
Name: pyburstlib
Version: 1.0.0.dev1
Summary: A python library for working with Burstcoin
Home-page: https://github.com/beatsbears/pyburstlib
Author: drownedcoast
Author-email: UNKNOWN
License: MIT License
Keywords: burst burstcoin pocc
Platform: UNKNOWN
Requires-Python: >=3.3
Requires-Dist: requests (>=2.12.1)


# pyburstlib

[![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) [![Build Status](https://travis-ci.org/beatsbears/BurstXBundle.svg?branch=master)](https://travis-ci.org/beatsbears/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

    $ pip install pyburstlib

## Development

    $ virtualenv .venv
    $ virtualenv .venv3 -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"/>


