video-curation

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


Keywords
video, internet-archive
License
MIT
Install
pip install video-curation==0.0.1

Documentation

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