{ "info": { "author": "Thomas Kluyver", "author_email": "thomas@kluyver.me.uk", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development" ], "description": "Reversion is a command line tool to easily update version numbers in project\nfiles.\n\nTo install it::\n\n pip install reversion\n\nPython 3 is required.\n\nTo use it, create a config file ``reversion.toml`` in the root directory of your\nproject. It should look like this::\n\n currentversion = \"0.1\"\n\n [[place]]\n file = \"reversion/__init__.py\"\n # linematch is a regex; use single quotes so you don't have to escape backslash\n line-regex = '__version__'\n\n [[place]]\n file = \"docs/conf.py\"\n line-regex = 'release'\n\nEach ``[[place]]`` table indicates where a copy of the version number is found.\n\nThen run::\n\n reversion +0.1\n\nTo check the config file and version number places without changing anything, run::\n\n reversion --check", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/takluyver/reversion", "keywords": null, "license": null, "maintainer": null, "maintainer_email": null, "name": "reversion", "package_url": "https://pypi.org/project/reversion/", "platform": null, "project_url": "https://pypi.org/project/reversion/", "project_urls": { "Homepage": "https://github.com/takluyver/reversion" }, "release_url": "https://pypi.org/project/reversion/0.2/", "requires_dist": [ "toml" ], "requires_python": "3", "summary": "Easily update version numbers across your project.", "version": "0.2" }, "last_serial": 1669129, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c5d719861f066e54552cccf9799b20d4", "sha256": "73c83b969322fb8c9f234c12f52c2f9367aa2e8ddde98f85592d5dce06c5ba73" }, "downloads": -1, "filename": "reversion-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c5d719861f066e54552cccf9799b20d4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "3", "size": 4254, "upload_time": "2015-08-08T00:10:37", "url": "https://files.pythonhosted.org/packages/24/a3/98b8ad5cfa6ebc12b5e9bef28ed699739bc2447a801b6a77320f81d05073/reversion-0.1-py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "5ed4968767bb2205633f43f5aa5376a1", "sha256": "fe5400addc747c3d1235bdd8b0fbd49dd04141f4bd6a70cccbdc119a20f0aa6f" }, "downloads": -1, "filename": "reversion-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "5ed4968767bb2205633f43f5aa5376a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "3", "size": 4296, "upload_time": "2015-08-08T01:06:49", "url": "https://files.pythonhosted.org/packages/09/f1/e0f76d9ca68f97115573fd5be17e97faa656a6f05341262c9f3c3cbe5eb2/reversion-0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5ed4968767bb2205633f43f5aa5376a1", "sha256": "fe5400addc747c3d1235bdd8b0fbd49dd04141f4bd6a70cccbdc119a20f0aa6f" }, "downloads": -1, "filename": "reversion-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "5ed4968767bb2205633f43f5aa5376a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "3", "size": 4296, "upload_time": "2015-08-08T01:06:49", "url": "https://files.pythonhosted.org/packages/09/f1/e0f76d9ca68f97115573fd5be17e97faa656a6f05341262c9f3c3cbe5eb2/reversion-0.2-py3-none-any.whl" } ] }