Skip to main content

A collection of small python utilities for working with binary files and Django

Project description

package
https://img.shields.io/pypi/v/eulcommon.svg https://img.shields.io/github/license/emory-libraries/eulcommon.svg https://img.shields.io/pypi/dm/eulcommon.svg
documentation
Documentation Status
code
Travis-CI Build Code Coverage Code Health Requirements Status

EULcommon is a Python module with a few small utilities that might be useful to others, but were not large or significant enough to warrant splitting out into their own repositories at this time. These components may be broken out at a later date.

eulcommon.binfile provides the capability to map arbitrary binary data into a read-only python object.

eulcommon.djangoextras consists of a small number of extensions and add-ons for use with Django, such as custom auth decorators, additional form fields, and additional HTTP responses.

Contact Information

eulcommon was created by the Digital Programs and Systems Software Team of Emory University Libraries.

libsysdev-l@listserv.cc.emory.edu

License

eulcommon is distributed under the Apache 2.0 License.

Developer Notes

To install dependencies for your local check out of the code, run pip install in the eulcommon directory (the use of virtualenv is recommended):

pip install -e .

If you want to run unit tests or build sphinx documentation, you should also install development dependencies:

pip install -e . "eulfedora[dev]"

Unit Tests

Unit tests can be run with py.test, and include options for generating xml and coverage reports for continuous integration:

py.test --junitxml=unittests.xml --cov=eulcommon

Development History

For instructions on how to see and interact with the full development history of eulcommon, see eulcore-history.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eulcommon-0.19.0.tar.gz (44.3 kB view hashes)

Uploaded Source

Built Distribution

eulcommon-0.19.0-py2-none-any.whl (47.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page