forked from iiif-prezi/iiif-prezi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
83 lines (58 loc) · 2.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
==========
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
<http://iiif.io/>`_:
`Presentation API 2.0
<http://iiif.io/api/presentation/2.0/>`_ (and earlier versions).
Installation
------------
The library, tests and examples are designed to work with Python 2.7,
3.4, 3.5 and 3.6.
**Automatic installation from PyPI**
The *iiif-prezi* library code and scripts are listed in `PyPI
<http://pypi.python.org/pypi/iiif-prezi>`_ and can be installed with
``pip`` or ``easy_install``, e.g.::
easy_install iiif-prezi
**Manual installation from github**
First, clone the code and examples from the `Github repository
<https://github.com/iiif-prezi/iiif-prezi>`_::
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 install
The source code is maintained on `Github
<https://github.com/iiif-prezi/iiif-prezi>`_
Usage
-----
See the `Code walkthrough
<https://github.com/iiif-prezi/iiif-prezi/blob/master/CODE_WALKTHROUGH.md>`_
Authors and Contributors
------------------------
Authors:
`Rob Sanderson
<https://github.com/azaroth42>`_,
`Simeon Warner
<https://github.com/zimeon>`_
Contributors:
see `Github contributors graph
<https://github.com/iiif-prezi/iiif-prezi/graphs/contributors>`_
`Contributing
<https://github.com/iiif-prezi/iiif-prezi/blob/master/CONTRIBUTING.md>`_
`Change log
<https://github.com/iiif-prezi/iiif-prezi/blob/master/CHANGES.md>`_