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.

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
# worldcat is free software: you can redistribute it and/or modify
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
# worldcat is distributed in the hope that it will be useful,
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 worldcat.  If not, see <http://www.gnu.org/licenses/>.
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
# worldcat is free software: you can redistribute it and/or modify
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
# worldcat is distributed in the hope that it will be useful,
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 worldcat.  If not, see <http://www.gnu.org/licenses/>.
16
# along with brooklynmuseumapi.  If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
# request.py - request classes for brooklynmuseumapi
19
19