Python interface to OpenJPEG library for reading and writing JPEG 2000 images.
Find a file
John Evans 2ffdf716c0 remove test requirement for six, doc modifications, doctest fix
The test requirement for six was problematic, as some versions cause
problems with assertWarns and some do not.  We are already filtering
out versions that we know cause problems and it can unintentionally
cause an upgrade superceding the system version if it remains as a
"test_requires" option, so best to get rid of it.  Additionally, the
"test_requires" option was entirely removed as pip doesn't recognize it
upon install, so "mock" would not be installed on Python2.7 via pip.

The doctest fix was the real fix for #316, not sure why this did
not show up when testing on linux mint
2015-01-10 19:48:09 -05:00
docs remove test requirement for six, doc modifications, doctest fix 2015-01-10 19:48:09 -05:00
glymur remove test requirement for six, doc modifications, doctest fix 2015-01-10 19:48:09 -05:00
.gitignore Added slice protocol support. 2014-09-15 20:08:07 -04:00
.travis.yml remove coverall changes, closes #298 2014-12-31 22:45:34 -05:00
CHANGES.txt remove test requirement for six, doc modifications, doctest fix 2015-01-10 19:48:09 -05:00
LICENSE.txt Fixed #19 2013-06-04 15:35:35 -04:00
MANIFEST.in Added release matrix. Should not be packaged up to Pypi. 2013-07-05 08:14:44 -04:00
README.md updated README to mention Python 3.4 2014-10-02 08:18:40 -04:00
readthedocs-pip-requirements.txt need entry for mock since building doc on 2.7 2013-05-27 12:04:47 -04:00
setup.py remove test requirement for six, doc modifications, doctest fix 2015-01-10 19:48:09 -05:00

glymur: a Python interface for JPEG 2000

glymur contains a Python interface to the OpenJPEG library which allows one to read and write JPEG 2000 files. glymur works on Python 2.7, 3.3, and 3.4.

Please read the docs, https://glymur.readthedocs.org/en/latest/