Skip to content

Releases: FZJ-IEK3-VSA/DataDesc

Version 1.1

14 May 09:16
Compare
Choose a tag to compare

DataDesc is a metadata schema for software documentation with focus on programming interfaces (APIs).

This version includes four distinct python packages and minor revisions to the graphical schematic:

  • a form to convert general software metadata into a DataDesc compliant JSON file
  • a parser for extracting extensive metadata information from python source code to DataDesc compliant JSON
  • a tool for combining two DataDesc compliant JSON files into a single one
  • a tool for uploading DataDesc compliant files to the ORKG, GitHub, PyPI, and more

Installation instructions and package requirements can be found in the tools' respective folders.

Version 1.0

26 Feb 07:24
f9449b6
Compare
Choose a tag to compare

DataDesc is a metadata schema for software documentation with focus on programming interfaces (APIs).

This version includes four distinct python packages:

  • a form to convert general software metadata into a DataDesc compliant JSON file
  • a parser for extracting extensive metadata information from python source code to DataDesc compliant JSON
  • a tool for combining two DataDesc compliant JSON files into a single one
  • a tool for uploading DataDesc compliant files to the ORKG, GitHub, PyPI, and more

Installation instructions and package requirements can be found in the tools' respective folders.