codemeta2mp

codemeta to SSHOC Open Marketplace converter

Tool suite: CLARIAH Tool Discovery

The following closely related tools are in a tool suite together with codemeta2mp:

  • Web Application
  • 8 - Complete: Technology complete and qualified, released for all end-users in scholarly environments.
  • Active: The project has reached a stable, usable state and is being actively developed.

CLARIAH Tool Discovery 1.6.4

This is the over-arching project for CLARIAH Tool Discovery, its components harvest and aggregate codemeta from source repositories and service endpoints, automatically converting known metadata schemes in the process. This project holds the Tool Source Registry, pointing to all the tools that are to be harvested. It also holds the validation schema. [view more]
  • Browsing
  • Databases for humanities
  • Discovering
  • Exploration
  • Gathering
  • Software for humanities
  • codemeta
  • harvester
  • linked data
  • metadata
  • rdf
  • schema.org
  • software metadata
Created: 2022-01-05
Modified: 2024-06-04
  • Command-line Application
  • Software Library
  • 9 - Proven: Technology complete and proven in practice by real users.
  • Active: The project has reached a stable, usable state and is being actively developed.

CodeMetaPy 3.0.3

Codemetapy is a command-line tool and python library to work with the codemeta software metadata standard. Codemeta builds upon schema.org and defines a vocabulary for describing software source code. It maps various existing metadata standards to a unified vocabulary. Codemetapy allows you to generate codemeta from various sources. [view more]
  • Computer science
  • Converting
  • Software Development
  • codemeta
  • linked data
  • metadata
  • metadata-extractor
  • rdf
  • schema.org
  • scientific
  • software metadata
  • Bsd
  • Linux
  • Macos
  • Python
Created: 2018-04-16
Modified: 2025-04-24
  • Command-line Application
  • 8 - Complete: Technology complete and qualified, released for all end-users in scholarly environments.
  • Active: The project has reached a stable, usable state and is being actively developed.

codemeta-harvester 0.5.1

Harvest and aggregate codemeta from source repositories and service endpoints, automatically converting known metadata schemes in the process [view more]
  • codemeta
  • harvester
  • linked data
  • metadata
  • rdf
  • schema.org
  • software metadata
Created: 2022-01-05
Modified: 2025-04-17
  • Inactive: The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

codemeta-lod-to-cmdi 1.0-SNAPSHOT

  •   meindertkroese
CLARIAH Tool Discovery output (LOD -> CMDI conversion) [view more]
Created: 2023-02-01
Modified: 2023-05-15
  • Server Application
  • 7 - Release Candidate: Technology ready enough and in initial use by end-users in intended scholarly environments. Further validation may be in progress.
  • Active: The project has reached a stable, usable state and is being actively developed.

codemeta-server 0.5.1

Web API serving codemeta software metadata using codemeta and schema.org, provides a SPARQL endpoint and also offers a human web-interface [view more]
  • Software Development
  • codemeta
  • linked data
  • metadata
  • rdf
  • schema.org
  • scientific
  • software metadata
  • Bsd
  • Linux
  • Macos
  • Python
Created: 2022-03-22
Modified: 2025-08-18
  • Command-line Application
  • Software Library
  • 7 - Release Candidate: Technology ready enough and in initial use by end-users in intended scholarly environments. Further validation may be in progress.
  • Active: The project has reached a stable, usable state and is being actively developed.

codemeta2html 0.2.0

Convert software metadata in codemeta to html for visualisation, can generate fully-fledged static sites that serve well as a portal for a collection of software [view more]
  • Software Development
  • codemeta
  • linked data
  • metadata
  • rdf
  • schema.org
  • scientific
  • software metadata
  • Bsd
  • Linux
  • Macos
  • Python
Created: 2023-05-06
Modified: 2025-03-07

Citation

You can cite this software using the following citation generated from its metadata:

(2026) codemeta2mp .
  • KNAW Humanities Cluster & CLST, Radboud University
.

Logs & Reviews

Name
Automatic software metadata validation report for codemeta2mp (unknown version)
Author
  • codemetapy validator using software.ttl
Date
2026-02-07 03:06:28
Review
Please consult the CLARIAH Software Metadata Requirements at https://github.com/CLARIAH/clariah-plus/blob/main/requirements/software-metadata-requirements.md for an in-depth explanation of any found problems

Validation of codemeta2mp (unknown version) failed (score 2/5) due to one or more requirement violations:

