globee-py2

Accept bitcoin and altcoins with GloBee


Keywords
bitcoin, payments, crypto, altcoin
License
MIT
Install
pip install globee-py2==2.3.5

Documentation

GloBee Library for Python 2

Powerful, flexible, lightweight interface to the cryptographically secure GloBee Bitcoin & Altcoin Payment Gateway API.

GitHub license Travis Latest Version Supported Python versions Code Climate Scrutinizer Coveralls

This library is only compatible with Python 2. If you're using Python 3.x, please use our separate bitpay-python library.

Getting Started

To get up and running with this library quickly, see these getting started guides:

API Documentation

API Documentation is available on the GloBee site.

Running the Tests

Before running the behavior tests, you will need a test.globee.com account and you will need to set the local constants.

To set constants: > source tasks/set_constants.sh "https://test.globee.com" your@email yourpassword

To run unit tests: > nosetests

To run behavior tests: > behave

Found a bug?

Let us know! Send a pull request or a patch. Questions? Ask! We're here to help. We will respond to all filed issues.

GloBee Support:

  • GitHub Issues
    • Open an issue if you are having issues with this library
  • Support
    • GloBee merchant support documentation

Sometimes a download can become corrupted for various reasons. However, you can verify that the release package you downloaded is correct by checking the md5 checksum "fingerprint" of your download against the md5 checksum value shown on the Releases page. Even the smallest change in the downloaded release package will cause a different value to be shown!

  • If you are using Windows, you can download a checksum verifier tool and instructions directly from Microsoft here: http://www.microsoft.com/en-us/download/details.aspx?id=11533
  • If you are using Linux or OS X, you already have the software installed on your system.
    • On Linux systems use the md5sum program. For example:
      • md5sum filename
    • On OS X use the md5 program. For example:
      • md5 filename