{ "info": { "author": "Mathieu MARACHE", "author_email": "mathieu@marache.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# changelog-cli\n\nThis tool is aiming at reducing conflicts in trunk-based or feature-based git developement.\n\n## Install\n\n```shell\n> pip install cli_changelog\n```\n\n## Usage\n\n```text\nusage: changelog [-h] [-c message] [-r version] [-f FILENAME]\n\nChangelog administration tool.\n\noptional arguments:\n -h, --help show this help message and exit\n -c message, --create message\n creates an entry with this actual message to be added\n to the changelog\n -r version, --release version\n releases the changelog byt gathering all entries\n -f FILENAME, --filename FILENAME\n the filename to put the message in if you don't want\n to use the branch name\n -t, --commit commit the created/deleted/modified files by this\n command\n```\n\n## Flow example \n\n```shell\n> changelog -c \"Initial import\" -f init\n> changelog -c \"Added readme content\" -f readme\n```\n\nwill give this layout\n\n```text\n\u251c\u2500\u2500 CHANGELOG.md\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 changelog.py\n\u2514\u2500\u2500 changelogs/\n\u2502 \u2514\u2500\u2500\u2500\u2500 unreleased/\n\u2502 \u251c\u2500\u2500\u2500\u2500 init.md\n\u2502 \u2514\u2500\u2500\u2500\u2500 readme.md\n\u2514\u2500\u2500 requirements.txt\n```\n\nAnd now releasing version 1.0.0 like this\n\n```shell\n> changelog -r 1.0.0\n```\n\nwill give this layout\n\n```text\n\u251c\u2500\u2500 CHANGELOG.md\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 changelog.py\n\u2514\u2500\u2500 requirements.txt\n```\n\n## Requirements\n\n* tested with python3", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mathieu/changelog-cli", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cli-changelog", "package_url": "https://pypi.org/project/cli-changelog/", "platform": "", "project_url": "https://pypi.org/project/cli-changelog/", "project_urls": { "Homepage": "https://github.com/mathieu/changelog-cli" }, "release_url": "https://pypi.org/project/cli-changelog/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "A changelog update cli tool", "version": "1.1.1" }, "last_serial": 5809945, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "ee1f64334bad176af62b1fc50fb4854b", "sha256": "dbbec59861c064c8e7d7dc544f3b198301bc102b5160e96ec92cd74447342fbb" }, "downloads": -1, "filename": "cli_changelog-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ee1f64334bad176af62b1fc50fb4854b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3735, "upload_time": "2019-08-26T08:49:05", "url": "https://files.pythonhosted.org/packages/ce/f7/25f41493cf33b8bb7118dcbb19616d8b21357c1c088c9066732f5b8c79c1/cli_changelog-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "008129a32fa0b49c218ff12d309b0918", "sha256": "ed5d1c27e706daecab13ec49d39569dd6a1cb2c9453165895f3b179a0d749d03" }, "downloads": -1, "filename": "cli-changelog-1.1.0.tar.gz", "has_sig": false, "md5_digest": "008129a32fa0b49c218ff12d309b0918", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2477, "upload_time": "2019-08-26T08:49:07", "url": "https://files.pythonhosted.org/packages/dd/9e/60b5615a76f60f01adbd024ef1c81f7c2f4e7915f99aa00f14a146f8379f/cli-changelog-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "3e8c48d4b3c07c85b614f095106f19ec", "sha256": "ffe262831da911fc250ac48665c29b224131a6447d3829834b0b6a038fb497da" }, "downloads": -1, "filename": "cli-changelog-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3e8c48d4b3c07c85b614f095106f19ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2508, "upload_time": "2019-09-10T16:26:27", "url": "https://files.pythonhosted.org/packages/0d/3c/65560eb0e0afcf9c836e692e5d01d3f2f8240203535a8e6634710fa17870/cli-changelog-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e8c48d4b3c07c85b614f095106f19ec", "sha256": "ffe262831da911fc250ac48665c29b224131a6447d3829834b0b6a038fb497da" }, "downloads": -1, "filename": "cli-changelog-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3e8c48d4b3c07c85b614f095106f19ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2508, "upload_time": "2019-09-10T16:26:27", "url": "https://files.pythonhosted.org/packages/0d/3c/65560eb0e0afcf9c836e692e5d01d3f2f8240203535a8e6634710fa17870/cli-changelog-1.1.1.tar.gz" } ] }