Giter Site home page Giter Site logo

mcnguyen / bitgov Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jgphilpott/bitgov

0.0 1.0 0.0 58 KB

An application layer protocol for decentralized digital democracy.

Home Page: http://web.archive.org/web/20170927003030/http://bitgov.ca/

License: MIT License

Shell 0.27% Python 99.18% Batchfile 0.55%

bitgov's Introduction

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!

bitgov's People

Contributors

jgphilpott avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.