Skip to content

lakazatong/python_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_utils

Python utils I like to have.

Add to your repo

As submodule

  • git submodule add https://github.com/lakazatong/python_utils

As source

  • git clone https://github.com/lakazatong/python_utils

Update your submodules

  • git submodule update --remote --merge

Remove the submodule

  • path=python_utils && git submodule deinit -f path && rm -rf .git/modules/path && git rm -f path

Taken from here.

About

my python utils I like to have

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages