For Developers

This section contains information for developers on each of the EM Media Handler python modules. Read on if you wish to extend EM Media Handler’s functionality, contribute to the project, or integrate functionality within your own projects.

You can explore the code further on either GitHub or BitBucket, as well as fork your own copy to work with.

Testing Suite

EM Media Handler comes with a full set of unit tests. To run the suite, use:

python setup.py test

Note

If tests are failing on your system, it usually due to a lack of dependencies. See Installation Requirements for more information.