Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2024 08:47:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278970] textproc/py-pytomlp: New port: Python wrapper for toml++
Message-ID:  <bug-278970-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278970

            Bug ID: 278970
           Summary: textproc/py-pytomlp: New port: Python wrapper for
                    toml++
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://pypi.org/project/pytomlpp/
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org
 Attachment #250641 maintainer-approval+
             Flags:

Created attachment 250641
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D250641&action=
=3Dedit
py-pytomlpp-1.0.13.patch

Description:

pytomlpp is a python wrapper for toml++.

Some points you may want to know before use:

* Using toml++ means that this module is fully compatible with TOML
  v1.0.0.
* We convert toml structure to native python data structures
  (dict/list etc.) when parsing, this is more inline with what json
  module does.
* The binding is using pybind11.
* The project is tested using toml-test and pytest.
* We support all major platforms
  (Linux, Mac OSX and Windows), for both CPython and Pypy and all
  recent Python versions. You just need to pip install and we have a
  pre-compiled binaries ready. No need to play with clang, cmake or
  any C++ toolchains.

WWW: https://pypi.org/project/pytomlpp/=20
https://github.com/bobfang1992/pytomlpp

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.0-RELEASE, amd64)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278970-7788>