An open API service indexing awesome lists of open source software.

https://github.com/marksteve/toml-ply

TOML PLY parser
https://github.com/marksteve/toml-ply

Last synced: about 1 year ago
JSON representation

TOML PLY parser

Awesome Lists containing this project

README

          

========
toml-ply
========

TOML PLY parser. Still missing some restrictions and error handling but mostly works :)

Supports (supposedly)
-------
https://github.com/mojombo/toml/commit/3f4224ecdc4a65fdd28b4fb70d46f4c0bd3700aa

Use
---

.. code-block:: python

import toml_ply as toml
with open('config.toml') as f:
pprint(toml.loads(f.read()), indent=2)

License
-------

http://marksteve.mit-license.org