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
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
ete-1.0.0.tar.gz
(6.4 kB
view details)
Built Distribution
ete-1.0.0-py3-none-any.whl
(7.1 kB
view details)
File details
Details for the file ete-1.0.0.tar.gz
.
File metadata
- Download URL: ete-1.0.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.9 Linux/5.4.0-1043-gcp
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f88daae5e6b0e04e46e5b88d1288fec55c6d8a72f3895423e12ec1e57ccddecb |
|
MD5 | c05c82fd18491dcf08821d71858778a1 |
|
BLAKE2b-256 | 9d5621bc34ab6875f3ca6d1b1f1fc1233289b742606b7e12a2e29990b4c86a83 |
File details
Details for the file ete-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: ete-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.9 Linux/5.4.0-1043-gcp
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1224fcc6878f8a627ac8c6a83190ccd5376ceed5645f9245b2e2fce3617583bb |
|
MD5 | 50ec186a3d44ab2af4a9bfb09dc952f8 |
|
BLAKE2b-256 | c0ea196db5253c69f73e7944e9819b9cc118b45115d53c2542406323a2ae5e72 |