Metadata-Version: 1.1
Name: figura
Version: 2.0.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
Description: 
        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/>`_.
        
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 :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
