Metadata-Version: 2.1
Name: triade
Version: 0.3.0.dev2
Project-URL: Homepage, https://github.com/llucasls/triade
Author-email: "Lucas L. S. Haine" <lucaslshaine@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: pyyaml
Requires-Dist: toml
Description-Content-Type: text/markdown

# Triade

## About

This package aims to provide a seamless way to convert between JSON, YAML and
TOML.

## Install

To install this package from the PyPI, you can use the command:

```sh
pip install -U triade
```
