{ "info": { "author": "H. Turgut Uyar", "author_email": "uyar@tekir.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Documentation :: Sphinx", "Topic :: Software Development :: Documentation" ], "description": "pygenstub is a utility for generating stub files from docstrings\nin source files. It takes a source file as input and creates a stub file\nwith the same base name and the ``.pyi`` extension.\n\nIf the docstring of a function includes a **sig** field, the value of that\nfield will be used to generate a prototype by matching the types to the\nparameters in the same order. For example, for the code given below:\n\n.. code-block:: python\n\n def foo(a, b):\n \"\"\"Do foo.\n\n :sig: (int, str) -> None\n \"\"\"\n\npygenstub will generate the following stub:\n\n.. code-block:: python\n\n def foo(a: int, b: str) -> None: ...\n\npygenstub consists of a single module which itself contains signatures.\nYou can see the `source code`_ and the autogenerated `stub file`_\nas an example.\n\nGetting started\n---------------\n\npygenstub has been tested with Python 2.7, Python 3.4+, and compatible\nversions of PyPy. You can install the latest version using ``pip``::\n\n pip install pygenstub\n\nInstallation creates a script named ``pygenstub`` which can be used\nas follows::\n\n pygenstub foo.py\n\nThis command will generate the file ``foo.pyi`` in the same directory\nas the input file. If the output file already exists, it will be overwritten.\n\nIf pygenstub is activated as a Sphinx extension (after autodoc), it will insert\ntype comments for parameters and return values in the docstring. It will also\nremove the signature fields to exclude them from the output:\n\n.. code-block:: python\n\n extensions = [\n 'sphinx.ext.autodoc',\n 'pygenstub'\n ]\n\nAs an example of the output, you can see the `API documentation`_\nfor pygenstub itself.\n\nGetting help\n------------\n\nThe documentation is available on: https://pygenstub.tekir.org/\n\nThe source code can be obtained from: https://github.com/uyar/pygenstub\n\nLicense\n-------\n\nCopyright (C) 2016-2019 H. Turgut Uyar \n\npygenstub is released under the GPL license, version 3 or later. Read\nthe included ``LICENSE.txt`` for details.\n\n.. _source code: https://github.com/uyar/pygenstub/blob/master/pygenstub.py\n.. _stub file: https://github.com/uyar/pygenstub/blob/master/pygenstub.pyi\n.. _API documentation: https://pygenstub.tekir.org/api.html\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pygenstub.tekir.org/", "keywords": "type hints,stub files", "license": "GPL-3.0+", "maintainer": "H. Turgut Uyar", "maintainer_email": "uyar@tekir.org", "name": "pygenstub", "package_url": "https://pypi.org/project/pygenstub/", "platform": "", "project_url": "https://pypi.org/project/pygenstub/", "project_urls": { "Documentation": "https://pygenstub.tekir.org/", "Homepage": "https://pygenstub.tekir.org/", "Repository": "https://github.com/uyar/pygenstub" }, "release_url": "https://pypi.org/project/pygenstub/1.4.0/", "requires_dist": [ "docutils (>=0.14,<0.15)", "pathlib2 (>=2.3,<3.0); python_version >= \"2.7\" and python_version < \"3.0\"" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Python stub file generator.", "version": "1.4.0" }, "last_serial": 4993676, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "037206d600f2985548832ef8fde03383", "sha256": "d6736aa755609d64d6f18b273af67674af66cc8bfd0e528465aa78a2a333c8e2" }, "downloads": -1, "filename": "pygenstub-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "037206d600f2985548832ef8fde03383", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9954, "upload_time": "2018-05-25T12:45:44", "url": "https://files.pythonhosted.org/packages/7b/d9/23ea18863f0d1c6638904400cf42509625623207624e0c818275adb8579e/pygenstub-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0f2ff912efd08a1910c6b895e2c72387", "sha256": "dfce8ead5ede1112cb9f677bd8dbe993c0e4f08eac16c48e2fa5fb8db96a2e00" }, "downloads": -1, "filename": "pygenstub-1.0.tar.gz", "has_sig": false, "md5_digest": "0f2ff912efd08a1910c6b895e2c72387", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29702, "upload_time": "2018-05-25T12:45:45", "url": "https://files.pythonhosted.org/packages/73/ba/855607a8d7880ac7e614970a34485164cd274683b49d7db0ca6aaca64c53/pygenstub-1.0.tar.gz" } ], "1.0a1": [ { "comment_text": "", "digests": { "md5": "f9f131d8e04ad1763196ef715848fdac", "sha256": "cffb028a698d4435344c8647e7cb36ba79378cb10cbee7bdc45f47017c9d24aa" }, "downloads": -1, "filename": "pygenstub-1.0a1.tar.gz", "has_sig": false, "md5_digest": "f9f131d8e04ad1763196ef715848fdac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4736, "upload_time": "2017-01-03T12:23:59", "url": "https://files.pythonhosted.org/packages/8d/83/06187be7a783f53b8df5d829f35b3cb71bacef304416937390bad3755e2b/pygenstub-1.0a1.tar.gz" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "7be93a446c57517ea1e854082096e70b", "sha256": "52760e4e6301b1b09a7d8d43ada4222a0e5590a80178bcb542e0f6d36bcf4fbf" }, "downloads": -1, "filename": "pygenstub-1.0a2.tar.gz", "has_sig": false, "md5_digest": "7be93a446c57517ea1e854082096e70b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4906, "upload_time": "2017-01-03T14:08:35", "url": "https://files.pythonhosted.org/packages/29/fa/ca3f623d942b3f7abc69e1da6402335d368612c2f80e45e7437a5f9013f3/pygenstub-1.0a2.tar.gz" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "7564ca5ec8c59beac64cb8642dff6f1c", "sha256": "704870ed80ab46d02d12e110f3c04ffab5fc0b638bc60e956b65d468acfa2cd6" }, "downloads": -1, "filename": "pygenstub-1.0a3.tar.gz", "has_sig": false, "md5_digest": "7564ca5ec8c59beac64cb8642dff6f1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5355, "upload_time": "2017-01-06T12:57:42", "url": "https://files.pythonhosted.org/packages/50/0b/e6d448b261af842bd702c2afa7d713d3375d8189d1b759776bbed5225142/pygenstub-1.0a3.tar.gz" } ], "1.0a4": [ { "comment_text": "", "digests": { "md5": "827b0be645881d7e0d416d37ef2b3d0e", "sha256": "ee5ef9b5d3c8368318b22885cd482e25608006513d1dcd7024450f0ed844b4d2" }, "downloads": -1, "filename": "pygenstub-1.0a4.tar.gz", "has_sig": false, "md5_digest": "827b0be645881d7e0d416d37ef2b3d0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5509, "upload_time": "2017-01-06T16:50:37", "url": "https://files.pythonhosted.org/packages/59/ee/7b7e6a3932bc8431ed4f666c4fbf8fc59f44438580adf98aec9c6686621e/pygenstub-1.0a4.tar.gz" } ], "1.0a5": [ { "comment_text": "", "digests": { "md5": "ddb8e2ada37f0c1a9514bf0862764381", "sha256": "e0a08a97bb651763bcc6d52daa7480f7fc8901c8883dcb12a30df7ec8667f137" }, "downloads": -1, "filename": "pygenstub-1.0a5.tar.gz", "has_sig": false, "md5_digest": "ddb8e2ada37f0c1a9514bf0862764381", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24039, "upload_time": "2017-02-07T15:33:07", "url": "https://files.pythonhosted.org/packages/0d/5b/e9bf07adfd6c1860b2416de4f3104cfb564e087b036e5c0928e0d39a4f74/pygenstub-1.0a5.tar.gz" } ], "1.0a6": [ { "comment_text": "", "digests": { "md5": "9cf2d8c91ee75f55427a399d650296d1", "sha256": "02b9448c9d5cef487f5c9116311fbb80fcd3b1f5e8b5ea300225a07d9e09c1ce" }, "downloads": -1, "filename": "pygenstub-1.0a6.tar.gz", "has_sig": false, "md5_digest": "9cf2d8c91ee75f55427a399d650296d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25123, "upload_time": "2017-03-06T14:26:56", "url": "https://files.pythonhosted.org/packages/ec/40/d340e789fe8fe7afa07719648683173094b84b418000959b69e40154a2c2/pygenstub-1.0a6.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "f63f077335be4f476c69a87143bb44e6", "sha256": "bb959c2c24bf0cfd0f03b051c09f059ca397f3bdc1b0c153022d67b29dddf710" }, "downloads": -1, "filename": "pygenstub-1.0b1.tar.gz", "has_sig": false, "md5_digest": "f63f077335be4f476c69a87143bb44e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26557, "upload_time": "2017-05-09T11:41:34", "url": "https://files.pythonhosted.org/packages/9b/28/8219f013cae721be2ed6b27c971c7e2ce813b8a31ba9ab30644d7677375b/pygenstub-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "d6fac7c8e935983ce96803a69f421a0d", "sha256": "6743d13eeded49dde78a17c7056ece5ee37d3033e5c46ee4caedb94988d50ab1" }, "downloads": -1, "filename": "pygenstub-1.0b2.tar.gz", "has_sig": false, "md5_digest": "d6fac7c8e935983ce96803a69f421a0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26960, "upload_time": "2017-05-26T16:40:44", "url": "https://files.pythonhosted.org/packages/2a/cd/0dc85c3dead8f9289559ebaa9e80cf4f224d5e2e0cabd04f5708b0dd7b02/pygenstub-1.0b2.tar.gz" } ], "1.0b3": [ { "comment_text": "", "digests": { "md5": "e51fe6747ff91cef3e5373a7d0cd07a3", "sha256": "289adc4ec87a4100599c0dabcc09652ac80f4d8fbabbc3ca068bdd6850c1d2b8" }, "downloads": -1, "filename": "pygenstub-1.0b3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e51fe6747ff91cef3e5373a7d0cd07a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11561, "upload_time": "2017-06-16T12:59:09", "url": "https://files.pythonhosted.org/packages/1a/f6/170caaa9f945ae3e422266d0e6f5c675af9c59326209b280ef996b1396cf/pygenstub-1.0b3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "952e0275629d32d8ce9b0c0b1a3c74bd", "sha256": "0bc99f21dd88aee2c255b932695d18290ebd493a4308e6dedeebc1f1959e4e17" }, "downloads": -1, "filename": "pygenstub-1.0b3.tar.gz", "has_sig": false, "md5_digest": "952e0275629d32d8ce9b0c0b1a3c74bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27083, "upload_time": "2017-06-16T12:59:11", "url": "https://files.pythonhosted.org/packages/17/38/58d08228707dd130392ecc9d686a1a0caed96d6fdf7ba7b0980263cdf901/pygenstub-1.0b3.tar.gz" } ], "1.0b4": [ { "comment_text": "", "digests": { "md5": "489af692169445ccc83a69cf36b0f413", "sha256": "c7e57a53cf1eadf11d337cd04c579c5d51ac6588580d9b66e581c4557ea5f1cf" }, "downloads": -1, "filename": "pygenstub-1.0b4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "489af692169445ccc83a69cf36b0f413", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11621, "upload_time": "2017-06-16T19:16:48", "url": "https://files.pythonhosted.org/packages/d0/7a/a8b15544363dd9f2f3f0db4cb75a6874bf81786a9aff8f52016cc259f326/pygenstub-1.0b4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7320be5d946df9907d20758a86942fec", "sha256": "618b05e377c8cd45256033a3332292d9d94163b655cc511e52994c42693adb34" }, "downloads": -1, "filename": "pygenstub-1.0b4.tar.gz", "has_sig": false, "md5_digest": "7320be5d946df9907d20758a86942fec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27125, "upload_time": "2017-06-16T19:16:50", "url": "https://files.pythonhosted.org/packages/2e/24/2374455708cdb1d15b022140529a22f18b01e42e9888e2fb9d93afb16e78/pygenstub-1.0b4.tar.gz" } ], "1.0b5": [ { "comment_text": "", "digests": { "md5": "2be7d2a6941c030007c0d681ed162d36", "sha256": "e2591a04e3139f86072f4ea2b1f62fa4f83eba8b731cf3e207cf88cfe9c9d806" }, "downloads": -1, "filename": "pygenstub-1.0b5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2be7d2a6941c030007c0d681ed162d36", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12231, "upload_time": "2017-07-26T13:43:09", "url": "https://files.pythonhosted.org/packages/fd/c0/918f0f18a18a144772fbfb68c1d48999461f2fd66d9795192568d5390955/pygenstub-1.0b5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f2c0b89a277fd3e2a40beeef77418da", "sha256": "b238eebd1b63014a3325cae729e3f73be0099cea390b8a573ec5c9e4f024a6d7" }, "downloads": -1, "filename": "pygenstub-1.0b5.tar.gz", "has_sig": false, "md5_digest": "2f2c0b89a277fd3e2a40beeef77418da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28416, "upload_time": "2017-07-26T13:43:11", "url": "https://files.pythonhosted.org/packages/ef/7e/ad555472479d61777bfbd6bcd18aaa9f9aba109a1aaa4cf0485f39cf9a46/pygenstub-1.0b5.tar.gz" } ], "1.0b6": [ { "comment_text": "", "digests": { "md5": "9976e9805f33fb4fb5302f1f1b4b7cab", "sha256": "883ffe68cb12457dcdc858783f316444396f037c1ab76982ec90e6f8077e2270" }, "downloads": -1, "filename": "pygenstub-1.0b6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9976e9805f33fb4fb5302f1f1b4b7cab", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12467, "upload_time": "2017-07-26T15:57:20", "url": "https://files.pythonhosted.org/packages/09/24/41b72b481e61219a5478828db0b8457df6214c0baf363e5dc6674e042593/pygenstub-1.0b6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f429e9d182d51d85007b07111ee03b9", "sha256": "7045886f3ef2fcdc39582c656abd1094ced97d73f2566d65b064425000aeea23" }, "downloads": -1, "filename": "pygenstub-1.0b6.tar.gz", "has_sig": false, "md5_digest": "4f429e9d182d51d85007b07111ee03b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28718, "upload_time": "2017-07-26T15:57:22", "url": "https://files.pythonhosted.org/packages/32/af/0e8a12727cd434fce0f2f461015126a68ab4074bc38b76ae35bdd3f6cdb2/pygenstub-1.0b6.tar.gz" } ], "1.0b7": [ { "comment_text": "", "digests": { "md5": "629a945a58d77fc33b0c3530bba218a0", "sha256": "2b3345746496c0adb709a7157629662fb9a6631ce1bcda83018e334957020e28" }, "downloads": -1, "filename": "pygenstub-1.0b7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "629a945a58d77fc33b0c3530bba218a0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12737, "upload_time": "2018-01-18T13:05:25", "url": "https://files.pythonhosted.org/packages/0b/02/2a72316109ed5b1fe19969b35b957472259c0d80459e55514e9c108a7394/pygenstub-1.0b7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00fc743c2c0b8097ec2e2dacf65863f7", "sha256": "e26f1355e8eee8b8d8e63989546e7f7913f3aca441c2a6fb9d6f6c72accbde7c" }, "downloads": -1, "filename": "pygenstub-1.0b7.tar.gz", "has_sig": false, "md5_digest": "00fc743c2c0b8097ec2e2dacf65863f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29807, "upload_time": "2018-01-18T13:05:27", "url": "https://files.pythonhosted.org/packages/aa/c4/c68685262d7b5288563017eb49275b499b85b1038e2a465db12bad95e8d0/pygenstub-1.0b7.tar.gz" } ], "1.0b8": [ { "comment_text": "", "digests": { "md5": "7ea405ec1a16621c396f50a46ba4dd7a", "sha256": "ac18090ac1c004ea788289471ee2e8b2fe06753f4dd81eac63c6358f891a0521" }, "downloads": -1, "filename": "pygenstub-1.0b8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7ea405ec1a16621c396f50a46ba4dd7a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12921, "upload_time": "2018-03-23T14:42:15", "url": "https://files.pythonhosted.org/packages/fd/d6/7ce7babe2a88a913949f885a3269c0c15a1f26a8f1443abe77557adf7af0/pygenstub-1.0b8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bebd54987a8a5171212d5484b4e7a5fe", "sha256": "623bb60acff008c705c5e3cfee7d9b450b8a749f7bb9ba27923d224cbe235db0" }, "downloads": -1, "filename": "pygenstub-1.0b8.tar.gz", "has_sig": false, "md5_digest": "bebd54987a8a5171212d5484b4e7a5fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30122, "upload_time": "2018-03-23T14:42:16", "url": "https://files.pythonhosted.org/packages/e6/0f/cd8fb125c7c1123554161894ba6e224dcd281f5cb4829b8193a040dc096e/pygenstub-1.0b8.tar.gz" } ], "1.0b9": [ { "comment_text": "", "digests": { "md5": "ef7aac0ed38c697850b23ee2226ddccf", "sha256": "5878fdc14aab95cc0e85fbf002dc9e51cb2f1d51ccbeb211db7dac1c12275b0c" }, "downloads": -1, "filename": "pygenstub-1.0b9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef7aac0ed38c697850b23ee2226ddccf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12974, "upload_time": "2018-03-23T17:59:09", "url": "https://files.pythonhosted.org/packages/ea/81/fdfe2c20b5e176f77aa6b4a9db0a3d9d0033f9f4c3da1f7b909928eb8eea/pygenstub-1.0b9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83528c5f7163d204a0741f1b8d4eacc2", "sha256": "aaf49556a026bafb9526d8fba6a40bb9578c2d1840096007377b385239e01710" }, "downloads": -1, "filename": "pygenstub-1.0b9.tar.gz", "has_sig": false, "md5_digest": "83528c5f7163d204a0741f1b8d4eacc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30241, "upload_time": "2018-03-23T17:59:10", "url": "https://files.pythonhosted.org/packages/8d/c0/4a361a345a9e0115cd93bd2d1b8a5a4a8b763496c845e064aa25dafe7999/pygenstub-1.0b9.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "3cc8f18c3f6082e2e7f3522974faac92", "sha256": "59e9241023256c4525144a1768f1a13460a0ccf27fb757637f60c0b90c604d0e" }, "downloads": -1, "filename": "pygenstub-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3cc8f18c3f6082e2e7f3522974faac92", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10087, "upload_time": "2018-05-25T15:23:16", "url": "https://files.pythonhosted.org/packages/20/8d/b5995edccb734732a0cc14f8c1de41a1244993a6f565e55546b27afcde1e/pygenstub-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fdacbc332d5ba34949346013fe0da3f", "sha256": "b9f12daede16839f9c25c9a7cf43ff68925d5fa3e1a06d03f1289f336cf21913" }, "downloads": -1, "filename": "pygenstub-1.1.tar.gz", "has_sig": false, "md5_digest": "9fdacbc332d5ba34949346013fe0da3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29831, "upload_time": "2018-05-25T15:23:18", "url": "https://files.pythonhosted.org/packages/10/34/568cd3b77e86c5f16ca897a4fa4ee2a6de320cafa371e23e82a5fb29c03b/pygenstub-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "2ab532f726287db9310ad2dd926e3a99", "sha256": "d315a3d33abf7b4cce76302242b46894624a8fb85cacbfdcc6baf429024f10ab" }, "downloads": -1, "filename": "pygenstub-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2ab532f726287db9310ad2dd926e3a99", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22258, "upload_time": "2018-10-19T14:39:42", "url": "https://files.pythonhosted.org/packages/66/6a/4c8061073afb06832291d8f796732dbe0773c75a6ef17a694a0f1ccf2619/pygenstub-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d181bdc3ae75b1530847f299718d4d3c", "sha256": "500bdfdbafba26055a51a845c20ba11eedf795fab0e6863fbdbddfa4bf5a9dc1" }, "downloads": -1, "filename": "pygenstub-1.2.tar.gz", "has_sig": false, "md5_digest": "d181bdc3ae75b1530847f299718d4d3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29733, "upload_time": "2018-10-19T14:39:43", "url": "https://files.pythonhosted.org/packages/51/ad/3a0964762c5a42301a49be03ccb9ca5b840c73f0e995b6a8b3cfdc7ed893/pygenstub-1.2.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "66728e18be9310ca7fe57ea5aa58f3e5", "sha256": "eb6bc0fcc73295f4149a79655cca8368d80a704df793d6f05951f43ebe968ce7" }, "downloads": -1, "filename": "pygenstub-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66728e18be9310ca7fe57ea5aa58f3e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 95060, "upload_time": "2018-12-27T11:14:39", "url": "https://files.pythonhosted.org/packages/69/5f/ca6b0cd1393a32c50fdbfdf0be802c8eef37ef17e3da97401189cd598fc5/pygenstub-1.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99c6b67e645eff9588b3aa15a8b11114", "sha256": "e7ec5637da617d63cbd261da0e103f69974a53e666a219ce35f4d3f3ebf52970" }, "downloads": -1, "filename": "pygenstub-1.2.1.tar.gz", "has_sig": false, "md5_digest": "99c6b67e645eff9588b3aa15a8b11114", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 28712, "upload_time": "2018-12-27T11:14:41", "url": "https://files.pythonhosted.org/packages/db/24/b27f01c1c59ce3fd2e9c51ccd0be711e2b585455243380c624ab17d6a265/pygenstub-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "0fc5c019593c81e5f30289266639c1b0", "sha256": "f580dca2d57e8d9b8b1b7af5d2bdb13cc252e783a1764366455e95a8ee2413ee" }, "downloads": -1, "filename": "pygenstub-1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0fc5c019593c81e5f30289266639c1b0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 98926, "upload_time": "2019-01-08T12:52:20", "url": "https://files.pythonhosted.org/packages/88/94/750297c186ab7979a78b7aca7930369d325619e45e20ad966bcfec726b55/pygenstub-1.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e00b0c4e59c505780348e6d84c98355", "sha256": "aa12085cefcb9f6f40413a255f2130ac77c35244b60f0fe49ccf5b4b86da2b7b" }, "downloads": -1, "filename": "pygenstub-1.2.2.tar.gz", "has_sig": false, "md5_digest": "5e00b0c4e59c505780348e6d84c98355", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 29565, "upload_time": "2019-01-08T12:52:22", "url": "https://files.pythonhosted.org/packages/3a/6e/0a102b101aea1d9ec34dde3e8deb5d73ebfb219e696a305de9b96c2a9e01/pygenstub-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "cf61556277fcf5d76c246586b9c1497e", "sha256": "45b4554ede1248cd88d8309c912dfbd17ed4c9b729ac3ef03a9379c1a8913170" }, "downloads": -1, "filename": "pygenstub-1.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cf61556277fcf5d76c246586b9c1497e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 102611, "upload_time": "2019-01-31T16:43:40", "url": "https://files.pythonhosted.org/packages/4e/39/799df367f109aa53db11be237c51bffe7bce0bb1d9d8617314ba1d9fa0b4/pygenstub-1.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66d81c80a027e272a587711e5483a4d4", "sha256": "569fd04ef592cd233fcf5a126cc1745bd46d7e41e0fd4cdef0ac71eca21e8b40" }, "downloads": -1, "filename": "pygenstub-1.2.3.tar.gz", "has_sig": false, "md5_digest": "66d81c80a027e272a587711e5483a4d4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 30357, "upload_time": "2019-01-31T16:43:42", "url": "https://files.pythonhosted.org/packages/a5/f6/813e4e9b0b528fcfd974d76d0190397cbb9cc05f58257d298b93443b95b7/pygenstub-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "22577ba76159d0f69079a667e4181e8f", "sha256": "abed6382a325b1a231342e6f90da891ac254932c850dc49ecedb90dfaecdce9c" }, "downloads": -1, "filename": "pygenstub-1.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "22577ba76159d0f69079a667e4181e8f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 103085, "upload_time": "2019-02-01T07:39:52", "url": "https://files.pythonhosted.org/packages/55/97/4ceed43d84871f7397429694e34699608049bd1832263a405482c6764fd0/pygenstub-1.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23b3d82c26abb04cd030d33381a02d36", "sha256": "10f4b28e10b2974dd26ef0d095d57f6765a40968193042142a3507616a04ba9f" }, "downloads": -1, "filename": "pygenstub-1.2.4.tar.gz", "has_sig": false, "md5_digest": "23b3d82c26abb04cd030d33381a02d36", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 30459, "upload_time": "2019-02-01T07:39:54", "url": "https://files.pythonhosted.org/packages/fd/bc/2a67feaecbd0c5541044ac89a22f74d6b62c70276017acfbeafdceced592/pygenstub-1.2.4.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "b87f7ebcfbd2f00eb1409b8e4be8235b", "sha256": "7a49a7590a12bdd6a6b10898848a8fb70c7bca41cac101b6ea89ff1294df1629" }, "downloads": -1, "filename": "pygenstub-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b87f7ebcfbd2f00eb1409b8e4be8235b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 104310, "upload_time": "2019-03-07T14:49:10", "url": "https://files.pythonhosted.org/packages/80/a0/af5095a37ff87ebd849b8da73ebff37136a37f5fd089839c4ca6dc40ec89/pygenstub-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de0901ead48d5d3890535a217f154557", "sha256": "8f9ace57259550e678582442439a231acf5449aba28627ecc9d2c9501d747b43" }, "downloads": -1, "filename": "pygenstub-1.3.0.tar.gz", "has_sig": false, "md5_digest": "de0901ead48d5d3890535a217f154557", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 30665, "upload_time": "2019-03-07T14:49:12", "url": "https://files.pythonhosted.org/packages/dc/ec/33f4685b91bca657bd353185bcd8ca2b989e15d3faf1abbaad484fd72e33/pygenstub-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "5b9843fbf9c28613621d4d66a067eeb4", "sha256": "a47a46354a05de7608d98cf7752ba170bf5b24e7911cc7653e298cc0fb8803a3" }, "downloads": -1, "filename": "pygenstub-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5b9843fbf9c28613621d4d66a067eeb4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 110153, "upload_time": "2019-03-27T16:21:17", "url": "https://files.pythonhosted.org/packages/da/e6/df80bbadcd78d607f8f3bad88c3f05a53b1d25225bc7f49670349db5f76a/pygenstub-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11ad2e7c430dab683463f0598de9daa5", "sha256": "4f4b5a42fae84857f83a67b2f9f06068b0dc1fea2fc234c886c63e2c07738bf7" }, "downloads": -1, "filename": "pygenstub-1.4.0.tar.gz", "has_sig": false, "md5_digest": "11ad2e7c430dab683463f0598de9daa5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 32666, "upload_time": "2019-03-27T16:21:19", "url": "https://files.pythonhosted.org/packages/21/5b/78f914cc02b2148b4d1587acdc25b6797ec82030d52e05bb2aa3216d78b5/pygenstub-1.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b9843fbf9c28613621d4d66a067eeb4", "sha256": "a47a46354a05de7608d98cf7752ba170bf5b24e7911cc7653e298cc0fb8803a3" }, "downloads": -1, "filename": "pygenstub-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5b9843fbf9c28613621d4d66a067eeb4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 110153, "upload_time": "2019-03-27T16:21:17", "url": "https://files.pythonhosted.org/packages/da/e6/df80bbadcd78d607f8f3bad88c3f05a53b1d25225bc7f49670349db5f76a/pygenstub-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11ad2e7c430dab683463f0598de9daa5", "sha256": "4f4b5a42fae84857f83a67b2f9f06068b0dc1fea2fc234c886c63e2c07738bf7" }, "downloads": -1, "filename": "pygenstub-1.4.0.tar.gz", "has_sig": false, "md5_digest": "11ad2e7c430dab683463f0598de9daa5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 32666, "upload_time": "2019-03-27T16:21:19", "url": "https://files.pythonhosted.org/packages/21/5b/78f914cc02b2148b4d1587acdc25b6797ec82030d52e05bb2aa3216d78b5/pygenstub-1.4.0.tar.gz" } ] }