Skip to content

NeuralNoise/videohub-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

All functionality moved into django-bulbs

Original README Below

Videohub Client

Some tools for referencing the videohub from our other properties

Running Tests

Once you clone this project and cd into its root, to run the tests:

  1. Create a virtualenv and activate it:
virtualenv .
source ./bin/activate
  1. Install requirements
pip install -e .
pip install "file://$(pwd)#egg=videohub-client[dev]"
  1. Run tests
./runtests.py

About

Some tools for referencing the videohub from our other properties

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • HTML 1.4%