1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/py-fs2/pkg-descr
Steve Wills 161e6191bd devel/py-fs2: create port
Filesystem Abstraction for Python. Work with files and directories in archives,
memory, the cloud etc. as easily as your local drive. Write code now, decide
later where the data will be stored; unit test without writing real files;
upload files to the cloud without learning a new API; sandbox your file writing
code; etc.

WWW: https://www.pyfilesystem.org/

This port is for the 2.x version which is not API compatible with
previous versions.

PR:		234491
Submitted by:	Ting-Wei Lan <lantw44@gmail.com> (inspired by)
2019-04-30 15:45:34 +00:00

8 lines
359 B
Plaintext

Filesystem Abstraction for Python. Work with files and directories in archives,
memory, the cloud etc. as easily as your local drive. Write code now, decide
later where the data will be stored; unit test without writing real files;
upload files to the cloud without learning a new API; sandbox your file writing
code; etc.
WWW: https://www.pyfilesystem.org/