Format Fusion
This is the tool's CLI for converting various formats.
Using
Format Fusion supports two commands for conversion:
| Name | Commands |
|---|---|
| JSON to YAML | format-fusion yaml |
| Image to Base64 | format-fusion image |
Usage example
Command to generate from JSON to YAML:
format-fusion yaml D:\response_api.json
Or you can perform the conversion in reverse order: from YAML to JSON
format-fusion yaml D:\response_api.yaml --reverse
The result of executing the command will be the creation of a YAML file named output.yaml or a JSON file named output.json
Optionally, you can specify where to save the converted files:
format-fusion yaml D:\screenshot.png --output D:\data.txt
This option is available for all commands.
Install
pip install cli-format-fusion
Resources
Release files for cli-format-fusion 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cli_format_fusion-0.1.0.tar.gz | 12.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cli_format_fusion-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.4 kB
Release files / cli_format_fusion-0.1.0.tar.gz
| Download URL | cli_format_fusion-0.1.0.tar.gz |
|---|---|
| Size | 12.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fd172f14de373f603879d607fcea6da2becf6a578ce9c4d7cef4738942f741d6
|
|
BLAKE2b-256 checksum How to use checksums |
b5b079f98a435c4ac72e685baddd79abb73ff4420818cf91d2d2c6e11bfde08c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.4 CPython/3.12.7 Windows/11
|
Release files / cli_format_fusion-0.1.0-py3-none-any.whl
| Download URL | cli_format_fusion-0.1.0-py3-none-any.whl |
|---|---|
| Size | 11.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
941a1e172500547fff0de13193d80bdc9f102fb0a8a0ef745cfcc11adc57c9f8
|
|
BLAKE2b-256 checksum How to use checksums |
15686993b78c88475b9d2e00bd7a5958122f0dbf3d5f2eb968662dc6ac7a4c58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.4 CPython/3.12.7 Windows/11
|