Metadata-Version: 2.1
Name: unibuf
Version: 0.1.1
Summary: An implementation of the buffer protocol for unicode strings.
Home-page: https://dgit.cs.uni-saarland.de/koehlma/python-unicode-buffer
License: MIT
Author: Maximilian Köhl
Author-email: mkoehl@cs.uni-saarland.de
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: hypothesis (>=5.5.4,<6.0.0)
Requires-Dist: pytest (>=5.3.5,<6.0.0)
Project-URL: Repository, https://dgit.cs.uni-saarland.de/koehlma/python-unicode-buffer
Description-Content-Type: text/x-rst

Python Unicode Buffer
=====================

Provides access to the internal representation of Python's unicode strings via the buffer protocol.

