Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 440 Bytes

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://git@github.com/adverley/commons.git

to requirements.txt file

Using local project

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