Metadata-Version: 2.1
Name: wexample-file
Version: 0.0.9
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
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Project-URL: homepage, https://github.com/wexample/python-file
Requires-Python: >=3.10
Requires-Dist: attrs>=23.1.0
Requires-Dist: cattrs>=23.1.0
Requires-Dist: wexample-helpers==0.0.71
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Description-Content-Type: text/markdown

# wexample-file

Package that allows you to manage the state of files and directories using YAML configuration files.

Version: 0.0.7

## Requirements

- Python >=3.10

## Dependencies

- attrs>=23.1.0
- cattrs>=23.1.0
- wexample-helpers==0.0.68

## Installation

```bash
pip install wexample-file
```

## Links

- Homepage: https://github.com/wexample/python-file

## License

MIT
## Credits

This package has been developed by [Wexample](https://wexample.com), a collection of tools and utilities to streamline development workflows.

Visit [wexample.com](https://wexample.com) to discover more tools and resources for efficient development.