Metadata-Version: 2.1
Name: dataclasses-config
Version: 0.2.2
Summary: A simple library extension for HOCON configs
Home-page: https://gitlab.com/Hares-Lab/dataclasses-config
License: BSD 2-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: dataclasses-json (>=0.2.13)
Requires-Dist: dataclasses (>=0.6)
Requires-Dist: functional-python (>=0.0.3)
Requires-Dist: pyhocon (>=0.3.51)
Requires-Dist: setuptools
Requires-Dist: typing-inspect (>=0.4)
Provides-Extra: all

# DataClasses Config

A Python package which extends [pyhocon](https://pypi.org/project/pyhocon/)
package's functionality with the automatically-parsed dataclasses.


