Added
Link Here
|
0 |
- |
1 |
pytomlpp is a python wrapper for toml++. |
|
|
2 |
|
3 |
Some points you may want to know before use: |
4 |
|
5 |
* Using toml++ means that this module is fully compatible with TOML |
6 |
v1.0.0. |
7 |
* We convert toml structure to native python data structures |
8 |
(dict/list etc.) when parsing, this is more inline with what json |
9 |
module does. |
10 |
* The binding is using pybind11. |
11 |
* The project is tested using toml-test and pytest. |
12 |
* We support all major platforms |
13 |
(Linux, Mac OSX and Windows), for both CPython and Pypy and all |
14 |
recent Python versions. You just need to pip install and we have a |
15 |
pre-compiled binaries ready. No need to play with clang, cmake or |
16 |
any C++ toolchains. |