1. Violation: Software source code *MUST* state its version (This is missing in the metadata)
2. Info: Software source code *SHOULD* link to a continuous integration service that builds the software and runs the software's tests (This is missing in the metadata)
3. Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)
4. Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)
5. Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)
6. Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)
7. Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)
8. Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)
Rating
★ ★ ☆ ☆ ☆
There were 1 error(s) harvesting this metadata, please inspect the log.
(log file starts at Sat Feb  7 03:06:11 UTC 2026)

[harvester info] --> Processing codemeta2mp (https://github.com/proycon/codemeta2mp) [Sat Feb  7 03:06:11 UTC 2026]

[harvester info] Git updating cached clone of https://github.com/proycon/codemeta2mp...

[harvester info] No releases found, falling back to default git branch!

[harvester info] Using 'master'

[harvester info] Git reference: master

[harvester info] Scanning directory /tmp/codemeta-harvester.cache/codemeta2mp for harvestable resources...

[harvester info] found python setup for codemeta2mp, converting to codemeta

-- begin log --

/usr/lib/python3.12/site-packages/pyshacl/extras/__init__.py:6: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.

  import pkg_resources

No input files specified, but found python project (pyproject.toml) in current dir, using that...

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/pyproject-toml

Processing source #1 of 1

Obtaining python package metadata for: pyproject.toml

Loading metadata from pyproject.toml via pyproject-parser

Traceback (most recent call last):

  File "/usr/bin/codemetapy", line 8, in <module>

    sys.exit(main())

             ^^^^^^

  File "/usr/lib/python3.12/site-packages/codemeta/codemeta.py", line 339, in main

    g, res, args, contextgraph = build(**args.__dict__)

                                 ^^^^^^^^^^^^^^^^^^^^^^

  File "/usr/lib/python3.12/site-packages/codemeta/codemeta.py", line 660, in build

    codemeta.parsers.python.parse_python(newgraph, res, source, crosswalk, args)

  File "/usr/lib/python3.12/site-packages/codemeta/parsers/python.py", line 386, in parse_python

    if value.startswith("http"):

       ^^^^^^^^^^^^^^^^

AttributeError: 'Readme' object has no attribute 'startswith'

-- end log --

[harvester error] python setup.py to codemeta conversion failed for codemeta2mp (codemetapy failed)

[harvester info] Looking for license....

[harvester info] Found license GPL-3.0-only

[harvester info] Getting contributors from git...

[harvester info] Getting top contributor from git...

[harvester info] Git top contributor Maarten van Gompel <proycon@anaproy.nl> will be assigned as author (and maintainer) if none are found in the metadata

[harvester info] Extracting last and first commit date from git log....

[harvester info] Date created: 2024-04-11T16:13:23Z+0200, date modified: 2026-01-22T14:24:38Z+0100

[harvester info] Querying Github/GitLab API (https://github.com/proycon/codemeta2mp)

[harvester info] Adding URL for found README: README.md

[harvester info] Looking for TRL information in README.md...

[harvester info] Looking for repostatus information in README.md...

[harvester info] Found repostatus https://www.repostatus.org/#wip

[harvester info] Looking for continuous integration information in README.md...

[harvester info] Looking for documentation links in README.md...

[harvester info] Inferring repostatus information from git activity (used only as a fallback if not explicitly provided)...

[harvester info] Inferred repostatus https://www.repostatus.org/#wip

[harvester info] Setting group CLARIAH Tool Discovery

[harvester info] Reconciliating: codemetapy  --baseuri https://tools.clariah.nl --baseuri https://tools.clariah.nl --includecontext --addcontext https://w3id.org/nwo-research-fields --addcontext https://w3id.org/research-technology-readiness-levels --addcontextgraph https://vocabs.dariah.eu/rest/v1/tadirah/data?format=text/turtle --trl --identifier "codemeta2mp" --codeRepository "https://github.com/proycon/codemeta2mp" --validate /etc/software.ttl --enrich --textv "Please consult the CLARIAH Software Metadata Requirements at https://github.com/CLARIAH/clariah-plus/blob/main/requirements/software-metadata-requirements.md for an in-depth explanation of any found problems" -O /tmp/out/codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/90-authors.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/41-readme.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/40-gitapi.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/29-license.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/11-repostatus.codemeta2mp.codemeta.json /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2mp.codemeta.json 

-- begin log --

/usr/lib/python3.12/site-packages/pyshacl/extras/__init__.py:6: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.

  import pkg_resources

Passed 9 files/sources but specified 0 input types! Automatically guessing types...

Detected input types: [('/tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/90-authors.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/41-readme.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/40-gitapi.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/29-license.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/11-repostatus.codemeta2mp.codemeta.json', 'json'), ('/tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2mp.codemeta.json', 'json')]

Adding to contextgraph: /tmp/turtle

Initial URI automatically generated, may be overriden later: https://tools.clariah.nl/codemeta2mp

Processing source #1 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/99-repostatus.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 2

Processing source #2 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/90-authors.codemeta2mp.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta2mp.topcontributor/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 8 new triples, total is now 9

Processing source #3 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/41-readme.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 10

Processing source #4 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/40-gitapi.codemeta2mp.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta2mp/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] overriding old http://schema.org/author (https://tools.clariah.nl/stub/H-bff2e34e6334ff5 -> https://tools.clariah.nl/stub/H-6c358000956599da)

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 21 new triples, total is now 25

Processing source #5 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/39-gitdate.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] overriding old http://schema.org/dateCreated (2024-04-12T13:19:26Z -> 2024-04-11T16:13:23Z+0200)

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] overriding old http://schema.org/dateModified (2026-01-22T13:24:58Z -> 2026-01-22T14:24:38Z+0100)

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 2 new triples, total is now 25

Processing source #6 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/32-contributors.codemeta2mp.codemeta.json

    Found main resource with URI https://tools.clariah.nl/codemeta2mp.contributors/snapshot

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 8 new triples, total is now 26

Processing source #7 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/29-license.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] overriding old http://schema.org/license (http://spdx.org/licenses/GPL-3.0-only -> GPL-3.0-only)

[CODEMETA CORRECTION (https://tools.clariah.nl/codemeta2mp)] automatically converting license to spdx URI

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 26

Processing source #8 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/11-repostatus.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 26

Processing source #9 of 9

Parsing json-ld file from /tmp/codemeta-harvester.cache//tmp/04-applicationSuite.codemeta2mp.codemeta.json

    NOTE: Not a valid JSON-LD document, @context missing! Attempting to inject automatically...

    Injected (possibly temporary) URI https://tools.clariah.nl/codemeta2mp

[CODEMETA COMPOSITION (https://tools.clariah.nl/codemeta2mp)] processed 1 new triples, total is now 27

Remapping URI to (possibly) new identifier and version component: https://tools.clariah.nl/codemeta2mp -> https://tools.clariah.nl/codemeta2mp/snapshot

[CODEMETA VALIDATION (codemeta2mp)] done

[CODEMETA ENRICHMENT (codemeta2mp)] adding affiliation(s) of first author as producer

VALIDATION https://tools.clariah.nl/codemeta2mp/snapshot #1: Violation: Software source code *MUST* state its version (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/snapshot #2: Info: Software source code *SHOULD* link to a continuous integration service that builds the software and runs the software's tests (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/snapshot #3: Info: Software source code *MAY* express the programming language(s) used (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/snapshot #4: Info: An interface type *SHOULD* be expressed: Software source code should define one or more target products that are the resulting software applications offering specific interfaces (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/snapshot #5: Warning: Documentation *SHOULD* be expressed (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/snapshot #6: Info: Reference publications *SHOULD* be expressed, if any (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/snapshot #7: Info: The funder *SHOULD* be acknowledged (This is missing in the metadata)

VALIDATION https://tools.clariah.nl/codemeta2mp/snapshot #8: Info: The technology readiness level *SHOULD* be expressed (This is missing in the metadata)

-- end log --

[harvester info] Output written to /tmp/out/codemeta2mp.codemeta.json

[harvester info] <-- Finished processing codemeta2mp (https://github.com/proycon/codemeta2mp) [Sat Feb  7 03:06:29 UTC 2026]

        

Metadata Properties

Interface types
  • Unknown
Source code repository
 https://github.com/proycon/codemeta2mp  Stars are an indicator of the popularity of this project on GitHub
Development Status
  • WIP: Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
Issue Tracker (Support)
https://github.com/proycon/codemeta2mp/issues  The number of open issues on the issue tracker  The number of closes issues on the issue tracker
Documentation
License
Author(s)
Maintainer(s)
Contributor(s)
Producer
  •   KNAW Humanities Cluster & CLST, Radboud University
Metadata validation
★ ★ ☆ ☆ ☆
Created
2024-04-11 16:13:23 +0200
Last modified
2026-01-22 14:24:38 +0100  Last commit (main branch). Gives an indication of project development activity and rough indication of how up-to-date the latest release is.  Number of commits since the last release. Gives an indication of project development activity and rough indication of how up-to-date the latest release is.