The textproc/py-toml,python3 port
py3-toml-0.10.2 – Python library for "Tom's Obvious Minimal Language"
(cvsweb
github)
Description
TOML aims to be a minimal configuration file format that's easy to read
due to obvious semantics. TOML is designed to map unambiguously to a
hash table. TOML should be easy to parse into data structures in a wide
variety of languages.
This is a Python library for parsing and creating TOML.
WWW:
https://pypi.python.org/pypi/toml
Maintainer
The OpenBSD ports mailing-list
Categories
lang/python
textproc
Build dependencies
Run dependencies
- /usr/local/lib/python3.8/site-packages/toml-0.10.2-py3.8.egg-info/
- /usr/local/lib/python3.8/site-packages/toml-0.10.2-py3.8.egg-info/PKG-INFO
- /usr/local/lib/python3.8/site-packages/toml-0.10.2-py3.8.egg-info/SOURCES.txt
- /usr/local/lib/python3.8/site-packages/toml-0.10.2-py3.8.egg-info/dependency_links.txt
- /usr/local/lib/python3.8/site-packages/toml-0.10.2-py3.8.egg-info/top_level.txt
- /usr/local/lib/python3.8/site-packages/toml/
- /usr/local/lib/python3.8/site-packages/toml/__init__.py
- /usr/local/lib/python3.8/site-packages/toml/__pycache__/
- /usr/local/lib/python3.8/site-packages/toml/__pycache__/__init__.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/toml/__pycache__/decoder.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/toml/__pycache__/encoder.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/toml/__pycache__/ordered.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/toml/__pycache__/tz.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/toml/decoder.py
- /usr/local/lib/python3.8/site-packages/toml/encoder.py
- /usr/local/lib/python3.8/site-packages/toml/ordered.py
- /usr/local/lib/python3.8/site-packages/toml/tz.py
- @conflict py-toml-*