Bug#1023608: RFP: pytomlpp

2023-01-17 Thread Bastian Germann

Control: retitle -1 ITP: python-pytomlpp -- Python wrapper for toml++

Please make sure that your draft package's source package name matches the ITP 
name.



Bug#1023608: RFP: pytomlpp

2022-11-07 Thread Bastian Germann

Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-de...@lists.debian.org
Control: block -1 by 1020595
Control: block 1023523 by -1

* Package name: pytomlpp
  Upstream Author : Bob Fang 
* URL : https://github.com/bobfang1992/pytomlpp
* License : Expat
  Programming Lang: Python
  Description : python wrapper for toml++ parser/serializer

This is a python wrapper for toml++. The binding is using pybind11.
Converts toml structure to native python data structures (dict/list etc.).
When parsing, this is in line with what json module does.