{ "info": { "author": "OpenStack", "author_email": "openstack-dev@lists.openstack.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Utilities" ], "description": "====\nDoc8\n====\n\nDoc8 is an *opinionated* style checker for `rst`_ (with basic support for\nplain text) styles of documentation.\n\nQuickStart\n==========\n\n::\n\n pip install doc8\n\nTo run doc8 just invoke it against any doc directory::\n\n $ doc8 coolproject/docs\n\nUsage\n=====\n\nCommand line usage\n******************\n\n::\n\n $ doc8 -h\n\n usage: doc8 [-h] [--config path] [--allow-long-titles] [--ignore code]\n [--no-sphinx] [--ignore-path path] [--ignore-path-errors path]\n [--default-extension extension] [--file-encoding encoding]\n [--max-line-length int] [-e extension] [-v] [--version]\n [path [path ...]]\n\n Check documentation for simple style requirements.\n\n What is checked:\n - invalid rst format - D000\n - lines should not be longer than 79 characters - D001\n - RST exception: line with no whitespace except in the beginning\n - RST exception: lines with http or https urls\n - RST exception: literal blocks\n - RST exception: rst target directives\n - no trailing whitespace - D002\n - no tabulation for indentation - D003\n - no carriage returns (use unix newlines) - D004\n - no newline at end of file - D005\n\n positional arguments:\n path Path to scan for doc files (default: current\n directory).\n\n optional arguments:\n -h, --help show this help message and exit\n --config path user config file location (default: doc8.ini, tox.ini,\n pep8.ini, setup.cfg).\n --allow-long-titles allow long section titles (default: false).\n --ignore code ignore the given error code(s).\n --no-sphinx do not ignore sphinx specific false positives.\n --ignore-path path ignore the given directory or file (globs are\n supported).\n --ignore-path-errors path\n ignore the given specific errors in the provided file.\n --default-extension extension\n default file extension to use when a file is found\n without a file extension.\n --file-encoding encoding\n override encoding to use when attempting to determine\n an input files text encoding (providing this avoids\n using `chardet` to automatically detect encoding/s)\n --max-line-length int\n maximum allowed line length (default: 79).\n -e extension, --extension extension\n check file extensions of the given type (default:\n .rst, .txt).\n -q, --quiet only print violations\n -v, --verbose run in verbose mode.\n --version show the version and exit.\n\nIni file usage\n**************\n\nInstead of using the CLI for options the following files will also be examined\nfor ``[doc8]`` sections that can also provided the same set of options. If\nthe ``--config path`` option is used these files will **not** be scanned for\nthe current working directory and that configuration path will be used\ninstead.\n\n* ``$CWD/doc8.ini``\n* ``$CWD/tox.ini``\n* ``$CWD/pep8.ini``\n* ``$CWD/setup.cfg``\n\nAn example section that can be placed into one of these files::\n\n [doc8]\n\n ignore-path=/tmp/stuff,/tmp/other_stuff\n max-line-length=99\n verbose=1\n ignore-path-errors=/tmp/other_thing.rst;D001;D002\n\n**Note:** The option names are the same as the command line ones (with the\nonly variation of this being the ``no-sphinx`` option which from\nconfiguration file will be ``sphinx`` instead).\n\nOption conflict resolution\n**************************\n\nWhen the same option is passed on the command line and also via configuration\nfiles the following strategies are applied to resolve these types\nof conflicts.\n\n====================== =========== ========\nOption Overrides Merges\n====================== =========== ========\n``allow-long-titles`` Yes No\n``ignore-path-errors`` No Yes\n``default-extension`` Yes No\n``extension`` No Yes\n``ignore-path`` No Yes\n``ignore`` No Yes\n``max-line-length`` Yes No\n``file-encoding`` Yes No\n``sphinx`` Yes No\n====================== =========== ========\n\n**Note:** In the above table the configuration file option when specified as\n*overrides* will replace the same option given via the command line. When\n*merges* is stated then the option will be combined with the command line\noption (for example by becoming a larger list or set of values that contains\nthe values passed on the command line *and* the values passed via\nconfiguration).\n\n.. _rst: http://docutils.sourceforge.net/docs/ref/rst/introduction.html\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://launchpad.net/doc8", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "doc8", "package_url": "https://pypi.org/project/doc8/", "platform": "", "project_url": "https://pypi.org/project/doc8/", "project_urls": { "Homepage": "https://launchpad.net/doc8" }, "release_url": "https://pypi.org/project/doc8/0.8.0/", "requires_dist": [ "chardet", "docutils", "restructuredtext-lint (>=0.7)", "six", "stevedore" ], "requires_python": "", "summary": "Style checker for Sphinx (or other) RST documentation", "version": "0.8.0" }, "last_serial": 2738345, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "87f3f78079917bbf58cf35f4de69f136", "sha256": "46cf12e6c929f3fe53db444b3fcc91ed0bfe161b468eea2134d7bfee0e753b7c" }, "downloads": -1, "filename": "doc8-0.1.tar.gz", "has_sig": false, "md5_digest": "87f3f78079917bbf58cf35f4de69f136", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3100, "upload_time": "2014-05-18T02:01:56", "url": "https://files.pythonhosted.org/packages/75/c3/f5a1b8b5402532d48c8c4c474c5217b19d703854271656208dc5d910acff/doc8-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "73d30664cb784e8370538437103cebfd", "sha256": "e11ac0bab4a16187c84804705bcf6c6f0399fc032e37f45cc1b766daf12cd7d6" }, "downloads": -1, "filename": "doc8-0.1.1.tar.gz", "has_sig": false, "md5_digest": "73d30664cb784e8370538437103cebfd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3560, "upload_time": "2014-05-18T02:55:56", "url": "https://files.pythonhosted.org/packages/85/49/682b10532e37b932cca483943ee041946a696943723fbc60fb64b06ea84c/doc8-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3d8ddd29ca3f2546bb1d02a3a9e491c9", "sha256": "c8b495a306c85fccd5fe94683d0980539839ae03e05287c3ef94bf6650a08c4b" }, "downloads": -1, "filename": "doc8-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3d8ddd29ca3f2546bb1d02a3a9e491c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3727, "upload_time": "2014-05-18T03:17:25", "url": "https://files.pythonhosted.org/packages/2e/64/674f61e132b426bc820b4654ed32aa5f64aabbfb7d8df23c00cafbe75969/doc8-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "cba610e5b75cbbfb2b98690fde589d5d", "sha256": "81938abb6e80a28cc8f61d7cb5d321d26d601e6540b0f8a5af1641adfc2a88b0" }, "downloads": -1, "filename": "doc8-0.1.3.tar.gz", "has_sig": false, "md5_digest": "cba610e5b75cbbfb2b98690fde589d5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3743, "upload_time": "2014-05-18T03:31:06", "url": "https://files.pythonhosted.org/packages/37/73/e8185ea009dc6de1c81aa72342175be74ddd7de0a1d06a6181741f19e759/doc8-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "9da7d48f5b88202a519cc26586275a9d", "sha256": "84f3c84904a7ee5761a2b0351e753a85508c4bc5d66ea96ac504156121397756" }, "downloads": -1, "filename": "doc8-0.1.4.tar.gz", "has_sig": false, "md5_digest": "9da7d48f5b88202a519cc26586275a9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3830, "upload_time": "2014-05-18T03:50:14", "url": "https://files.pythonhosted.org/packages/b8/5e/1ed636b54e247919c6e31d2232e9bee3ef184a78ffc91aecb287a5c41e3d/doc8-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "0839588fffcc1eecac38f5938d99dbc9", "sha256": "fb1e88a9e9a447ada1645fc8a58e2aeab743f817805b3ba0af9a1cbdb8cb640c" }, "downloads": -1, "filename": "doc8-0.1.5.tar.gz", "has_sig": false, "md5_digest": "0839588fffcc1eecac38f5938d99dbc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3831, "upload_time": "2014-05-18T03:52:02", "url": "https://files.pythonhosted.org/packages/2a/b3/10ac24480ee84d02a9e4d771c1621aac47ae54f41f54cf2b4d2fd381c407/doc8-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "5059e9dae6600e12248a111ee0393202", "sha256": "1ce460f7841decd8d0c604edbf26cd258d14bebf57d2151d63b1c564b0aef10c" }, "downloads": -1, "filename": "doc8-0.1.6.tar.gz", "has_sig": false, "md5_digest": "5059e9dae6600e12248a111ee0393202", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3879, "upload_time": "2014-05-18T04:02:55", "url": "https://files.pythonhosted.org/packages/9f/a8/ff5b631c1eb501585734e3a82f9b832d56a7dd4a88c2986125509a5ab7a8/doc8-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "022c6b301336bb708e2c222224754fa3", "sha256": "57e7bdc530116d7fcf92563339557a73e909e60eedb1069877a3209fc1f748df" }, "downloads": -1, "filename": "doc8-0.1.7.tar.gz", "has_sig": false, "md5_digest": "022c6b301336bb708e2c222224754fa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4101, "upload_time": "2014-05-18T04:12:14", "url": "https://files.pythonhosted.org/packages/d5/3d/695cca41b0bb1473ef788ac9675da26b055187a14d1f875c47cd6971fd13/doc8-0.1.7.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b150030139db934eb62429d49cef332c", "sha256": "8975e37a76e803fa442872a7a11d46ef3481ed7e0d3a719f44d33d90e52a8de4" }, "downloads": -1, "filename": "doc8-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b150030139db934eb62429d49cef332c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5283, "upload_time": "2014-05-18T11:02:29", "url": "https://files.pythonhosted.org/packages/65/05/d94a11cefdf1cc152fddbb86e3fd865e0e3212cfc5847ee46df320009198/doc8-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "15df80b884fbd75b5a66d89a20d98777", "sha256": "6396ec981378997cdcea57211e79810bfe4bcbf79962899336fe18feec3dab55" }, "downloads": -1, "filename": "doc8-0.2.1.tar.gz", "has_sig": false, "md5_digest": "15df80b884fbd75b5a66d89a20d98777", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5645, "upload_time": "2014-05-18T18:16:08", "url": "https://files.pythonhosted.org/packages/7b/99/78e8661b7ed33834305dc16d3062d1ae12145855fa74a5fd4bd5e8fb1638/doc8-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6fe9f4f6e342e04dd11e5a727f0cd738", "sha256": "76619befc524db80cc1bdadff89ae4ba5a3c559f1400f2886fe922ee199dd65a" }, "downloads": -1, "filename": "doc8-0.3.0.tar.gz", "has_sig": false, "md5_digest": "6fe9f4f6e342e04dd11e5a727f0cd738", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6607, "upload_time": "2014-05-19T01:37:33", "url": "https://files.pythonhosted.org/packages/fd/2d/f8c514465398c263150b04abd54878ea687b19c01ffded79ff460aff2a2e/doc8-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "2c7a709d70ac0f1a8a46cce0d7c1655e", "sha256": "05bf4c8dca5af9f3f2657837eea2de12834cbe4c7d1c605d9469c2ff6c6fb984" }, "downloads": -1, "filename": "doc8-0.3.1.tar.gz", "has_sig": false, "md5_digest": "2c7a709d70ac0f1a8a46cce0d7c1655e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6639, "upload_time": "2014-05-19T01:40:10", "url": "https://files.pythonhosted.org/packages/58/8b/7ed33920c1cd862ec90fe436c3b377c01f267f4a6e07044b67443b841de8/doc8-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "8342614c2574b1eb3a837788a74998ef", "sha256": "7a5bb086b82b583f260b9cf247e0039094557fb68a1a21b5cfdaf2c99a04d881" }, "downloads": -1, "filename": "doc8-0.3.2.tar.gz", "has_sig": false, "md5_digest": "8342614c2574b1eb3a837788a74998ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6779, "upload_time": "2014-05-19T03:42:29", "url": "https://files.pythonhosted.org/packages/fc/46/c9350138183ede455ea0adba9596cdc4e112004b09b77bb90d8ca17f2959/doc8-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "1e03195a588ac885db6998fd7ae2efc8", "sha256": "cd2b4d1187d092570a19869b375207f4b4726ec0382e1ae94f2bd5c09a89e473" }, "downloads": -1, "filename": "doc8-0.3.3.tar.gz", "has_sig": false, "md5_digest": "1e03195a588ac885db6998fd7ae2efc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6790, "upload_time": "2014-05-19T04:54:19", "url": "https://files.pythonhosted.org/packages/0a/67/8ce3332327b400d0ec0ec69c6f1485d501dc96840f98978aff12bccb8dce/doc8-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "fc00af8e65ffd412865d1f80df6e7e83", "sha256": "a225775db009470e861a67b9e9b79564774d12110595a8c70cd342a0aa5304a3" }, "downloads": -1, "filename": "doc8-0.3.4.tar.gz", "has_sig": false, "md5_digest": "fc00af8e65ffd412865d1f80df6e7e83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7440, "upload_time": "2014-05-24T02:11:58", "url": "https://files.pythonhosted.org/packages/ec/6f/c3c6e0e26faf564d465ef3594c381a44f8a6e20f6806bdf41f68e01edb09/doc8-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "11796e166109c086b22ae8dd3d68cb07", "sha256": "c4d36d3c79ec3cbf20888f4a61cda70019635378817dfcf7dea4d04228e57017" }, "downloads": -1, "filename": "doc8-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "11796e166109c086b22ae8dd3d68cb07", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11803, "upload_time": "2014-08-15T21:24:18", "url": "https://files.pythonhosted.org/packages/99/88/69a6c19a7f87c3dfdae92a406cfb0c5444802bc8cec8db462f77fa57cd28/doc8-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9f0143b48b2bd84777bd1f3ff9aee637", "sha256": "237afcdf252bbdedb0c80bed9dcbb1d4859fc6f57bd65dc47d46afa4118c87e7" }, "downloads": -1, "filename": "doc8-0.3.5.tar.gz", "has_sig": false, "md5_digest": "9f0143b48b2bd84777bd1f3ff9aee637", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15923, "upload_time": "2014-08-15T21:24:15", "url": "https://files.pythonhosted.org/packages/67/89/67552d657db371867a9a0ebfc8305a246c49801ab6ce43af8d395fa777c1/doc8-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "e4d704c7fdf045e5ef6ab18dea10a7e6", "sha256": "5742f1392973ebec80764ab3d493d92957d1abd3ce296348d211c26917be7e18" }, "downloads": -1, "filename": "doc8-0.3.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4d704c7fdf045e5ef6ab18dea10a7e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12136, "upload_time": "2014-08-15T22:22:22", "url": "https://files.pythonhosted.org/packages/52/84/4164852ca40cd54cab1c0271966ef8f1b97aec8a5a89d80474e33c2c5feb/doc8-0.3.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "430281c7c12aefc721aa0f4bdd4da262", "sha256": "bb1b829e4fd1e22b7ae230e6bbee1f9bbbe2806f58f089421266ae11b440bd04" }, "downloads": -1, "filename": "doc8-0.3.6.tar.gz", "has_sig": false, "md5_digest": "430281c7c12aefc721aa0f4bdd4da262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16218, "upload_time": "2014-08-15T22:22:20", "url": "https://files.pythonhosted.org/packages/4d/8f/965c885b63529fe53a5c1d29a03469244a26f4eb355167ef8dca23152a4c/doc8-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "0e70907d215fcbb0a5ec186c68778c0d", "sha256": "96243d8ba10e2f98799ffe03f323af53d0ddc0df837b9d168b7da4cf2ef7eab1" }, "downloads": -1, "filename": "doc8-0.3.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0e70907d215fcbb0a5ec186c68778c0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12141, "upload_time": "2014-08-15T22:50:41", "url": "https://files.pythonhosted.org/packages/13/a3/847133e347175ba1022cbd21812aa5969f2f16b01e5051f341e4a0764b62/doc8-0.3.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "efb907aa8de5ba8ea7df210cbdcda4de", "sha256": "9021759ce13f92684bb3f5df14957b77666a387121740799eda1503cde08d96a" }, "downloads": -1, "filename": "doc8-0.3.7.tar.gz", "has_sig": false, "md5_digest": "efb907aa8de5ba8ea7df210cbdcda4de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16233, "upload_time": "2014-08-15T22:50:39", "url": "https://files.pythonhosted.org/packages/c2/5f/4c888eda150c3a9f8e59ba6a707f0851b26028066ce72fda1af31a52330d/doc8-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "fc8449f3ea997d977334c89d7d5b4f7b", "sha256": "dc23900eb3e7365c2549706584f64dacfba54a403400a0c2083a25c0df628b0e" }, "downloads": -1, "filename": "doc8-0.3.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fc8449f3ea997d977334c89d7d5b4f7b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12764, "upload_time": "2014-08-28T23:19:36", "url": "https://files.pythonhosted.org/packages/c6/91/e35a6182358ccd0118026f03fa829d555344f162a8b07831775a104e867d/doc8-0.3.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8c6a7fc0383d347cd7922d7ee1f41f6", "sha256": "56e8b4890a9c76e2ec7f130be556d4159efdd466fc6819aac486cab05279998f" }, "downloads": -1, "filename": "doc8-0.3.8.tar.gz", "has_sig": false, "md5_digest": "d8c6a7fc0383d347cd7922d7ee1f41f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16528, "upload_time": "2014-08-28T23:19:32", "url": "https://files.pythonhosted.org/packages/43/bc/58e3bb1c51d21ca6be48c15e6380e4248e272cf79cd5de3d58e0edad8b6e/doc8-0.3.8.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "49ce81abf8015b751083410edfdf4d55", "sha256": "40ac6463368215d63466d68d0421028795ddaead030de2399958cccd4b87ce67" }, "downloads": -1, "filename": "doc8-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "49ce81abf8015b751083410edfdf4d55", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16897, "upload_time": "2014-09-04T19:15:53", "url": "https://files.pythonhosted.org/packages/fa/75/16f648897ec38b01fef35b9265607007ea5c42f3a12762513690dba8becb/doc8-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c89b71d295af3547c1f663ecb8f40719", "sha256": "1a34520fea554d14abe605a622ac5b99227ea542f80d3a2133b1882a87b307d9" }, "downloads": -1, "filename": "doc8-0.4.0.tar.gz", "has_sig": false, "md5_digest": "c89b71d295af3547c1f663ecb8f40719", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19281, "upload_time": "2014-09-04T19:15:51", "url": "https://files.pythonhosted.org/packages/1c/1f/1fe39a42e1b4b563eb3cfa91453980a5469019ee4ca7400860eb81bb02b4/doc8-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "365ae28576cd94e36df9d8fbf0887a2b", "sha256": "97a6381c459e87cdd68f64928803f8490ffbb821d473582d66471db23b4f2a89" }, "downloads": -1, "filename": "doc8-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "365ae28576cd94e36df9d8fbf0887a2b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16927, "upload_time": "2014-09-05T17:52:37", "url": "https://files.pythonhosted.org/packages/60/40/911af49caf73045c80a7723f388620f7a091ae37a71f6f6756eb0210af30/doc8-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f394259cb0f45d4f0da9583cd30c949c", "sha256": "31c3474c85c969938cfd13db64e7a4863d05ae73af274e7b5ca61c995cda26fc" }, "downloads": -1, "filename": "doc8-0.4.1.tar.gz", "has_sig": false, "md5_digest": "f394259cb0f45d4f0da9583cd30c949c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19930, "upload_time": "2014-09-05T17:52:35", "url": "https://files.pythonhosted.org/packages/3e/00/bbf66dacea325f292879e417bd7c39c5dbb824729f0bf48b1689ca079ff3/doc8-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "e708aca1ca66b5c644f2e9b310a52aa5", "sha256": "907012ff89ae0600b0975008dcead4cfbd6a33f9aa75a9442bbfeab5bf938693" }, "downloads": -1, "filename": "doc8-0.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e708aca1ca66b5c644f2e9b310a52aa5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16856, "upload_time": "2014-09-05T20:54:25", "url": "https://files.pythonhosted.org/packages/7f/9e/b76d4c1972d350fd8b2d2ce8259feb1e974ada64712c6f3b5e00a315f761/doc8-0.4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07d0a582c9919de255bc94a32a448e76", "sha256": "47ff8c05a25e2bc7cc3bc7ccc5f0396620696fbce8fb3c734d67755682142c87" }, "downloads": -1, "filename": "doc8-0.4.2.tar.gz", "has_sig": false, "md5_digest": "07d0a582c9919de255bc94a32a448e76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19890, "upload_time": "2014-09-05T20:54:21", "url": "https://files.pythonhosted.org/packages/f4/46/52db2e1f11783c32c0b0f688d87bd8c8c5f96e0dd269c5744b8d6c50c978/doc8-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "1e3c349cf7a28c747563c06561e34428", "sha256": "cfc011a66366a9c2e5b214b9a61fb3207d46fee390e18c912106949b38dd6950" }, "downloads": -1, "filename": "doc8-0.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1e3c349cf7a28c747563c06561e34428", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17457, "upload_time": "2014-09-29T18:30:43", "url": "https://files.pythonhosted.org/packages/6c/33/40a229fea5c6211708f26d12b07309c7c9e67d0b8350a0a6c70e709045ef/doc8-0.4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb91addd76796cb096a85801ab2a3f95", "sha256": "a65444a0601259e64dbd71b7d65add2b11055486e2c870d117853f5e2b7a0794" }, "downloads": -1, "filename": "doc8-0.4.3.tar.gz", "has_sig": false, "md5_digest": "fb91addd76796cb096a85801ab2a3f95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20648, "upload_time": "2014-09-29T18:30:40", "url": "https://files.pythonhosted.org/packages/6c/14/c2f717092c9f962b705352c6f0f3b8d4b7b9b573cb8608ac9ab5e273bfb7/doc8-0.4.3.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "f5f68dcf6e3b904d18e462ef5a4ff976", "sha256": "f75ab5a78c8dfc9ad9ea0be624779764018d7181afbd02aa1949695b18a47262" }, "downloads": -1, "filename": "doc8-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f5f68dcf6e3b904d18e462ef5a4ff976", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18132, "upload_time": "2014-10-25T01:25:50", "url": "https://files.pythonhosted.org/packages/fe/62/9b265cedae501b5bef4283f43f7ca867a9cfa9c630b36350e5bddf431142/doc8-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ca678136ae594707f6883bf4f7f7eb6", "sha256": "08052cfde02d17d7eee0b8dd802f855290695ae760820d210baeef26ed6f2535" }, "downloads": -1, "filename": "doc8-0.5.0.tar.gz", "has_sig": false, "md5_digest": "9ca678136ae594707f6883bf4f7f7eb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21874, "upload_time": "2014-10-25T01:25:46", "url": "https://files.pythonhosted.org/packages/b0/3c/94753110fe6db1c022fc748e03113766e2fe205dd941e494b3cd58a0a268/doc8-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "ea5defa4e972bbf94f3b8dc802ea1f31", "sha256": "15bb6dcacf45fccac18d33446b2a688e2ce3ea782fa71f194bd5bcaaf63575b4" }, "downloads": -1, "filename": "doc8-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea5defa4e972bbf94f3b8dc802ea1f31", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18710, "upload_time": "2015-04-18T01:15:11", "url": "https://files.pythonhosted.org/packages/65/cd/e3ff6daaf90d7a749607b370e736a4e59f502ce88ca608733d57abc73a89/doc8-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ac515094143868ac524dde6116f19f33", "sha256": "42ccb69e9240546afec6cdae00b134592942b8b135d7017a748fd5af41e2d590" }, "downloads": -1, "filename": "doc8-0.6.0.tar.gz", "has_sig": false, "md5_digest": "ac515094143868ac524dde6116f19f33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21547, "upload_time": "2015-04-18T01:15:15", "url": "https://files.pythonhosted.org/packages/88/2a/c8eafd1364c09d56d620192ae9f97a52bc5569220abf5fb40c46fc5cf1cd/doc8-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "2e335d68c19c460a5a71d1161c815b4f", "sha256": "aac19233a195d7970677740edec63fdf5e19ca7e0d7ac09475438a1828110fe7" }, "downloads": -1, "filename": "doc8-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2e335d68c19c460a5a71d1161c815b4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19063, "upload_time": "2016-04-12T13:40:53", "url": "https://files.pythonhosted.org/packages/be/5f/49a91c508df72b2b9e73a9118e8b5f559d776388716c7f169059374ce030/doc8-0.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5b05c4c8d53b577927e82c06c620718b", "sha256": "b89824683a23361c3f1f6ce8743cc97c86570596455dee1bb67d555f2106af06" }, "downloads": -1, "filename": "doc8-0.7.0.tar.gz", "has_sig": false, "md5_digest": "5b05c4c8d53b577927e82c06c620718b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23506, "upload_time": "2016-04-12T13:41:30", "url": "https://files.pythonhosted.org/packages/cf/3c/3b5a370e0c5ce714785b421fbe338466516c315ba88e9ddc6527a2c27764/doc8-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "0980c7c6e4b06b6e35ba0db2a7cafc21", "sha256": "d12f08aa77a4a65eb28752f4bc78f41f611f9412c4155e2b03f1f5d4a45efe04" }, "downloads": -1, "filename": "doc8-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0980c7c6e4b06b6e35ba0db2a7cafc21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19130, "upload_time": "2017-03-29T10:47:15", "url": "https://files.pythonhosted.org/packages/d8/39/5427135280657da69b800cebb153f40b5f3209c636659c35a19c8760428a/doc8-0.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11f53b256defa291329085246a1b1e65", "sha256": "2df89f9c1a5abfb98ab55d0175fed633cae0cf45025b8b1e0ee5ea772be28543" }, "downloads": -1, "filename": "doc8-0.8.0.tar.gz", "has_sig": false, "md5_digest": "11f53b256defa291329085246a1b1e65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21864, "upload_time": "2017-03-29T10:47:17", "url": "https://files.pythonhosted.org/packages/7b/c6/938edbe4a33f4ba04dae14a3814605b8fd970e2a6d8c32282be0c06517d2/doc8-0.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0980c7c6e4b06b6e35ba0db2a7cafc21", "sha256": "d12f08aa77a4a65eb28752f4bc78f41f611f9412c4155e2b03f1f5d4a45efe04" }, "downloads": -1, "filename": "doc8-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0980c7c6e4b06b6e35ba0db2a7cafc21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19130, "upload_time": "2017-03-29T10:47:15", "url": "https://files.pythonhosted.org/packages/d8/39/5427135280657da69b800cebb153f40b5f3209c636659c35a19c8760428a/doc8-0.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11f53b256defa291329085246a1b1e65", "sha256": "2df89f9c1a5abfb98ab55d0175fed633cae0cf45025b8b1e0ee5ea772be28543" }, "downloads": -1, "filename": "doc8-0.8.0.tar.gz", "has_sig": false, "md5_digest": "11f53b256defa291329085246a1b1e65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21864, "upload_time": "2017-03-29T10:47:17", "url": "https://files.pythonhosted.org/packages/7b/c6/938edbe4a33f4ba04dae14a3814605b8fd970e2a6d8c32282be0c06517d2/doc8-0.8.0.tar.gz" } ] }