Skip to content

kingkybel/Python-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-utilities

Some utilities in Python - copy&paste source when needed

Prerequisites

pip install colorama
pip install psutil
pip install confluent-kafka
pip install networkx
pip install fastavro
pip install pygccxml

Installation

# might need to install poetry first (here for debian)!
 sudo apt install python3-poetry
# build the wheel
poetry build

# install the wheel
pip install dist/tools-0.1.0-py3-none-any.whl

About

Some utilites in Python - copy&paste source when needed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors