opnsense-ports/sysutils/py-filelike/pkg-descr
2022-09-07 22:33:21 +02:00

6 lines
332 B
Text

filelike is a Python module for building and manipulating file-like
objects.
This module takes care of the groundwork for implementing and manipulating
objects that provide a rich file-like interface, including reading,
writing, seeking and iteration. It also provides a number of useful
classes built on top of this functionality.