Metadata-Version: 2.4
Name: simpleconfigfinder
Version: 0.1.0
Summary: Add your description here
License-Expression: MIT
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/fabfabi/simpleconfigfinder
Project-URL: Issues, https://github.com/fabfabi/simpleconfigfinder/issues
Description-Content-Type: text/markdown

# Config Finder
Finds a configuration file (e.g. pyproject.toml) and returns some sub-configuration.

## Algorighm
1) starts from the currently executed file (__main__.__file__)
2) Checks if that folder contains the desired configuration file
3) Goes to the parent directory and repeats at 2
