Metadata-Version: 2.1
Name: fiddle-config
Version: 0.1.0
Summary: Fiddle: A Python-first configuration library
Home-page: https://github.com/google/fiddle
Author: The Fiddle Team
Author-email: noreply@google.com
License: Apache 2.0
Project-URL: Documentation, https://github.com/google/fiddle/docs
Project-URL: Bug Reports, https://github.com/google/fiddle/issues
Project-URL: Source, https://github.com/google/fiddle
Description: 
        # Fiddle
        
        Fiddle is a Python-first configuration library particularly well suited to ML
        applications. Fiddle enables deep configurability of parameters in a program,
        while allowing configuration to be expressed in readable and maintainable
        Python code.
        
        **Authors**: Dan Holtmann-Rice, Brennan Saeta, Sergio Guadarrama
        
Keywords: fiddle python configuration machine learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: testing
