Cosimo Lupo 22a6f917e4 [filesystem] implement 'create' argument for _NOFS.movedir
in pyfilesystem2, movedir copies the content from one directory to
antoher, optionally creating the destination if create=True.

When the destination is exists and is a directory, shutil.move moves
the source directory inside the destinatinn directory.

shutil.copytree also fails if the destination already exists; so here
we resort to distutils.dir_util.copy_tree (it's part of python std lib)
2017-07-21 14:04:10 +01:00
2015-11-08 11:11:11 +01:00
2016-10-18 12:23:52 +01:00
2017-05-24 18:39:50 +01:00

Build Status AppVeyor Status Python Versions PyPI

ufoLib

A low-level UFO reader and writer.

UFO is a human-readable, XML-based file format that stores font source files.

UFO 4

This is a branch in which we are experimenting with UFO 4 ideas/support.

  • Single file structure (99.9% sure this will be zip)
  • Other stuff.
Description
No description provided
Readme 28 MiB
Languages
Python 99.9%