[imageio] branch upstream updated (36afed0 -> 1167d76)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Feb 4 23:24:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch upstream
in repository imageio.
from 36afed0 Imported Upstream version 1.0
new 1167d76 Imported Upstream version 1.1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CONTRIBUTORS.txt | 11 +
LICENSE | 24 +
PKG-INFO | 12 +-
README.md | 101 ++++
docs/.requirements | 1 +
docs/Makefile | 153 +++++
docs/conf.py | 252 +++++++++
docs/devapi.rst | 17 +
docs/examples.rst | 117 ++++
docs/ext/docscrape.py | 515 +++++++++++++++++
docs/ext/docscrape_sphinx.py | 238 ++++++++
docs/ext/imageio_ext.py | 221 ++++++++
docs/ext/numpydoc.py | 178 ++++++
docs/index.rst | 14 +
docs/installation.rst | 25 +
docs/make.bat | 190 +++++++
docs/releasenotes.rst | 172 ++++++
docs/sec_developer.rst | 9 +
docs/sec_gettingstarted.rst | 10 +
docs/sec_reference.rst | 10 +
docs/userapi.rst | 49 ++
imageio/__init__.py | 13 +-
imageio/core/__init__.py | 6 +-
imageio/core/fetching.py | 118 ++--
imageio/core/findlib.py | 2 +-
imageio/core/format.py | 65 +--
imageio/core/functions.py | 119 ++--
imageio/core/request.py | 8 +-
imageio/core/util.py | 72 ++-
imageio/plugins/__init__.py | 10 +-
imageio/plugins/_freeimage.py | 76 ++-
imageio/plugins/_swf.py | 4 +-
imageio/plugins/avbin.py | 29 +-
imageio/plugins/dicom.py | 10 +-
imageio/plugins/example.py | 39 +-
imageio/plugins/ffmpeg.py | 55 +-
imageio/plugins/freeimage.py | 20 +-
imageio/plugins/freeimagemulti.py | 23 +-
imageio/plugins/npz.py | 10 +-
imageio/plugins/swf.py | 11 +-
imageio/resources/shipped_resources_go_here | 0
imageio/testing.py | 8 +-
make/README.md | 12 +
make/__init__.py | 6 +
make/__main__.py | 15 +
make/maker.py | 257 +++++++++
setup.py | 212 ++++++-
tests/README.md | 16 +
tests/test_avbin.py | 184 ++++++
tests/test_core.py | 849 ++++++++++++++++++++++++++++
tests/test_dicom.py | 191 +++++++
tests/test_ffmpeg.py | 269 +++++++++
tests/test_freeimage.py | 466 +++++++++++++++
tests/test_freeimage_suite.py | 95 ++++
tests/test_meta.py | 147 +++++
tests/test_npz.py | 85 +++
tests/test_swf.py | 181 ++++++
57 files changed, 5722 insertions(+), 280 deletions(-)
create mode 100644 CONTRIBUTORS.txt
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 docs/.requirements
create mode 100644 docs/Makefile
create mode 100644 docs/conf.py
create mode 100644 docs/devapi.rst
create mode 100644 docs/examples.rst
create mode 100644 docs/ext/docscrape.py
create mode 100644 docs/ext/docscrape_sphinx.py
create mode 100644 docs/ext/imageio_ext.py
create mode 100644 docs/ext/numpydoc.py
create mode 100644 docs/index.rst
create mode 100644 docs/installation.rst
create mode 100644 docs/make.bat
create mode 100644 docs/releasenotes.rst
create mode 100644 docs/sec_developer.rst
create mode 100644 docs/sec_gettingstarted.rst
create mode 100644 docs/sec_reference.rst
create mode 100644 docs/userapi.rst
create mode 100644 imageio/resources/shipped_resources_go_here
create mode 100644 make/README.md
create mode 100644 make/__init__.py
create mode 100644 make/__main__.py
create mode 100644 make/maker.py
create mode 100644 tests/README.md
create mode 100644 tests/test_avbin.py
create mode 100644 tests/test_core.py
create mode 100644 tests/test_dicom.py
create mode 100644 tests/test_ffmpeg.py
create mode 100644 tests/test_freeimage.py
create mode 100644 tests/test_freeimage_suite.py
create mode 100644 tests/test_meta.py
create mode 100644 tests/test_npz.py
create mode 100644 tests/test_swf.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/imageio.git
More information about the debian-science-commits
mailing list