https://github.com/koehlma/python-unicode-buffer
An implementation of the buffer protocol for unicode strings.
https://github.com/koehlma/python-unicode-buffer
Last synced: 2 months ago
JSON representation
An implementation of the buffer protocol for unicode strings.
- Host: GitHub
- URL: https://github.com/koehlma/python-unicode-buffer
- Owner: koehlma
- Created: 2020-03-01T06:53:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T07:01:23.000Z (over 5 years ago)
- Last Synced: 2025-02-14T05:43:56.328Z (4 months ago)
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Python Unicode Buffer
=====================Provides access to the internal representation of Python's unicode strings via the buffer protocol.