Skip to content

♻️ A collection of reusable code for python projects

License

Notifications You must be signed in to change notification settings

yell/python-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-utils

This repository contains:

How to install

git clone https://github.com/monsta-hd/utils.git
cd utils
pip install -r requirements.txt

After installation, tests can be run with:

make test