Stream Tutorial
Frictionless supports using data stored as File-Like objects in Python.
Reading Data#
It's recommended to open files in byte-mode. If the file is opened in text-mode, Frictionless will try to re-open it in byte-mode.
You can read Stream using Package/Resource, for example:
Python
Writing Data#
A similiar approach can be used for writing:
Python
Configuring Data#
There are no options available for StreamControl.
References:

