freebsd-ports/devel/py-fs/pkg-descr
Ruslan Makhmatkhanov ed6030d4d6 devel/py-fs: update to 0.5.4
0.5:

 * Ported to Python 3.X
 * Added a DeleteRootError to exceptions thrown when trying to delete '/'
 * Added a remove_all function to utils
 * Added sqlitefs to fs.contrib, contributed by Nitin Bhide
 * Added archivefs to fs.contrib, contributed by btimby
 * Added some polish to fstree command and unicode box lines rather than ascii art

PR:		204579
Submitted by:	douglas@douglasthrift.net (maintainer)
2015-11-18 20:01:36 +00:00

10 lines
495 B
Text

Pyfilesystem is a Python module that provides a simplified common interface to
many types of filesystem. Filesystems exposed via Pyfilesystem can also be
served over the network, or 'mounted' on the native filesystem.
Pyfilesystem simplifies working directories and paths, even if you only intend
to work with local files. Differences in path formats between platforms are
abstracted away, and you can write code that sand-boxes any changes to a given
directory.
WWW: http://pyfilesystem.org/