Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.9 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.9 KB

^Build status Build Status Documentation Status

Video curation

A package for curating video file collections, with ability to sync with youtube and archive.org video items.

For users

Installation or upgrade:

  • sudo pip install video_curation -U
  • sudo pip install git+https://github.com/sanskrit-coders/video_curation/@master -U
  • Web.

For contributors

Contact

Have a problem or question? Please head to github.

Packaging

  • ~/.pypirc should have your pypi login credentials.
python setup.py bdist_wheel
twine upload dist/* --skip-existing

Build documentation

  • sphinx html docs can be generated with cd docs; make html

Testing

Run pytest in the root directory.

Auxiliary tools