Skip to main content

Convert data types through the command line

Project description

Everything to Everything (ETE)

ETE is a simple CLI program that converts data types to other data types. It currently supports Toml, Yaml, and Json.

Install

To use, first install:

pip install -U ete

Or use Poetry:

poetry add ete

Use

ETE is purely command line, and there is no great API yet.

ete --help

ETE converts files to different types of files. Try writing a Toml file like this:

# Named test.toml
[table]
message = true

Then run:

ete test.toml test.json

Congratulations! You've just experienced the ease of this conversion tool.

Contribute

git clone https://github.com/BD103/Everything-to-Everything.git
poetry lock
poetry install

I use Poetry, so you may have to download it as well.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ete-1.0.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

ete-1.0.0-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page