No project description provided
Project description
Omeka S Tools 2
This repository is based on Omeka S Tools by Tim Sherratt.
Install
pip install omeka-s-tools2
How to use
See the documentation for full details of the Omeka API Client.
from omeka_s_tools2.api import *
omeka = OmekaAPIClient('http://timsherratt.org/collections/api')
items = omeka.get_resources('items')
items['total_results']
140
items['results'][0]
{'@context': 'http://timsherratt.org/collections/api-context',
'@id': 'http://timsherratt.org/collections/api/items/677',
'@type': ['o:Item', 'schema:Newspaper'],
'o:id': 677,
'o:is_public': True,
'o:owner': {'@id': 'http://timsherratt.org/collections/api/users/1',
'o:id': 1},
'o:resource_class': {'@id': 'http://timsherratt.org/collections/api/resource_classes/161',
'o:id': 161},
'o:resource_template': {'@id': 'http://timsherratt.org/collections/api/resource_templates/5',
'o:id': 5},
'o:thumbnail': None,
'o:title': 'Manilla Express (NSW : 1899 - 1954)',
'thumbnail_display_urls': {'large': 'http://timsherratt.org/collections/files/large/aa1fb4063116fc889418ce6dc20af3cb7e7bd0db.jpg',
'medium': 'http://timsherratt.org/collections/files/medium/aa1fb4063116fc889418ce6dc20af3cb7e7bd0db.jpg',
'square': 'http://timsherratt.org/collections/files/square/aa1fb4063116fc889418ce6dc20af3cb7e7bd0db.jpg'},
'o:created': {'@value': '2022-01-20T06:37:50+00:00',
'@type': 'http://www.w3.org/2001/XMLSchema#dateTime'},
'o:modified': {'@value': '2022-01-20T06:37:50+00:00',
'@type': 'http://www.w3.org/2001/XMLSchema#dateTime'},
'o:media': [{'@id': 'http://timsherratt.org/collections/api/media/882',
'o:id': 882},
{'@id': 'http://timsherratt.org/collections/api/media/897', 'o:id': 897},
{'@id': 'http://timsherratt.org/collections/api/media/929', 'o:id': 929},
{'@id': 'http://timsherratt.org/collections/api/media/994', 'o:id': 994},
{'@id': 'http://timsherratt.org/collections/api/media/995', 'o:id': 995},
{'@id': 'http://timsherratt.org/collections/api/media/996', 'o:id': 996},
{'@id': 'http://timsherratt.org/collections/api/media/997', 'o:id': 997}],
'o:item_set': [],
'o:site': [],
'schema:name': [{'type': 'literal',
'property_id': 1116,
'property_label': 'name',
'is_public': True,
'@value': 'Manilla Express (NSW : 1899 - 1954)'}],
'schema:url': [{'type': 'uri',
'property_id': 393,
'property_label': 'url',
'is_public': True,
'@id': 'http://nla.gov.au/nla.news-title1006'}],
'schema:identifier': [{'type': 'literal',
'property_id': 190,
'property_label': 'identifier',
'is_public': True,
'@value': '1006'}],
'@reverse': []}
See the documentation for more examples.
Created by Tim Sherratt
(@wragge) for the GLAM
Workbench.
Created by @satoru196.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file omeka_s_tools2-0.0.5.tar.gz.
File metadata
- Download URL: omeka_s_tools2-0.0.5.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbc8596835b397efadcf8a38cc317bc0544e89f0c640a37abb38b4a2b327dd89
|
|
| MD5 |
b20e30ac16311baadc43dd7f5cb82041
|
|
| BLAKE2b-256 |
bb9a1f23fc55911c9e8a0c8c9660a1e5d908dcf0f78221e67c8c1d2fbf6fd2e5
|
File details
Details for the file omeka_s_tools2-0.0.5-py3-none-any.whl.
File metadata
- Download URL: omeka_s_tools2-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac25ec1714c77befd426b7c0973744a05937bf57acde36ac77f79b14245e311b
|
|
| MD5 |
6c62df58621da83887efc542f3fa9d24
|
|
| BLAKE2b-256 |
2152097c1ccc6ed9d70e2fc92479f4968cff05edbd0f180284e16b232ae3a70c
|