EditorConfig Python Core -- Process EditorConfig Files With Python
******************************************************************

EditorConfig is a file format for defining file-specific coding styles
and a set of plugins that allow text editors and IDEs to read this
file format.  For more information on the EditorConfig project visit
the EditorConfig Homepage.

The EditorConfig Python Core is a Python package for locating and
parsing EditorConfig files.  This package can be used as an import by
other Python code or as a stand-alone command line program.

Contents:

* Usage

* Command Line Usage

* Writing Plugins
