Skip to content

adverley/commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commons python library

My custom commons library for Python. Contains code snippets I use a lot.

Content:

  • Video utils
  • Math utils
  • Stat utils

Requirements

python 3.6 or higher.

Installation instructions

Using requirements.txt file

add

git+ssh://[email protected]/adverley/commons.git

to requirements.txt file

Using local project

git clone https://github.com/adverley/commons
cd commons
pip install -e .

About

commonly used python functionality (for me)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages