Name | simple-semver-toml JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | A simple CLI tool to bump versions into toml project files |
upload_time | 2025-02-09 15:49:00 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
bump
cli
semver
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# simple-semver-toml
A simple CLI tool to bump versions in a `pyproject.toml` project using semantic versioning.
## Installation
You can install `simple-semver-toml` using pip:
```sh
pip install simple-semver-toml
```
## Usage
To bump the version in your project, use the following command:
```sh
simple-semver-toml bump --path /path/to/your/project major
```
To bump the version in your project with minor version, use the following command:
```sh
simple-semver-toml bump --path /path/to/your/project minor -y -q
```
To bump the version in your project with patch version, use the following command:
```sh
simple-semver-toml bump --path /path/to/your/project patch -d
```
## Testing
To run tests, use the following command:
```sh
pytest
```
## License
This project is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": null,
"name": "simple-semver-toml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "bump, cli, semver",
"author": null,
"author_email": "Marc DeXeT <marc.dexet@ias.u-psud.fr>",
"download_url": "https://files.pythonhosted.org/packages/93/85/55fb7a310f19868e1434792264b5d4671fc895bd01840e9860fc899881d9/simple_semver_toml-0.1.0.tar.gz",
"platform": null,
"description": "# simple-semver-toml\n\nA simple CLI tool to bump versions in a `pyproject.toml` project using semantic versioning.\n\n## Installation\n\nYou can install `simple-semver-toml` using pip:\n\n```sh\npip install simple-semver-toml\n```\n\n## Usage\n\nTo bump the version in your project, use the following command:\n\n```sh\nsimple-semver-toml bump --path /path/to/your/project major\n```\n\nTo bump the version in your project with minor version, use the following command:\n\n```sh\nsimple-semver-toml bump --path /path/to/your/project minor -y -q\n```\n\nTo bump the version in your project with patch version, use the following command:\n\n```sh\nsimple-semver-toml bump --path /path/to/your/project patch -d\n```\n\n## Testing\n\nTo run tests, use the following command:\n\n```sh\npytest\n```\n\n## License\nThis project is licensed under the MIT License.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A simple CLI tool to bump versions into toml project files",
"version": "0.1.0",
"project_urls": null,
"split_keywords": [
"bump",
" cli",
" semver"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f76f62f3772df866fb9da89c99d099f795e22ea6fa3cefbe5c55e1132f5d15dc",
"md5": "7cf1327750f9a3f3f6ed01dd09b375b2",
"sha256": "6edf6c381b7cace05a12e2c99b9e8e862f7721b679b6749fd6224784173fab37"
},
"downloads": -1,
"filename": "simple_semver_toml-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7cf1327750f9a3f3f6ed01dd09b375b2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 3879,
"upload_time": "2025-02-09T15:48:58",
"upload_time_iso_8601": "2025-02-09T15:48:58.162907Z",
"url": "https://files.pythonhosted.org/packages/f7/6f/62f3772df866fb9da89c99d099f795e22ea6fa3cefbe5c55e1132f5d15dc/simple_semver_toml-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "938555fb7a310f19868e1434792264b5d4671fc895bd01840e9860fc899881d9",
"md5": "9a4f7963beecf5ecdc8f5746fddbebe1",
"sha256": "2e833b5f1abf479ee65e42a296fa989ce624954dfc830e208f12b0ac6b3eb0bb"
},
"downloads": -1,
"filename": "simple_semver_toml-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "9a4f7963beecf5ecdc8f5746fddbebe1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 15885,
"upload_time": "2025-02-09T15:49:00",
"upload_time_iso_8601": "2025-02-09T15:49:00.140636Z",
"url": "https://files.pythonhosted.org/packages/93/85/55fb7a310f19868e1434792264b5d4671fc895bd01840e9860fc899881d9/simple_semver_toml-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-09 15:49:00",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "simple-semver-toml"
}