Cff2toml

Latest version: v3.2.2

Safety actively analyzes 672715 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

1.1.3

Changes
- Fixed submodule import bug so that it aligns with documentation.

1.1.2

Changes
- Added limitations and roadmap sections to the README.md
- Fixed grammar and typos on README.md

1.1.1

Changes

- Fixed usage typos in the README.md

1.1.0

Changes

- Added function to set the same version for both pyproject.toml and CITATION.cff: set_version_for_pyproject_toml_and_citation_cff

1.0.0

Changes

- Updated metadata in CITATION.cff and pyproject.toml files.
- Updated README.md with usage instructions.
- Updated parameter order for some methods.

0.0.1

Changes

- Added function to load TOML objects as Python dictionaries: load_toml_object
- Added function to save TOML objects to files: save_toml_object
- Added function to load CFF objects as Python dictionaries: load_cff_object
- Added function to save CFF objects to files: save_cff_object
- Added function to update TOML files with some of the metadata from CFF files: update_toml_with_cff
- Added function to update CFF files with some of the metadata from TOML files: update_cff_from_toml
- Added function to update pyproject.toml with some of the metadata from CITATION.cff file: update_pyproject_toml_with_citation_cff
- Added function to update CITATION.cff with some of the metadata from pyproject.toml: update_citation_cff_with_pyproject_toml
- Added tests for these functions.
- The metadata that is updated between CFF and TOML files is: CFF (title, version, abstract, license, repository-code) <-> TOML (project.name, project.version, project.description, project.license, project.urls.Source)

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.