Metadata-Version: 2.0
Name: objconfig
Version: 1.2.1
Summary: A port of zend-config (PHP)
Home-page: https://github.com/asherwunk/objconfig
Author: Asher Wolfstein
Author-email: asherwunk@gmail.com
License: MIT
Keywords: configuration config
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: pyyaml
Requires-Dist: portalocker
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'

===============
 objconfig
===============

A Python port of zend-config (PHP)

Programmed to run on Python 3.3+

NOTE:

* Does NOT support JavaProperties
* Does NOT support PhpArray
* Does NOT support Zend\Filter
* Supports Token processor, but not Constants

https://github.com/zendframework/zend-config


