Metadata-Version: 2.4
Name: devconvert
Version: 0.1.0
Summary: A CLI tool to convert between different file formats and more.
License-Expression: MIT
Keywords: converter,cli,json,yaml,toml,csv
Author: OmgRod
Author-email: 89850217+OmgRod@users.noreply.github.com
Requires-Python: >=3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: argparse (>=1.4.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Requires-Dist: tomli (>=2.4.0,<3.0.0)
Requires-Dist: tomli-w (>=1.2.0,<2.0.0)
Description-Content-Type: text/markdown

# DevConvert

This CLI is designed for developers to quickly and easily:

- Convert between different *filetypes*
- Encode/decode *data*
- Decode *tokens*
- Convert between different *time formats*

DevConvert is ideal for developers who need to quickly convert between formats, inspect tokens, or manipulate timestamps without leaving the terminal.

