commonmeta-py

Documentation

https://github.com/front-matter/commonmeta-py

Science Score: 67.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
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary

Keywords

bibtex citeproc doi metadata python

Scientific Fields

Engineering Computer Science - 40% confidence
Last synced: 6 months ago · JSON representation ·

Repository

Documentation

Basic Info
Statistics
  • Stars: 17
  • Watchers: 2
  • Forks: 6
  • Open Issues: 11
  • Releases: 6
Topics
bibtex citeproc doi metadata python
Created about 3 years ago · Last pushed 6 months ago
Metadata Files
Readme Funding License Code of conduct Citation

README.md

DOI Build PyPI version Coverage Maintainability Rating docs GitHub

commonmeta-py

commonmeta-py is a Python library to implement Commonmeta, the common Metadata Model for Scholarly Metadata. Use commonmeta-py to convert scholarly metadata, in a variety of formats, listed below. Commonmeta-py is work in progress, the first release on PyPi (version 0.5.0) was on February 16, 2023. Up until version 0.5.1, the library was called talbot. Commonmeta-py is modelled after the commonmeta-ruby ruby gem.

commonmeta-py uses semantic versioning. Currently, its major version number is still at 0, meaning the API is not yet stable, and breaking changes are expected in the internal API and commonmeta JSON format.

Installation

Stable version

uv add commonmeta-py

Supported Metadata Formats

Commometa-py reads and/or writes these metadata formats:

| Format | Name | Content Type | Read | Write | | ------------------------------------------------------------------------------------------------ | ------------- | -------------------------------------- | ------- | ------- | | Commonmeta | commonmeta | application/vnd.commonmeta+json | yes | yes | | CrossRef XML | crossrefxml | application/vnd.crossref.unixref+xml | yes | yes | | Crossref | crossref | application/vnd.crossref+json | yes | n/a | | DataCite | datacite | application/vnd.datacite.datacite+json | yes | yes | | Schema.org (in JSON-LD) | schemaorg | application/vnd.schemaorg.ld+json | yes | yes | | RDF XML | rdf_xml | application/rdf+xml | no | later | | RDF Turtle | turtle | text/turtle | no | later | | CSL-JSON | csl | application/vnd.citationstyles.csl+json | yes | yes | | Formatted text citation | citation | text/x-bibliography | n/a | yes | | Codemeta | codemeta | application/vnd.codemeta.ld+json | yes | later | | Citation File Format (CFF) | cff | application/vnd.cff+yaml | yes | later | | JATS | jats | application/vnd.jats+xml | later | later | | CSV | csv | text/csv | no | later | | BibTex | bibtex | application/x-bibtex | later | yes | | RIS | ris | application/x-research-info-systems | yes | yes | | InvenioRDM | inveniordm | application/vnd.inveniordm.v1+json | yes | yes | | JSON Feed | jsonfeed | application/feed+json | yes | later | | OpenAlex | openalex | | yes | no |

commonmeta: the Commonmeta format is the native format for the library and used internally. Planned: we plan to implement this format for the v1.0 public release. Later: we plan to implement this format in a later release.

Documentation

Documentation (work in progress) for using the library is available at the commonmeta-py Documentation website and includes several interactive Jupyter Notebooks .

Meta

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License: MIT

Owner

  • Name: Front Matter
  • Login: front-matter
  • Kind: organization
  • Email: info@front-matter.io
  • Location: Germany

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use commonmeta-py in your work, please cite it using the following metadata
doi: https://doi.org/10.5281/zenodo.8340375
title: commonmeta-py
abstract: Library for conversions to/from the Commonmeta scholarly metadata format. 
authors:
- family-names: Fenner
  given-names: Martin
  orcid: https://orcid.org/0000-0003-1419-2405
  affiliation: Front Matter
keywords:
- python
- metadata
- software citation
- research software
- commonmeta
version: 0.8.1
date-released: 2023-09-12
license: MIT
repository-artifact: https://pypi.org/project/commonmeta-py
repository-code: https://github.com/front-matter/commonmeta-py

GitHub Events

Total
  • Create event: 33
  • Release event: 3
  • Issues event: 5
  • Watch event: 2
  • Delete event: 26
  • Issue comment event: 74
  • Push event: 129
  • Pull request review event: 2
  • Pull request event: 66
  • Fork event: 1
Last Year
  • Create event: 33
  • Release event: 3
  • Issues event: 5
  • Watch event: 2
  • Delete event: 26
  • Issue comment event: 74
  • Push event: 129
  • Pull request review event: 2
  • Pull request event: 66
  • Fork event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 23
  • Total pull requests: 113
  • Average time to close issues: 2 months
  • Average time to close pull requests: 26 days
  • Total issue authors: 6
  • Total pull request authors: 5
  • Average comments per issue: 1.26
  • Average comments per pull request: 1.56
  • Merged pull requests: 40
  • Bot issues: 0
  • Bot pull requests: 104
Past Year
  • Issues: 6
  • Pull requests: 63
  • Average time to close issues: 8 days
  • Average time to close pull requests: 25 days
  • Issue authors: 3
  • Pull request authors: 3
  • Average comments per issue: 0.5
  • Average comments per pull request: 1.79
  • Merged pull requests: 21
  • Bot issues: 0
  • Bot pull requests: 57
Top Authors
Issue Authors
  • mfenner (10)
  • jowens (6)
  • castedo (4)
  • gbilder (1)
  • sdruskat (1)
  • ptamarit (1)
Pull Request Authors
  • dependabot[bot] (113)
  • corranmac (4)
  • pszenher (2)
  • fenekku (2)
  • codacy-badger (1)
Top Labels
Issue Labels
enhancement (7) bug (3)
Pull Request Labels
dependencies (113) python (4)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 12,062 last-month
  • Total dependent packages: 2
  • Total dependent repositories: 2
  • Total versions: 223
  • Total maintainers: 1
pypi.org: commonmeta-py

Library for conversions to/from the Commonmeta scholarly metadata format

  • Versions: 223
  • Dependent Packages: 2
  • Dependent Repositories: 2
  • Downloads: 12,062 Last month
Rankings
Dependent packages count: 3.2%
Downloads: 5.0%
Average: 6.6%
Dependent repos count: 11.6%
Maintainers (1)
Last synced: 6 months ago