Metadata-Version: 1.1
Name: ufodiff
Version: 0.2.0
Summary: UFO font source file diff tool
Home-page: https://github.com/source-foundry/ufodiff
Author: Christopher Simpkins
Author-email: chris@sourcefoundry.org
License: MIT license
Description: ufodiff
        -------
        
        ufodiff is a source file diff tool for typefaces developed with UFO
        source.
        
        Current Status
        ~~~~~~~~~~~~~~
        
        Unstable development release
        
        Usage
        ~~~~~
        
        Subcommands:
        
        -  delta --- text output to standard output stream
        -  deltajson --- json output to standard output stream
        
        Examples:
        
        ``ufodiff delta all commits:3``
        
        ``ufodiff deltajson all commits:3``
        
        Increase or decrease integer value after the ``commit:`` argument to
        modify evaluation to that number of previous commits in the git
        repository.
        
        Add one or more optional UFO source filepaths (e.g. Font-Regular.ufo) as
        last positional arguments in your command to filter the delta analysis
        by individual source directories.
        
Keywords: font,typeface,ufo,diff,source,ttf,otf
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
