Glitter Protocol is a blockchain based database and index engine for developing and hosting web3 applications in decentralized storage networks.
Project description
- Info:
See the glitter site for more information. See glitter-sdk-py for the latest source.
- Documentation:
Available at glitter-sdk-py.readthedocs.io
Installation
glitter sdk is in the Python Package Index. This tutorial walks you through how to set up glitter-sdk-py for local development.
The glitter Python Driver depends on:
Python 3.5+
A recent Python 3 version of pip
A recent Python 3 version of setuptools
Installing with pip
We recommend using pip to install glitter_sdk on all platforms:
$ python3 -m pip install glitter_sdk
To get a specific version of glitter:
$ python3 -m pip install glitter_sdk==0.1.0
To upgrade using pip:
$ python3 -m pip install --upgrade glitter_sdk
Dependencies
You can install all dependencies automatically with the following command:
$ python3 -m pip install glitter_sdk[requests]
Installing from source
If you’d rather install directly from the source (i.e. to stay on the bleeding edge), install the C extension dependencies then check out the latest source from GitHub and install the driver from the resulting tree:
$ git clone https://github.com/glitternetwork/glitter-sdk-py glitter-sdk-py
$ cd glitter-sdk-py/
$ python3 setup.py install
Changelog
0.0.1 (2022-04-04)
Planning release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file glitter_sdk_test-0.1.0.tar.gz
.
File metadata
- Download URL: glitter_sdk_test-0.1.0.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acc3fd2287fe99d7f96825300c3f4a81b9200640f091563ebf0eef93d674c43e |
|
MD5 | 8c37fc075ebef623901d4c1e23083a4f |
|
BLAKE2b-256 | 21312475f21250604d4bf732e4cb43cd648d8729252b7277ed63025a18bda655 |
File details
Details for the file glitter_sdk_test-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: glitter_sdk_test-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2596485dc33ced8d54ed73c0f902a6e97a0168c7dc0d8d8c86b131fd912a41ce |
|
MD5 | 7fca29ae1b482c24d8ce02b32d77c1d3 |
|
BLAKE2b-256 | 5f9a58b66222505abbd27e8ca9a327448252064a5692176ece871e0e8be88996 |