Skip to content

A simple library to show how to use BitDB and Bitsocket from Python.

Notifications You must be signed in to change notification settings

fountainhead-cash/pybitdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pybitdb

This is an example of how to use BitDB and Bitsocket with Python. It assumes Python3 and provides two simple methods for interfacing with BitDB.

bitdb.py -- this is the "library", you can drop this file into your project and use the two utility methods if you wish. example.py shows you how to do so.

setup

virtualenv venv --python python3
source venv/bin/activate
pip install -r requirements.txt

usage

python bitdb.py

or...

python example.py

About

A simple library to show how to use BitDB and Bitsocket from Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages