Metadata-Version: 2.4
Name: fernconf
Version: 0.1.2
Summary: A configuration manager built for fern-os
Author: Chatham Abate
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: result>=0.17.0
Requires-Dist: pathtype>=1.0
Provides-Extra: test
Requires-Dist: pytest>=9.0.0; extra == "test"
Requires-Dist: mypy>=2.1.0; extra == "test"
Dynamic: license-file

# fernconf
Configuration manager tool used by the [FernOS](https://github.com/chathamabate/fern-os) project!

`fernconf` is a python library for creating custom JSON schema. For usage examples, see the `src/tests` directory.

