omeka-s-tools
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: wragge
- License: mit
- Language: Jupyter Notebook
- Default Branch: master
- Size: 559 KB
Statistics
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 12
- Releases: 6
Created about 4 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Contributing
License
Citation
README.md
Omeka S Tools
Tools for working with data in an instance of Omeka S
Install
pip install omeka-s-tools
How to use
See the documentation for full details of the Omeka API Client.
```python from omekastools.api import OmekaAPIClient
omeka = OmekaAPIClient('http://timsherratt.org/collections/api') ```
python
items = omeka.get_resources('items')
items['total_results']
49
python
items['results'][0]
{'@context': 'http://timsherratt.org/collections/api-context',
'@id': 'http://timsherratt.org/collections/api/items/671',
'@type': ['o:Item', 'schema:Newspaper'],
'o:id': 671,
'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': "Newcastle Morning Herald and Miners' Advocate (NSW : 1876 - 1954)",
'thumbnail_display_urls': {'large': None, 'medium': None, 'square': None},
'o:created': {'@value': '2022-01-20T06:36:11+00:00',
'@type': 'http://www.w3.org/2001/XMLSchema#dateTime'},
'o:modified': {'@value': '2022-01-20T06:36:11+00:00',
'@type': 'http://www.w3.org/2001/XMLSchema#dateTime'},
'o:media': [],
'o:item_set': [],
'o:site': [],
'schema:name': [{'type': 'literal',
'property_id': 1116,
'property_label': 'name',
'is_public': True,
'@value': "Newcastle Morning Herald and Miners' Advocate (NSW : 1876 - 1954)"}],
'schema:url': [{'type': 'uri',
'property_id': 393,
'property_label': 'url',
'is_public': True,
'@id': 'http://nla.gov.au/nla.news-title356'}],
'schema:identifier': [{'type': 'literal',
'property_id': 190,
'property_label': 'identifier',
'is_public': True,
'@value': '356'}]}
See the documentation for more examples.
Created by Tim Sherratt (@wragge) for the GLAM Workbench.
Owner
- Name: Tim Sherratt
- Login: wragge
- Kind: user
- Website: https://timsherratt.org
- Repositories: 209
- Profile: https://github.com/wragge
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: omeka_s_tools
message: Please cite this software using these metadata.
type: software
authors:
- given-names: Tim
family-names: Sherratt
email: tim@timsherratt.org
orcid: 'https://orcid.org/0000-0001-7956-4498'
repository-code: 'https://github.com/wragge/omeka_s_tools'
abstract: >-
Tools for working with data in an instance of Omeka
S.
keywords:
- omeka
license: MIT
version: 0.0.5
date-released: '2022-02-07'
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Issue comment event: 1
- Fork event: 1
Last Year
- Issues event: 2
- Watch event: 1
- Issue comment event: 1
- Fork event: 1
Committers
Last synced: about 3 years ago
All Time
- Total Commits: 15
- Total Committers: 1
- Avg Commits per committer: 15.0
- Development Distribution Score (DDS): 0.0
Top Committers
| Name | Commits | |
|---|---|---|
| Tim Sherratt | t****m@d****u | 15 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 5
- Total pull requests: 8
- Average time to close issues: 7 minutes
- Average time to close pull requests: 12 months
- Total issue authors: 4
- Total pull request authors: 1
- Average comments per issue: 0.2
- Average comments per pull request: 0.38
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 6
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.33
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- wragge (3)
- mquantin (1)
- tobiashendrickx (1)
Pull Request Authors
- mquantin (10)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 33 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 9
- Total maintainers: 1
pypi.org: omeka-s-tools
Tools for working with Omeka S API
- Homepage: https://github.com/wragge/omeka_s_tools/tree/master/
- Documentation: https://omeka-s-tools.readthedocs.io/
- License: MIT License
-
Latest release: 0.3.0
published about 4 years ago
Rankings
Dependent packages count: 10.1%
Forks count: 14.2%
Stargazers count: 16.5%
Average: 18.7%
Dependent repos count: 21.6%
Downloads: 31.2%
Maintainers (1)
Last synced:
7 months ago
Dependencies
docs/Gemfile
rubygems
- jekyll >= 3.7
- jekyll-remote-theme >= 0
.github/workflows/main.yml
actions
- actions/checkout v1 composite
- actions/setup-python v1 composite
docker-compose.yml
docker
setup.py
pypi