Django app for bitGo
Project description
django_bitgo
Django library for BitGo
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 details)
Built Distribution
File details
Details for the file django_bitgo-0.1.4.tar.gz
.
File metadata
- Download URL: django_bitgo-0.1.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95ff8aaa23ab6559e5e0d8e8c57c270ca7a95425c50583d8012d3a2a2d9ff8fa |
|
MD5 | ebb94a83664ac07bad32cde9fef1f313 |
|
BLAKE2b-256 | 511e55aa56d734edb48a356b1c4ac6664f6e66a14c594ae0d7ccfae9c42cc2ed |
File details
Details for the file django_bitgo-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: django_bitgo-0.1.4-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ce241564e119672b8ead2fa072308de5a67af3fc1525976bdbde333ee7f70f2 |
|
MD5 | d117ba0dd04afe8a80d102ec888dc107 |
|
BLAKE2b-256 | 8698be41c51afaf8250eb7d1b381431cad421b7d9e8d20dea537e59cc1a54b91 |