Skip to main content

An application layer protocol for the establishment of decentralized democracy.

Project description

BitGov

BitGov is an application layer protocol built with the Python socket module. It piggybacks on the layer four Transmission Control Protocol (TCP) in combination with the IPv4 address family.

Installation

To use the BitGov protocol in your own application you may use one of the two methods listed below.

Conda (recommended)

Assuming you have Anaconda installed, active the environment in which you want to install the package.

conda activate <environment>

If you want to create a new environment first use conda create --name <environment> or if you want to see a list of all your conda environments, conda info --envs.

Next, install the package.

conda install -c jgphilpott bitgov

Note: It may be necessary to first add the channel 'jgphilpott'. To do this use conda config --add channels jgphilpott. To view a list of all your conda channels, conda config --get channels.

All done! You should now be able to see the package listed in your environment, conda list.

Pip (alternative)

First, navigate into your project directory and active the environment in which you want to install the package.

source <environment>/bin/activate

If you want to create a new environment first use virtualenv <environment>.

Next, install the package.

pip install bitgov

Note: If you want to install the package locally and not in any specific environment use pip install bitgov --user.

All done! You should now be able to see the package listed in your environment, pip list.

Usage

To get started with BitGov create a Python file for your application and import the package.

import bitgov

That's it!

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

bitgov-0.1.3.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file bitgov-0.1.3.tar.gz.

File metadata

  • Download URL: bitgov-0.1.3.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for bitgov-0.1.3.tar.gz
Algorithm Hash digest
SHA256 44a1bfddc64389d474de16b9d3e37501630b82b4f25da0b46434db754b923566
MD5 84f10ecc59d67075324c443886937341
BLAKE2b-256 579575b70512261f2909e93de5912c4c90d796e0f40e885c66983b56515e5ddf

See more details on using hashes here.

Supported by

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