PyFormat v0.1.0 released (exposing C++ boost::format class)

Pavel S pavel at schon.cz
Mon Aug 22 15:24:51 EDT 2016


Hi all,

I'm pleased to announce initial release of PyFormat - C++ module which exposes robust boost::format class from Boost.org C++ libraries.

The module supports Python 2.x and Python 3.x versions, bytestrings and unicode strings as well.

The API exposes most of functions provided by underlying boost::format class.

Homepage and basic tutorial is on: https://github.com/pavelschon/PyFormat

Release v0.1.0 can be downloaded from https://github.com/pavelschon/PyFormat/releases/tag/v0.1.0

Everybody is welcomed to submit bug reports,  pull requests etc...


More information about the Python-announce-list mailing list