Democritus functions for working with TOML.
Project description
Democritus Toml
Democritus functions[1] for working with TOML.
[1] Democritus functions are simple, effective, modular, well-tested, and well-documented Python functions.
We use d8s
(pronounced "dee-eights") as an abbreviation for democritus
(you can read more about this here).
Installation
pip install d8s-toml
Usage
You import the library like:
from d8s_toml import *
Once imported, you can use any of the functions listed below.
Functions
-
def toml_read(toml_data: str): """Read the toml data."""
-
def is_toml(possible_toml_data: str) -> bool: """Determine whether the possible_toml_data is valid toml data."""
-
def toml_write(data: dict) -> str: """Convert the given data to a toml string."""
Development
👋 If you want to get involved in this project, we have some short, helpful guides below:
If you have any questions or there is anything we did not cover, please raise an issue and we'll be happy to help.
Credits
This package was created with Cookiecutter and Floyd Hightower's Python project template.
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
Built Distribution
File details
Details for the file d8s_toml-0.7.0.tar.gz
.
File metadata
- Download URL: d8s_toml-0.7.0.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb11b97fb0059e5b0abb00241d79e68502c1ea3f93c4c19d128ce8bfa21da9fb |
|
MD5 | 6a03a44c0a85ea07a429999d0850712a |
|
BLAKE2b-256 | 5e2fe5f151fca95b78c4fee79c370e414df7c4c323234e14512f29a8f40ebec4 |
File details
Details for the file d8s_toml-0.7.0-py2.py3-none-any.whl
.
File metadata
- Download URL: d8s_toml-0.7.0-py2.py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9b6f7ced4bbffe461da66552c5acd4c4f01777f099aa45d74b6ce8fddfefd88 |
|
MD5 | 7c2daff598a253cfa8f43ffb5645c527 |
|
BLAKE2b-256 | 1f30f79eb655fb734aa961026037ca347ec39bd47c0a0eefb450bf357554117d |