An open API service indexing awesome lists of open source software.

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

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.