Skip to main content

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

Author:

ted

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:

  1. Python 3.5+

  2. A recent Python 3 version of pip

  3. 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


Download files

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

Source Distribution

glitter_sdk_test-0.1.0.tar.gz (23.8 kB view hashes)

Uploaded Source

Built Distribution

glitter_sdk_test-0.1.0-py3-none-any.whl (18.0 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