Skip to main content

Django app for bitGo

Project description

django_bitgo

Django library for BitGo

Downloads

Overview

Django BitGo is a powerful and flexible library for connecting your BitGo account and integrate it with your Django project.


Requirements

  • Python (3.7, 3.8, 3.9, 3.10)
  • Django (3.2, 4.0, 4.1)

We highly recommend and only officially support the latest patch release of each Python and Django series.

Installation

Install using pip ...

pip install django-bitgo

Install using poetry ...

poetry add django-bitgo

Add 'django_bitgo' to your INSTALLED_APPS setting.

INSTALLED_APPS = [
    ...
    'django_bitgo',
]

API Reference

The wallets module

The top-level module for wallets.

Refer to the documentation for details on the use of this package.

Address

Example of get an address object.

    address = Address()
    address.get_address(address_id=ADDRESS_ID, coin=COIN, wallet_id=WALLET_ID)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_bitgo-0.1.4.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

django_bitgo-0.1.4-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page