Metadata-Version: 2.4
Name: punwrap
Version: 0.3.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
License-File: LICENSE
Summary: Python bindings for runwrap
Keywords: text,markdown,vcs
Author: Viktor Eikman <viktor.eikman@gmail.com>
Author-email: Viktor Eikman <viktor.eikman@gmail.com>
License: GPL-3.0-or-later
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/veikman/punwrap

`punwrap` provides only Python bindings for
[`runwrap`](https://github.com/veikman/runwrap), a Rust library for wrapping
and unwrapping paragraphs of Markdown.

For an example of higher-level utilities built on `punwrap`, see
[`yamlwrap`](https://github.com/veikman/yamlwrap).

## License

Copyright 2021–2025 Viktor Eikman

`punwrap` is licensed as detailed in the accompanying file LICENSE.

