Metadata-Version: 2.4
Name: wexample-file
Version: 0.0.1
Summary: Package that allows you to manage the state of files and directories using YAML configuration files.
Author-email: weeger <contact@wexample.com>
License: MIT
Project-URL: homepage, https://github.com/wexample/python-file
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip-tools
Requires-Dist: pydantic
Requires-Dist: pytest
Requires-Dist: wexample-config==0.0.41
Requires-Dist: wexample-helpers==0.0.57
Requires-Dist: wexample-prompt==0.0.38
Dynamic: license-file

# wexample-file

Tools to manage the state of files and directories using simple YAML configuration files.

- Project: https://github.com/wexample/python-file
- License: MIT

Install:
```bash
pip install wexample-file
```

Quick start:
```python
from wexample_file import *
# TODO: usage examples will go here
```
