Metadata-Version: 2.1
Name: wexample-filestate-git
Version: 0.0.39
Summary: An extension for "filestate" package, which adds GIT management operations.
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-filestate-git
Requires-Python: >=3.10
Requires-Dist: pydantic<3,>=2
Requires-Dist: requests
Requires-Dist: wexample-filestate==0.0.51
Requires-Dist: wexample-helpers-api==0.0.32
Requires-Dist: wexample-helpers-git==0.0.50
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Description-Content-Type: text/markdown

# wexample-filestate-git

An extension for "filestate" package, which adds GIT management operations.

Version: 0.0.39

## Requirements

- Python >=3.10

## Dependencies

- pydantic>=2,<3
- requests
- wexample-filestate==0.0.51
- wexample-helpers-api==0.0.32
- wexample-helpers-git==0.0.50

## Installation

```bash
pip install wexample-filestate-git
```

## Links

- Homepage: https://github.com/wexample/python-filestate-git

## 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.