# Commitizen ROS
A python package implementing a Commitizen Version Provider for ROS Package
Manifests
## Quick Start
Install with `pip`...
```bash
python3 -m pip install commitizen-ros
```
...and add the provider to your Commitizen configuration:
```toml
[tool.commitizen]
version_provider = [.., "commitizen_ros", ...]
```
## Description
The Commitizen ROS package adds ROS 1 and 2 `project.xml` package manifests
defined as per [REP127 (format 1)](https://ros.org/reps/rep-0127.html) and
[REP140 (format 2)](https://www.ros.org/reps/rep-0140.html) as sources and
targets for version data in
[Commitizen](https://commitizen-tools.github.io/commitizen/).
## Usage
No configuration is required (beyond adding the provider to your Commitizen
configuration) as the ROS `project.xml` name and location and contents are
specified by REPs 127 and 140.
## License
This package is licensed under the MIT License
Raw data
{
"_id": null,
"home_page": null,
"name": "commitizen-ros",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.4",
"maintainer_email": "Michael Stinger <mvstinger@gmail.com>",
"keywords": "ROS, Commitizen, Version Provider",
"author": null,
"author_email": "Michael Stinger <mvstinger@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f5/5b/062210ee9a04760d4e1dcdd74664fdefd4b3ab72ae0901943aab0ee0878a/commitizen_ros-0.1.0.tar.gz",
"platform": null,
"description": "# Commitizen ROS\n\nA python package implementing a Commitizen Version Provider for ROS Package\nManifests\n\n## Quick Start\n\nInstall with `pip`...\n\n```bash\npython3 -m pip install commitizen-ros\n```\n\n...and add the provider to your Commitizen configuration:\n```toml\n[tool.commitizen]\nversion_provider = [.., \"commitizen_ros\", ...]\n```\n\n## Description\n\nThe Commitizen ROS package adds ROS 1 and 2 `project.xml` package manifests\ndefined as per [REP127 (format 1)](https://ros.org/reps/rep-0127.html) and\n[REP140 (format 2)](https://www.ros.org/reps/rep-0140.html) as sources and\ntargets for version data in\n[Commitizen](https://commitizen-tools.github.io/commitizen/).\n\n\n## Usage\nNo configuration is required (beyond adding the provider to your Commitizen\nconfiguration) as the ROS `project.xml` name and location and contents are\nspecified by REPs 127 and 140.\n\n\n## License\nThis package is licensed under the MIT License\n",
"bugtrack_url": null,
"license": null,
"summary": "A ROS Version Provider for Commitizen",
"version": "0.1.0",
"project_urls": {
"Bug Reports": "https://github.com/pypa/sampleproject/issues",
"Funding": "https://donate.pypi.org",
"Homepage": "https://github.com/pypa/sampleproject",
"Say Thanks!": "http://saythanks.io/to/example",
"Source": "https://github.com/pypa/sampleproject/"
},
"split_keywords": [
"ros",
" commitizen",
" version provider"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8af391a6fd75724a39cfcc5a32caec9f176b3eb53ef432418b35457e38995458",
"md5": "856413b4e349d9f972f2f3a974db11af",
"sha256": "3ba08571019571a3b84f11516372c5fe16b875040ec6239365aeda7a608f41ae"
},
"downloads": -1,
"filename": "commitizen_ros-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "856413b4e349d9f972f2f3a974db11af",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.4",
"size": 4217,
"upload_time": "2024-12-12T18:50:27",
"upload_time_iso_8601": "2024-12-12T18:50:27.210748Z",
"url": "https://files.pythonhosted.org/packages/8a/f3/91a6fd75724a39cfcc5a32caec9f176b3eb53ef432418b35457e38995458/commitizen_ros-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f55b062210ee9a04760d4e1dcdd74664fdefd4b3ab72ae0901943aab0ee0878a",
"md5": "4ca0e420da9b640fdfaa17bcece631b5",
"sha256": "4cd3691203f3183d4ea35a1ecad96798f361f156b049dae2b6ec44662b56cc9e"
},
"downloads": -1,
"filename": "commitizen_ros-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4ca0e420da9b640fdfaa17bcece631b5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.4",
"size": 4925,
"upload_time": "2024-12-12T18:50:30",
"upload_time_iso_8601": "2024-12-12T18:50:30.794236Z",
"url": "https://files.pythonhosted.org/packages/f5/5b/062210ee9a04760d4e1dcdd74664fdefd4b3ab72ae0901943aab0ee0878a/commitizen_ros-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 18:50:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pypa",
"github_project": "sampleproject",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "commitizen-ros"
}