Skip to content

pmuens/pybtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBTC

Bitcoin library written in Python. Inspired by Jimmy Songs course and book.

Useful Commands

poetry shell

poetry install

poetry lock

poetry add <package>

poetry remove <package>

python -m unittest <file>

python -m unittest test_module.TestClass.test_method

python -m unittest discover -s <module> -p '*.py'