Cff Converter Python Versions Save

Command line program to validate and convert CITATION.cff files.

2.0.0

2 years ago

1.3.3

4 years ago

With recent changes to the release process of https://github.com/citation-file-format/citation-file-format, the schema will be in a different place than before. This release fixes https://github.com/citation-file-format/cff-converter-python/issues/119).

1.3.2

4 years ago

the ruamel.yaml dependency was not specified tightly enough, requirements.txt has been updated as have the notes for maintainers.

1.3.1

4 years ago

'cff-version: 1.0.3' is now interpreted as 1.0.3-1 (the latest schema version that implements the spec 1.0.3). This will fix some problems with the list of SPDX license abbreviations.

1.3.0

4 years ago

It seems that Google was having some issues with interpreting the codemeta we generate for the Research Software Directory

, therefore I added an export that just uses schema.org for its context, instead of both codemeta and schema.org.

1.2.2

4 years ago

Command line program to convert from Citation File Format to various other formats such as BibTeX, EndNote, RIS, schema.org, and .zenodo.json.

1.2.1

4 years ago

Command line program to convert from Citation File Format to various other formats such as BibTeX, EndNote, RIS, schema.org, and .zenodo.json.

1.2.0

4 years ago

Can now raise exception when validating

1.1.0

5 years ago
  • replaced pykwalifire with its parent pykwalify
  • now works for python 3.7 (refs #80)
  • not using PyYAML anymore (but it still comes along with pykwalify for some reason)
  • added a function that can be used as Google Cloud function
  • hopefully fixed parsing of strings that should have been entered as dates (the new validator does not find that offensive, hence I had to fix it myself)

1.0.4

5 years ago

replaced PyYAML dependency with ruamel.yaml