freebsd-ports/sysutils/py-filelike/pkg-descr
Yi-Jheng Lin ea9f1f1894 Add py-filelike 0.3.4, python module for building and manipulating
file-like object.

PR:		ports/138160
Submitted by:	Dikshie
Approved by:	rafan (co-mentor)
Feature safe:	yes
2009-09-18 01:50:25 +00:00

8 lines
378 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.
WWW: http://www.rfk.id.au/software/filelike/