Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iiif-prezi/iiif-prezi
IIIF Presentation API implementation in Python
https://github.com/iiif-prezi/iiif-prezi
Last synced: about 1 month ago
JSON representation
IIIF Presentation API implementation in Python
- Host: GitHub
- URL: https://github.com/iiif-prezi/iiif-prezi
- Owner: iiif-prezi
- License: other
- Created: 2015-12-12T21:43:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T12:34:20.000Z (8 months ago)
- Last Synced: 2024-10-13T01:13:00.693Z (2 months ago)
- Language: Python
- Homepage:
- Size: 1.59 MB
- Stars: 35
- Watchers: 8
- Forks: 23
- Open Issues: 13
-
Metadata Files:
- Readme: README
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-iiif - iiif-prezi - Presentation 2 Python library providing a reference implementation. (Presentation API Libraries / Image viewers (Image API only))
README
==========
iiif-prezi
==========.. image:: https://travis-ci.org/iiif-prezi/iiif-prezi.png
:target: https://travis-ci.org/iiif-prezi/iiif-prezi
:alt: Build status.. image:: https://coveralls.io/repos/iiif-prezi/iiif-prezi/badge.png?branch=master&service=github
:target: https://coveralls.io/github/iiif-prezi/iiif-prezi?branch=master
:alt: Test coverage*iiif-prezi* - A Python library providing a reference implementation
of the `International Image Interoperability Framework
`_:
`Presentation API 2.0
`_ (and earlier versions).**If you want to (and you should) implement version 3.x of the Presentation API, then instead use https://github.com/iiif-prezi/iiif-prezi3**
Installation
------------The library, tests and examples are designed to work with Python 2.7,
3.5, 3.6 and 3.7.**Automatic installation from PyPI**
The *iiif-prezi* library code and scripts are listed in `PyPI
`_ and can be installed with
``pip``, e.g.::pip install iiif-prezi
**Manual installation from github**
First, clone the code and examples from the `Github repository
`_::cd /tmp
git clone git://github.com/iiif-prezi/iiif-prezi.git
cd iiif/Second, install `Pillow` (a fork of `PIL`)::
sudo pip install Pillow
After installation of `Pillow` there will be be a summary of image formats
supported. Addition libraries may be require to get all formats depending
on your platform.Finally, you may install the library code and scripts locally in the
appropriate places within your python setup using::python setup.py build
sudo python setup.py installThe source code is maintained on `Github
`_Usage
-----See the `Code walkthrough
`_Authors and Contributors
------------------------Authors:
`Rob Sanderson
`_,
`Simeon Warner
`_Contributors:
see `Github contributors graph
`_`Contributing
`_`Change log
`_