https://github.com/singularitti/text-stream
A data model that can deal with str, io.StringIO, and text files consistently
https://github.com/singularitti/text-stream
generator python3 text-stream
Last synced: about 1 year ago
JSON representation
A data model that can deal with str, io.StringIO, and text files consistently
- Host: GitHub
- URL: https://github.com/singularitti/text-stream
- Owner: singularitti
- License: mit
- Created: 2018-03-08T04:25:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T01:19:46.000Z (about 8 years ago)
- Last Synced: 2025-06-10T04:48:34.271Z (about 1 year ago)
- Topics: generator, python3, text-stream
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text-stream
A data model that can deal with `str`, `io.StringIO`, and text file consistently, especially as Python generators.