Metadata-Version: 2.1
Name: dataclasses-config
Version: 0.4.9
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
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: cacheable-iterators (~=0.1.1)
Requires-Dist: dataclasses-json (~=0.5.7)
Requires-Dist: functional-python (~=0.3.1)
Requires-Dist: pyhocon[duration] (~=0.3.59)
Requires-Dist: pytimeparse2 (~=1.5.0)
Requires-Dist: pyparsing (<=3.0.5) ; python_version < "3.6.8"
Requires-Dist: typing-inspect (~=0.7.1) ; python_version < "3.7"
Requires-Dist: cached-property ; python_version < "3.8"
Requires-Dist: dataclasses (>=0.6) ; python_version == "3.6"
Requires-Dist: typing-inspect (~=0.8.0) ; python_version >= "3.7"
Provides-Extra: all
Requires-Dist: lxml ; extra == 'all'
Requires-Dist: unittest-xml-reporting ; extra == 'all'
Provides-Extra: test
Requires-Dist: lxml ; extra == 'test'
Requires-Dist: unittest-xml-reporting ; extra == 'test'

# DataClasses Config

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