A module to synchronize metadata between TOML and CFF files, including between pyproject.toml and CITATION.cff files.
Project description
cff2toml
A module to synchronize metadata between TOML and CFF files, including between pyproject.toml and CITATION.cff files.
Table of Contents
Installation
pip install cff2toml
Usage
cff2toml --help
This package offers a CLI and classes to manipulate metadata in CFF and TOML files.
One common use case is to synchronize metadata between pyproject.toml and CITATION.cff files in a Python project.
Viewing metadata in CITATION.cff and pyproject.toml
Here is how you view the version in both CITATION.cff and pyproject.toml, assuming they are in the same directory
cff2toml view version
You can also view other common metadata. See the help.
Changing metadata in both CITATION.cff and pyproject.toml
Here is how you change the version in both CITATION.cff and pyproject.toml, assuming they are in the same directory
cff2toml change version 2.30.1
You can also change other common metadata. See the help.
Limitations
The tool is in early and active development, so it should not be used yet for production systems. The CLI only supports version and license at the moment, but the underlying libraries support more.
Roadmap
- Improve CLI tool to view and change other metadata fields.
- Improve documentation of the underlying classes.
- Fix the output order so that it creates a more useful semantic ordering of propreties (not alphabetical).
License
cff2toml
is distributed under the terms of the Apache 2.0 license
Contribution
Contributions in the form of feature requests, bug reports, bug fixes, tests, and feature implementations are welcome. To contribute code, please fork the project, and then do a pull request.
Developer Notes
Buildiing Locally
To build the tool locally, please follow the general advice from here.
python3 -m pip install --upgrade build
python3 -m build
Deploying
To deploy the tool, use the Github Action defined in .github/workflows/python-publish.yml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cff2toml-3.2.2.tar.gz
.
File metadata
- Download URL: cff2toml-3.2.2.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b07a9920b4c38e3340f02e97449487775a2e4910b88e5f19a8872b5bc7f99d5d |
|
MD5 | 6ef311d0b21d94cda65a94c42b6dd3c2 |
|
BLAKE2b-256 | 8aa0a13756307aa742c998c3f57f7368379e9e64982b2ddd64ca525235d30ce5 |
File details
Details for the file cff2toml-3.2.2-py3-none-any.whl
.
File metadata
- Download URL: cff2toml-3.2.2-py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2413645523bf314c34c767eaf3b99f9c38e347eeb96163f3cd80bc46e9f40805 |
|
MD5 | 571407d2c29958a8d15dd8e218fa6eb0 |
|
BLAKE2b-256 | 0345e123e69c4d56ce804cffdebc2d315d4f58a74338f09fede90e3ca08785ab |