|
3 | 3 | API Specification: http://docs.zetcom.com/ws
|
4 | 4 |
|
5 | 5 | Libraries
|
6 |
| -* mpapi.py - low level client; all endpoints; agnostic of metadata format |
| 6 | +* mpapi.py - low level client; all endpoints; agnostic of metadata format |
| 7 | +* search.py - make a MuseumPlus query |
| 8 | +* module.py - encapsulate data from or for MuseumPlus's modules |
7 | 9 | * sar.py - search and response; slightly higher level client; specific to Berlin instance
|
8 |
| -* chunky.py - search responses in chunks |
| 10 | +* chunky.py - request responses in chunks |
9 | 11 |
|
10 |
| -Scripts (installed in path, all for the command line) |
| 12 | +Scripts (installed in path, command line) |
11 | 13 | * mink - write your own jobs and execute them with cli command
|
12 |
| -* getAttachments - download attachments from multimedia items (using groups) |
| 14 | +* getAttachments - download attachments from multimedia items (using groups etc.) |
| 15 | + |
| 16 | +For Debugging |
| 17 | +* getAttachment - get single attachments |
| 18 | +* getItem - get a single item |
| 19 | +* getDefinition - ask MuseumPlus for instace's definitions |
| 20 | +* updateItem - work in progress |
| 21 | +* validate - validate native xml |
13 | 22 |
|
14 | 23 | Requirements
|
15 |
| -* Python 3.9 |
| 24 | +* Python 3.11 (?) - not sure about exact Python version required |
16 | 25 | * lxml
|
17 | 26 | * requests
|
18 | 27 |
|
19 | 28 | For Testing
|
20 | 29 | * pytest
|
21 | 30 |
|
22 | 31 | # Version History
|
23 |
| -- 0.1.8 20230801 |
24 |
| - - general package cleanup, |
25 |
| - - changed several vocabulary endpoints to have more consistent names and parameters |
26 |
| - - added Vocabulary class in analogy to Module |
27 |
| -- 0.1.7 new credentials |
28 |
| -- 0.1.6 |
29 |
| -- 0.1.5 20220710 adds getAttachments script. |
| 32 | +* 0.1.10 20240604 |
| 33 | + * unified configuration using jobs.toml |
| 34 | +* 0.1.8 20230801 |
| 35 | + * general package cleanup, |
| 36 | + * changed several vocabulary endpoints to have more consistent names and parameters |
| 37 | + * added Vocabulary class in analogy to Module |
| 38 | +* 0.1.7 new credentials |
| 39 | +* 0.1.6 20221226 |
| 40 | + * chunks are now zipped to save disk space |
| 41 | +* 20221210 |
| 42 | + * use separate command getAttachments to d/l attachments |
| 43 | +* 0.1.5 20220710 adds getAttachments script. |
| 44 | + |
0 commit comments