YAML but with tabs
pip install tamlsee ruamel.yaml and replace
from ruamel.yaml import YAML
yaml=YAML()with
from taml import tamlyou can use a separate taml file or dict to type the taml
a:
a: 3
b: 956579776
c:
- 1
- 2
- 3
d:
- 1.12345
- 2
- {'a': 1}
- 4and
a:
b: datetime.datetime.fromtimestamp(tz=datetime.timezone.utc)
c: tuple
d:
- round(ndigits=2)
- null
- epicstuff.Dict(b='1') # make sure b stays str during resolve
- str- upload with
python -m buildthenpython -m dotenv run -- twine upload --skip-existing dist/*