anarchivist / brooklynmuseumapi (http://matienzo.org/project/brooklynmuseumapi)
Python module that works with the Brooklyn Museum Collection API to retrieve images and data about their collections.
Clone this repository (size: 25.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/anarchivist/brooklynmuseumapi/
| commit 4: | 45303ed71e41 |
| parent 3: | 52aef1c92c4f |
| branch: | default |
clean up worldcat references
Changed (Δ54 bytes):
raw changeset »
brooklynmuseumapi/__init__.py (3 lines added, 3 lines removed)
brooklynmuseumapi/request.py (3 lines added, 3 lines removed)
Up to file-list brooklynmuseumapi/__init__.py:
2 |
2 |
# |
3 |
3 |
# This file is part of the brooklynmuseumapi Python module. |
4 |
4 |
# |
5 |
# |
|
5 |
# brooklynmuseumapi is free software: you can redistribute it and/or modify |
|
6 |
6 |
# it under the terms of the GNU General Public License as published by |
7 |
7 |
# the Free Software Foundation, either version 3 of the License, or |
8 |
8 |
# (at your option) any later version. |
9 |
9 |
# |
10 |
# |
|
10 |
# brooklynmuseumapi is distributed in the hope that it will be useful, |
|
11 |
11 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 |
12 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 |
13 |
# GNU General Public License for more details. |
14 |
14 |
# |
15 |
15 |
# You should have received a copy of the GNU General Public License |
16 |
# along with |
|
16 |
# along with brooklynmuseumapi. If not, see <http://www.gnu.org/licenses/>. |
|
17 |
17 |
|
18 |
18 |
# __init__.py - initialize module |
19 |
19 |
Up to file-list brooklynmuseumapi/request.py:
2 |
2 |
# |
3 |
3 |
# This file is part of the brooklynmuseumapi Python module. |
4 |
4 |
# |
5 |
# |
|
5 |
# brooklynmuseumapi is free software: you can redistribute it and/or modify |
|
6 |
6 |
# it under the terms of the GNU General Public License as published by |
7 |
7 |
# the Free Software Foundation, either version 3 of the License, or |
8 |
8 |
# (at your option) any later version. |
9 |
9 |
# |
10 |
# |
|
10 |
# brooklynmuseumapi is distributed in the hope that it will be useful, |
|
11 |
11 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 |
12 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 |
13 |
# GNU General Public License for more details. |
14 |
14 |
# |
15 |
15 |
# You should have received a copy of the GNU General Public License |
16 |
# along with |
|
16 |
# along with brooklynmuseumapi. If not, see <http://www.gnu.org/licenses/>. |
|
17 |
17 |
|
18 |
18 |
# request.py - request classes for brooklynmuseumapi |
19 |
19 |
