Metadata-Version: 2.0
Name: figura
Version: 1.2.2
Summary: A python package for parsing and working with Figura config files
Home-page: https://github.com/shx2/figura
Author: shx2
Author-email: shx222@gmail.com
License: MIT
Keywords: config,configuration,object oriented,code generation
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Code Generators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Requires-Dist: six

Figura
======

Figura is an *expressive high-level configuration language* based on Python syntax.

This is a python package for parsing and working with `Figura <http://figura.readthedocs.io/>`_ config files.

This library also includes an executable ``figura_print`` command, for processing
your figura config files and generating your configuration, printing it as a JSON structure.
The generated JSON-structured configuration can then be read by programs written in
any other language (using its JSON parser).

For more details, `Read the Figura Docs <http://figura.readthedocs.io/>`_.


