Metadata-Version: 2.1
Name: kabbes-config
Version: 0.2.0
Summary: Unnamed repository; edit this file 'description' to name the repository.
Home-page: https://pypi.org/project/kabbes-config
Author: James Kabbes
Author-email: james.kabbes@gmail.com
Project-URL: GitHub, https://github.com/jameskabbes/config
Project-URL: Documentation, https://jameskabbes.github.io/config
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# config


# Rules

## Nodes
* Each node has a key and value (value can be None)


## Key
* The Node key is a regular string, nothing special

## Value 
* The Node Value is an object, and has special attributes

## Node
