{ "info": { "author": "Sho Nakatani", "author_email": "lay.sakura@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "nextversion\n~~~~~~~~~~~\n\nA Python package to increments module verision numbers.\n\n.. code-block:: python\n\n from nextversion import nextversion\n nextversion('1.0a2') # => '1.0a3'\n nextversion('v1.0a2') # => '1.0a3' (normalized to compatible version with PEP 386)\n nextversion('foo.0.3') # => None (impossible to normalize)\n\nIf original version number does not match `PEP 386 `_ ,\n\n1. Next version compatible with `PEP 386 `_ is returned if possible,\n2. If impossible, `None` is returned.\n\nInstall\n=======\n\nInstall from PyPI\n-----------------\n\n.. code-block:: bash\n\n $ pip install nextversion\n\nInstall from Github repo\n------------------------\n\n.. code-block:: bash\n\n $ git clone https://github.com/laysakura/nextversion.git\n $ cd nextversion\n $ ./setup.py install\n\n\nSee also\n========\n\n- `PEP 386 `_\n- `Version::Next `_ CPAN module\n\nAuthor\n======\n\nSho Nakatani , a.k.a. @laysakura", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/laysakura/nextversion", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "nextversion", "package_url": "https://pypi.org/project/nextversion/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nextversion/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/laysakura/nextversion" }, "release_url": "https://pypi.org/project/nextversion/1.0/", "requires_dist": null, "requires_python": null, "summary": "A Python package to generate next version string", "version": "1.0" }, "last_serial": 955318, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b3edba46cca310e7e6d9e66b73af110b", "sha256": "fc05b53a49b8f9ee6a062bb6490f5973ec056258efdc4e9165e8560d53d59a00" }, "downloads": -1, "filename": "nextversion-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b3edba46cca310e7e6d9e66b73af110b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2465, "upload_time": "2013-10-25T13:03:16", "url": "https://files.pythonhosted.org/packages/95/70/d35f570bb708a5eaaf95b26f473e83ad732f87f860063529372a9568c469/nextversion-0.1.0.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0ab349ecac422d5e98800be41f853924", "sha256": "d4cdfec9008e1eb49fb3ea52594cc2416a151cf47bbc0ef69ef9532771b1fb39" }, "downloads": -1, "filename": "nextversion-0.2.tar.gz", "has_sig": false, "md5_digest": "0ab349ecac422d5e98800be41f853924", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6554, "upload_time": "2013-10-25T14:10:55", "url": "https://files.pythonhosted.org/packages/fb/a4/05485be6df7549b495d3a14cfa45243f834cf428ce1d4f176dcc02bd3e13/nextversion-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "55330445238cc16535e39ad43d3eaae1", "sha256": "a7b2ab4f1d177b067341d60011fda32aa88e9d4105e94885717bb3420fffec81" }, "downloads": -1, "filename": "nextversion-0.3.tar.gz", "has_sig": false, "md5_digest": "55330445238cc16535e39ad43d3eaae1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6695, "upload_time": "2013-10-25T14:46:25", "url": "https://files.pythonhosted.org/packages/c2/0b/fcb1153cadf54f5dd93bf0b9b645e7e21361ab3b48f4eca27f0d5cbb5e22/nextversion-0.3.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "05611412ddf863a0a054c81f73674e80", "sha256": "1380c3c714356feedf0957dbb11647aa727e243140f355f5b0ffc5b457a92f25" }, "downloads": -1, "filename": "nextversion-0.5.tar.gz", "has_sig": false, "md5_digest": "05611412ddf863a0a054c81f73674e80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6777, "upload_time": "2013-10-25T15:04:59", "url": "https://files.pythonhosted.org/packages/e6/8a/980b715daacbc1f5c1ab3054cc15992dd659327ec0e74f3fa830ca93bf8b/nextversion-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "89fb96448ef5bd0fbae3e82795ef1811", "sha256": "ca5c7cce999490577068c6f3316a922c869aff2249800dcf242806a22617252a" }, "downloads": -1, "filename": "nextversion-0.6.tar.gz", "has_sig": false, "md5_digest": "89fb96448ef5bd0fbae3e82795ef1811", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6724, "upload_time": "2013-10-25T15:09:03", "url": "https://files.pythonhosted.org/packages/43/54/b28fb674ec6dca0667fd1a27ae99f1018b15632a71579437eb9680ea7a20/nextversion-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "8f6fe5aa8c71978f62a253fb7e2c2867", "sha256": "efb7f83bebb0913d043eff06dd8ecc5e3f6bcc8dbdade3aab73737eb98d93ee7" }, "downloads": -1, "filename": "nextversion-0.7.tar.gz", "has_sig": false, "md5_digest": "8f6fe5aa8c71978f62a253fb7e2c2867", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6671, "upload_time": "2013-10-25T15:12:24", "url": "https://files.pythonhosted.org/packages/2b/1b/66316dc74e36fdd9c393d827e3638a1b5707943c09e70df52ca529c74101/nextversion-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "a3c6f27ab490e60c2e043f0bab85338c", "sha256": "ffc4f37466917a5dcad202272e5f929756e04a5843b4538a271f8b494a95a8f0" }, "downloads": -1, "filename": "nextversion-0.8.tar.gz", "has_sig": false, "md5_digest": "a3c6f27ab490e60c2e043f0bab85338c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6702, "upload_time": "2013-11-05T06:26:33", "url": "https://files.pythonhosted.org/packages/20/c0/3119906ea267659cc430efce42107779adc95ae0e328734050780bca73b6/nextversion-0.8.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "2e5b56afa5b3e0cf2a92a2327ec21578", "sha256": "28b64e35bcf2b6a6565379013bdbfc074232ca47e1b1c60a82c9341cb2e37579" }, "downloads": -1, "filename": "nextversion-1.0.zip", "has_sig": false, "md5_digest": "2e5b56afa5b3e0cf2a92a2327ec21578", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10011, "upload_time": "2013-12-03T15:59:52", "url": "https://files.pythonhosted.org/packages/0a/07/cc68b6dc5bc6d9283a79eb7eee0618a9147dd47c5b0b4ebffe36c799276e/nextversion-1.0.zip" } ], "1.1.dev0": [ { "comment_text": "", "digests": { "md5": "40ef1678481fa1066572f17fc163ea30", "sha256": "797e7e9805158482521f7003f1d9a4a3e954b877217b82741d2b571e64f4b08f" }, "downloads": -1, "filename": "nextversion-1.1.dev0.zip", "has_sig": false, "md5_digest": "40ef1678481fa1066572f17fc163ea30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10415, "upload_time": "2013-12-27T08:37:00", "url": "https://files.pythonhosted.org/packages/5e/e3/cbbed63689efe5c511e07e92eb7b3ba3a45c4edbbd9e7d21e6b4c450eedb/nextversion-1.1.dev0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e5b56afa5b3e0cf2a92a2327ec21578", "sha256": "28b64e35bcf2b6a6565379013bdbfc074232ca47e1b1c60a82c9341cb2e37579" }, "downloads": -1, "filename": "nextversion-1.0.zip", "has_sig": false, "md5_digest": "2e5b56afa5b3e0cf2a92a2327ec21578", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10011, "upload_time": "2013-12-03T15:59:52", "url": "https://files.pythonhosted.org/packages/0a/07/cc68b6dc5bc6d9283a79eb7eee0618a9147dd47c5b0b4ebffe36c799276e/nextversion-1.0.zip" } ] }