Metadata-Version: 2.1
Name: configpro
Version: 0.0.1
Summary: High Performance Distributed Config Manager
Home-page: https://github.com/zioniony/configpro
Author: Zion
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/zioniony/configpro/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Source, https://github.com/zioniony/configpro
Keywords: configpro development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
Requires-Dist: redis
Requires-Dist: watchdog
Requires-Dist: PyYAML
Provides-Extra: dev
Requires-Dist: jedi ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# High Performance Distributed Config Manager

This project try to manage config for distributed servers.

[The source for this project is available here][https://github.com/zioniony/configpro].

Realtime config is cached in redis backend and persistant stored in database.

Server specific config stored in a file specific in .configpro under project home.

----

[packaging guide]: https://packaging.python.org
[distribution tutorial]: https://packaging.python.org/tutorials/packaging-projects/
[src]: https://github.com/zioniony/configpro
[rst]: http://docutils.sourceforge.net/rst.html
[md]: https://tools.ietf.org/html/rfc7764#section-3.5 "CommonMark variant"
[md use]: https://packaging.python.org/specifications/core-metadata/#description-content-type-optional


