Metadata-Version: 2.1
Name: wexample-helpers-git
Version: 0.0.48
Summary: Some python basic helpers for git.
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-helpers-git
Requires-Python: >=3.10
Requires-Dist: gitpython
Requires-Dist: pydantic<3,>=2
Requires-Dist: wexample-helpers==0.0.65
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Description-Content-Type: text/markdown

# wexample-helpers-git

Some python basic helpers for git.

Version: 0.0.46

## Requirements

- Python >=3.10

## Dependencies

- gitpython
- pydantic>=2,<3
- wexample-helpers==0.0.65

## Installation

```bash
pip install wexample-helpers-git
```

## Links

- Homepage: https://github.com/wexample/python-helpers-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.