Metadata-Version: 2.4
Name: commitizen-r-provider
Version: 0.1.0
Summary: An R provider for commitizen
Author-email: camille-s <camille.seaberry@gmail.com>
Project-URL: Homepage, https://github.com/camille-s/commitizen-r-provider
Project-URL: Bug Reports, https://github.com/camille-s/commitizen-r-provider/issues
Project-URL: Source, https://github.com/camille-s/commitizen-r-provider
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Version Control
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: commitizen
Dynamic: license-file

# commitizen-r-provider

This is a simple version provider for [commitizen](https://commitizen-tools.github.io/commitizen/), a tool for enforcing git commit conventions and semantic versioning. The R provider parses the `DESCRIPTION` files used by R packages to read and write package versions.
