Metadata-Version: 2.1
Name: dataclasses-config
Version: 0.4.5
Summary: A simple library extension for HOCON configs
Home-page: https://gitlab.com/Hares-Lab/dataclasses-config
Author: Peter Zaitcev / USSX Hares
Maintainer: Peter Zaitcev / USSX Hares
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: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
License-File: LICENSE
Requires-Dist: dataclasses-json (~=0.5.6)
Requires-Dist: functional-python (~=0.2.1)
Requires-Dist: pyhocon (<0.3.58,~=0.3.51)
Requires-Dist: pytimeparse2 (~=1.4.0)
Requires-Dist: typing-inspect (~=0.7.1)
Requires-Dist: dataclasses (>=0.6) ; python_version == "3.6"
Requires-Dist: pyparsing (<=3.0.5) ; python_version == "3.6"
Provides-Extra: all
Requires-Dist: lxml ; extra == 'all'
Requires-Dist: unittest-xml-reporting ; extra == 'all'
Requires-Dist: cached-property ; (python_version < "3.8") and extra == 'all'
Provides-Extra: test
Requires-Dist: lxml ; extra == 'test'
Requires-Dist: unittest-xml-reporting ; extra == 'test'
Requires-Dist: cached-property ; (python_version < "3.8") and extra == 'test'

# DataClasses Config

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


