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.
Release files for ete 1.0.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 | |
|---|---|---|---|
| ete-1.0.0.tar.gz | 6.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ete-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.5 kB
Release files / ete-1.0.0.tar.gz
| Download URL | ete-1.0.0.tar.gz |
|---|---|
| Size | 6.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f88daae5e6b0e04e46e5b88d1288fec55c6d8a72f3895423e12ec1e57ccddecb
|
|
BLAKE2b-256 checksum How to use checksums |
9d5621bc34ab6875f3ca6d1b1f1fc1233289b742606b7e12a2e29990b4c86a83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.5 CPython/3.8.9 Linux/5.4.0-1043-gcp
|
Release files / ete-1.0.0-py3-none-any.whl
| Download URL | ete-1.0.0-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1224fcc6878f8a627ac8c6a83190ccd5376ceed5645f9245b2e2fce3617583bb
|
|
BLAKE2b-256 checksum How to use checksums |
c0ea196db5253c69f73e7944e9819b9cc118b45115d53c2542406323a2ae5e72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.5 CPython/3.8.9 Linux/5.4.0-1043-gcp
|