{ "info": { "author": "Alexei Andrushievich", "author_email": "vint21h@vint21h.pp.ua", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Framework :: Django :: 2.2", "Framework :: Django :: 3.0", "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: Unix", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Utilities" ], "description": ".. django-humans-txt\n.. README.rst\n\n\nA django-humans-txt documentation\n=================================\n\n|GitHub|_ |Coveralls|_ |pypi-license|_ |pypi-version|_ |pypi-python-version|_ |pypi-django-version|_ |pypi-format|_ |pypi-wheel|_ |pypi-status|_\n\n *django-humans-txt is a Django reusable application to handle humans.txt (http://humanstxt.org/)*\n\n.. contents::\n\nInstallation\n------------\n* Obtain your copy of source code from the git repository: ``$ git clone https://github.com/vint21h/django-humans-txt.git``. Or download the latest release from https://github.com/vint21h/django-humans-txt/tags/.\n* Run ``$ python ./setup.py install`` from the repository source tree or the unpacked archive. Or use pip: ``$ pip install django-humans-txt``.\n\nConfiguration\n-------------\n* Add ``\"humans_txt\"`` to ``settings.INSTALLED_APPS``:\n\n.. code-block:: python\n\n # settings.py\n\n INSTALLED_APPS += [\n \"humans_txt\",\n ]\n\n* Add ``\"humans_txt\"`` to your URLs definitions:\n\n.. code-block:: python\n\n # urls.py\n\n from django.urls import re_path\n\n\n urlpatterns += [\n re_path(r\"^humans\\.txt\", include(\"humans_txt.urls\")),\n ]\n\n* Run ``$ python ./manage.py migrate`` in your project folder to apply app migrations.\n\nSettings\n--------\n``HUMANS_TXT_BANNER``\n Contains a banner that placed at the start of humans.txt response. Defaults to ``\"\"``.\n``HUMANS_TXT_LAST_UPDATE``\n Contains project last update date. Defaults to ``None``.\n``HUMANS_TXT_LANGUAGES``\n Contains list of site supported languages. Defaults to ``None``.\n\nUsage\n-----\n* Include ``\"humans_txt/includes/humans_txt_meta.html\"`` in your base template rel meta tag to ```` HTML tag:\n\n.. code-block:: django\n\n {# base.html #}\n\n \n {% include \"humans_txt/includes/humans_txt_meta.html\" %}\n \n\n* Just fill Django humans.txt models instances in your admin in your taste.\n\nContributing\n------------\n1. `Fork it `_\n2. Install `GNU Make `_\n3. Install and configure `pyenv `_ and `pyenv-virtualenv plugin `_\n4. Install and configure `direnv `_\n5. Create environment config from example\n\n.. code-block:: bash\n\n cp .env.example .env\n\n6. Install development dependencies:\n\n.. code-block:: bash\n\n make install\n\n7. Create your fix/feature branch:\n\n.. code-block:: bash\n\n git checkout -b my-new-fix-or-feature\n\n8. Check code style and moreover:\n\n.. code-block:: bash\n\n make check\n\n9. Run tests:\n\n.. code-block:: bash\n\n make test\n\n10. Push to the branch:\n\n.. code-block:: bash\n\n git push origin my-new-fix-or-feature\n\n11. `Create a new Pull Request `_\n\nLicensing\n---------\ndjango-humans-txt is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (a\nt your option) any later version.\nFor complete license text see COPYING file.\n\nContacts\n--------\n**Project Website**: https://github.com/vint21h/django-humans-txt/\n\n**Author**: Alexei Andrushievich \n\nFor other authors list see AUTHORS file.\n\n.. |GitHub| image:: https://github.com/vint21h/django-humans-txt/workflows/build/badge.svg\n :alt: GitHub\n.. |Coveralls| image:: https://coveralls.io/repos/github/vint21h/django-humans-txt/badge.svg?branch=master\n :alt: Coveralls\n.. |pypi-license| image:: https://img.shields.io/pypi/l/django-humans-txt\n :alt: License\n.. |pypi-version| image:: https://img.shields.io/pypi/v/django-humans-txt\n :alt: Version\n.. |pypi-django-version| image:: https://img.shields.io/pypi/djversions/django-humans-txt\n :alt: Supported Django version\n.. |pypi-python-version| image:: https://img.shields.io/pypi/pyversions/django-humans-txt\n :alt: Supported Python version\n.. |pypi-format| image:: https://img.shields.io/pypi/format/django-humans-txt\n :alt: Package format\n.. |pypi-wheel| image:: https://img.shields.io/pypi/wheel/django-humans-txt\n :alt: Python wheel support\n.. |pypi-status| image:: https://img.shields.io/pypi/status/django-humans-txt\n :alt: Package status\n.. _GitHub: https://github.com/vint21h/django-humans-txt/actions/\n.. _Coveralls: https://coveralls.io/github/vint21h/django-humans-txt?branch=master\n.. _pypi-license: https://pypi.org/project/django-humans-txt/\n.. _pypi-version: https://pypi.org/project/django-humans-txt/\n.. _pypi-django-version: https://pypi.org/project/django-humans-txt/\n.. _pypi-python-version: https://pypi.org/project/django-humans-txt/\n.. _pypi-format: https://pypi.org/project/django-humans-txt/\n.. _pypi-wheel: https://pypi.org/project/django-humans-txt/\n.. _pypi-status: https://pypi.org/project/django-humans-txt/\n\n\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://github.com/vint21h/django-humans-txt/", "keywords": "django,humans,humans.txt", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "django-humans-txt", "package_url": "https://pypi.org/project/django-humans-txt/", "platform": "", "project_url": "https://pypi.org/project/django-humans-txt/", "project_urls": { "Homepage": "https://github.com/vint21h/django-humans-txt/" }, "release_url": "https://pypi.org/project/django-humans-txt/0.16.2/", "requires_dist": [ "django (<4.0,>=2.2)", "django-appconf (>=1.0.3)", "attrs (==21.2.0) ; extra == 'test'", "bandit (==1.7.1) ; extra == 'test'", "black (==21.10b0) ; extra == 'test'", "bpython (==0.22.1) ; extra == 'test'", "check-manifest (==0.47) ; extra == 'test'", "check-wheel-contents (==0.3.3) ; extra == 'test'", "coverage (==6.1.2) ; extra == 'test'", "coveralls (==3.3.1) ; extra == 'test'", "curlylint (==0.13.0) ; extra == 'test'", "darglint (==1.8.1) ; extra == 'test'", "dennis (==0.9) ; extra == 'test'", "django-stubs (==1.9.0) ; extra == 'test'", "dlint (==0.12.0) ; extra == 'test'", "dodgy (==0.2.1) ; extra == 'test'", "dotenv-linter (==0.2.0) ; extra == 'test'", "flake8-annotations-complexity (==0.0.6) ; extra == 'test'", "flake8-annotations-coverage (==0.0.5) ; extra == 'test'", "flake8-broken-line (==0.4.0) ; extra == 'test'", "flake8-bugbear (==21.9.2) ; extra == 'test'", "flake8-builtins (==1.5.3) ; extra == 'test'", "flake8-coding (==1.3.2) ; extra == 'test'", "flake8-cognitive-complexity (==0.1.0) ; extra == 'test'", "flake8-comprehensions (==3.7.0) ; extra == 'test'", "flake8-debugger (==4.0.0) ; extra == 'test'", "flake8-django (==1.1.2) ; extra == 'test'", "flake8-docstrings (==1.6.0) ; extra == 'test'", "flake8-eradicate (==1.2.0) ; extra == 'test'", "flake8-executable (==2.1.1) ; extra == 'test'", "flake8-expression-complexity (==0.0.9) ; extra == 'test'", "flake8-fixme (==1.1.1) ; extra == 'test'", "flake8-functions (==0.0.6) ; extra == 'test'", "flake8-mutable (==1.2.0) ; extra == 'test'", "flake8-print (==4.0.0) ; extra == 'test'", "flake8-return (==1.1.3) ; extra == 'test'", "flake8-simplify (==0.14.2) ; extra == 'test'", "flake8-typing-imports (==1.11.0) ; extra == 'test'", "flake8-use-fstring (==1.3) ; extra == 'test'", "flake8-variables-names (==0.0.4) ; extra == 'test'", "flake8 (==3.9.2) ; extra == 'test'", "importlib-metadata (==4.8.2) ; extra == 'test'", "interrogate (==1.5.0) ; extra == 'test'", "isort (==5.10.1) ; extra == 'test'", "mypy (==0.910) ; extra == 'test'", "pep8-naming (==0.12.1) ; extra == 'test'", "pip-outdated (==0.4.0) ; extra == 'test'", "polint (==0.4) ; extra == 'test'", "pre-commit-hooks (==4.0.1) ; extra == 'test'", "pre-commit (==2.15.0) ; extra == 'test'", "pygments (==2.10.0) ; extra == 'test'", "pylint-django (==2.4.4) ; extra == 'test'", "pylint (==2.11.1) ; extra == 'test'", "pyroma (==3.2) ; extra == 'test'", "pytest-cov (==3.0.0) ; extra == 'test'", "pytest-django (==4.4.0) ; extra == 'test'", "pytest-extra-durations (==0.1.3) ; extra == 'test'", "pytest-instafail (==0.4.2) ; extra == 'test'", "pytest-sugar (==0.9.4) ; extra == 'test'", "pytest-timer[termcolor] (==0.0.11) ; extra == 'test'", "pytest (==6.2.5) ; extra == 'test'", "readme-renderer (==30.0) ; extra == 'test'", "removestar (==1.3.1) ; extra == 'test'", "seed-isort-config (==2.2.0) ; extra == 'test'", "tabulate (==0.8.9) ; extra == 'test'", "tox-gh-actions (==2.8.1) ; extra == 'test'", "tox-pyenv (==1.1.0) ; extra == 'test'", "tox (==3.24.4) ; extra == 'test'", "twine (==3.6.0) ; extra == 'test'", "wheel (==0.37.0) ; extra == 'test'", "yesqa (==1.3.0) ; extra == 'test'" ], "requires_python": "", "summary": "Handle humans.txt", "version": "0.16.2", "yanked": false, "yanked_reason": null }, "last_serial": 12066483, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "80bc70cf3d7b963b17d46948412dfe7b", "sha256": "b39e9a4e9812e511e4910c55a9a84c41823b7ae24c6b15dd864e58df02ce8896" }, "downloads": -1, "filename": "django_humans_txt-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "80bc70cf3d7b963b17d46948412dfe7b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14906, "upload_time": "2018-09-29T21:45:03", "upload_time_iso_8601": "2018-09-29T21:45:03.266485Z", "url": "https://files.pythonhosted.org/packages/66/13/94e96bbb1dad2287c922b677270d51411033508083eff4ad28a6555b084c/django_humans_txt-0.1.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c0bf04404a7f998d47adf47e45e4d38a", "sha256": "7d02c39aa6cebe127b65b1ad933d51388fe7b6d85f4006b33a8579a4e967cd5c" }, "downloads": -1, "filename": "django-humans-txt-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c0bf04404a7f998d47adf47e45e4d38a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18360, "upload_time": "2018-09-29T21:45:05", "upload_time_iso_8601": "2018-09-29T21:45:05.298990Z", "url": "https://files.pythonhosted.org/packages/03/77/3536e1b35db687fd2411480e02cf36c1736641902110aa6c252e612ff0a0/django-humans-txt-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "244e8e4d74a95f8ab4dd462b88a88bba", "sha256": "6a2ed04cb57a1553f55185913464dfd7114908b9d5fc7e39d7cc7599fb34bd68" }, "downloads": -1, "filename": "django_humans_txt-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "244e8e4d74a95f8ab4dd462b88a88bba", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15943, "upload_time": "2018-09-30T07:48:01", "upload_time_iso_8601": "2018-09-30T07:48:01.858268Z", "url": "https://files.pythonhosted.org/packages/bc/a6/5216a1cef7a1517ec9b9e185f65e528f211ea778f4c7cba1f5a17ed96cc2/django_humans_txt-0.1.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99878cd04833da0aeb14663924ca838d", "sha256": "e620d40f710a40bdc072357c7dd4687c194fe4f25db93999ac070b35c65c74e4" }, "downloads": -1, "filename": "django-humans-txt-0.1.2.tar.gz", "has_sig": false, "md5_digest": "99878cd04833da0aeb14663924ca838d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18845, "upload_time": "2018-09-30T07:48:04", "upload_time_iso_8601": "2018-09-30T07:48:04.049269Z", "url": "https://files.pythonhosted.org/packages/b2/7a/ba33754b9dd4906bd5a8d2e4003a80d34b76396a7fecbc4b8bfea4994c3d/django-humans-txt-0.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "e5dd44c6364b4bf762e3f1be962477a0", "sha256": "634f9ec908b846584388ccf19d49fc12965c9c775a51e2faa85ddbd33ea79b1c" }, "downloads": -1, "filename": "django_humans_txt-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e5dd44c6364b4bf762e3f1be962477a0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16009, "upload_time": "2018-10-08T19:34:38", "upload_time_iso_8601": "2018-10-08T19:34:38.416064Z", "url": "https://files.pythonhosted.org/packages/eb/b4/de5176c2b12e14deb907074b1b48a46abf0534e55c43dfec5988b2e901f4/django_humans_txt-0.1.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed73fe92658f8653b973e50b933632c2", "sha256": "bda587ebe62b0c006b453affc6eb8fb5fbffb4dc37e44ef3d7d4174fd7804563" }, "downloads": -1, "filename": "django-humans-txt-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ed73fe92658f8653b973e50b933632c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18937, "upload_time": "2018-10-08T19:34:40", "upload_time_iso_8601": "2018-10-08T19:34:40.653875Z", "url": "https://files.pythonhosted.org/packages/b2/2d/74397ccb7724973e8c442e643b02c20a24f74f2a65e877499605ca7571aa/django-humans-txt-0.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "7a59c3587cbd5a4a617b3fd157500131", "sha256": "b3f8a54b6c5e51c22ae19bf4c131c38fe16791efa01e8393401e4d93f4394c6c" }, "downloads": -1, "filename": "django_humans_txt-0.10.0-py3-none-any.whl", "has_sig": true, "md5_digest": "7a59c3587cbd5a4a617b3fd157500131", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32604, "upload_time": "2020-02-04T17:19:52", "upload_time_iso_8601": "2020-02-04T17:19:52.367596Z", "url": "https://files.pythonhosted.org/packages/1c/0a/379354b0a2f9f0e9ff44ddf538e2aaec766ba758f31f904ab1e9dc604492/django_humans_txt-0.10.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "00cbce85bc8718811444eef254d2e9d0", "sha256": "d9990a68b11de3d732003946cefb6dca8edad22591494ed9cf72ec439c83f594" }, "downloads": -1, "filename": "django-humans-txt-0.10.0.zip", "has_sig": true, "md5_digest": "00cbce85bc8718811444eef254d2e9d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41602, "upload_time": "2020-02-04T17:19:54", "upload_time_iso_8601": "2020-02-04T17:19:54.857019Z", "url": "https://files.pythonhosted.org/packages/f7/48/0944bf39e74ed8ecaef30d7f33355be153a1f7654d064266170bb6c92404/django-humans-txt-0.10.0.zip", "yanked": false, "yanked_reason": null } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "5814617e036f944eed55304638a63e49", "sha256": "265e1ebb7ae6290f0e2b637fd741a793c2906bca2093a85ccf16466f03f6f191" }, "downloads": -1, "filename": "django_humans_txt-0.10.1-py3-none-any.whl", "has_sig": true, "md5_digest": "5814617e036f944eed55304638a63e49", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32604, "upload_time": "2020-02-06T00:24:41", "upload_time_iso_8601": "2020-02-06T00:24:41.581516Z", "url": "https://files.pythonhosted.org/packages/46/36/d8f51331ed171cbe4eeab17e4b128a0b98d7945402877a39a9cccd524620/django_humans_txt-0.10.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "87b5b6727082b05e5b02ff7ca64ed5d7", "sha256": "c782169ef1a02139f489d54fdb79b7b793427ba813d12276630553fed485370f" }, "downloads": -1, "filename": "django-humans-txt-0.10.1.zip", "has_sig": true, "md5_digest": "87b5b6727082b05e5b02ff7ca64ed5d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41594, "upload_time": "2020-02-06T00:24:43", "upload_time_iso_8601": "2020-02-06T00:24:43.915525Z", "url": "https://files.pythonhosted.org/packages/ea/05/c0946a3f0282ac631981ae0ece168bfaff550f352971dfce97223fc38017/django-humans-txt-0.10.1.zip", "yanked": false, "yanked_reason": null } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "ce4488f66aec34eb175b6e4a7039fe86", "sha256": "ce2941d7995df1154044710a8dd2e8f36b1905fc7d99eed692782530f9557a36" }, "downloads": -1, "filename": "django_humans_txt-0.10.2-py3-none-any.whl", "has_sig": true, "md5_digest": "ce4488f66aec34eb175b6e4a7039fe86", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32641, "upload_time": "2020-02-09T16:14:20", "upload_time_iso_8601": "2020-02-09T16:14:20.164005Z", "url": "https://files.pythonhosted.org/packages/30/40/a0ff1d3653cc8fd2e969b8b12994ac0525a00aed01b4d06983ae017a52b1/django_humans_txt-0.10.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1bb81e93f8c8e1df46569dc0cdefa885", "sha256": "a4879987c703d94fbc232c35439c4f06d87301aed3da9d76aaec302f3e555faf" }, "downloads": -1, "filename": "django-humans-txt-0.10.2.zip", "has_sig": true, "md5_digest": "1bb81e93f8c8e1df46569dc0cdefa885", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41603, "upload_time": "2020-02-09T16:14:22", "upload_time_iso_8601": "2020-02-09T16:14:22.717454Z", "url": "https://files.pythonhosted.org/packages/8d/16/3e9f3d1a98282687e0ed582c1a9d17c40fd6f86e8eadd74a4cd110ad3387/django-humans-txt-0.10.2.zip", "yanked": false, "yanked_reason": null } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "34b6b73dd62affcaa70e43383ea40d2e", "sha256": "6a7768663dd3094f7f2f6f2d79f2450d387420c26807baa108e3c32614c29b6b" }, "downloads": -1, "filename": "django_humans_txt-0.10.3-py3-none-any.whl", "has_sig": true, "md5_digest": "34b6b73dd62affcaa70e43383ea40d2e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32638, "upload_time": "2020-02-09T16:48:52", "upload_time_iso_8601": "2020-02-09T16:48:52.887756Z", "url": "https://files.pythonhosted.org/packages/1b/88/f852604315330168c7e4c7a2b6a6485d74baeebb560e62246912868d0564/django_humans_txt-0.10.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cfa52a4219d3b386617db9ce3db7d607", "sha256": "278ea8cc70f4d0cc818b38254cac8e3eee0488f06497a1b8819b8cef3d6d221e" }, "downloads": -1, "filename": "django-humans-txt-0.10.3.zip", "has_sig": true, "md5_digest": "cfa52a4219d3b386617db9ce3db7d607", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41599, "upload_time": "2020-02-09T16:48:55", "upload_time_iso_8601": "2020-02-09T16:48:55.294189Z", "url": "https://files.pythonhosted.org/packages/1a/fe/0ad87b310b1178675fed135ca67a201d43eda8699ee593c7823e8f718167/django-humans-txt-0.10.3.zip", "yanked": false, "yanked_reason": null } ], "0.10.4": [ { "comment_text": "", "digests": { "md5": "c7fc4c4f6403805cdc6a80f42504d959", "sha256": "763de639ba599d4a2fe1eba5754a29c84b73422e5e31f198b2974e6bb0d771ce" }, "downloads": -1, "filename": "django_humans_txt-0.10.4-py3-none-any.whl", "has_sig": true, "md5_digest": "c7fc4c4f6403805cdc6a80f42504d959", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32642, "upload_time": "2020-02-09T19:26:41", "upload_time_iso_8601": "2020-02-09T19:26:41.204144Z", "url": "https://files.pythonhosted.org/packages/ae/e3/9557812485bf822e769427ac2f4e14ced4bfdce8ef80829428815a59f310/django_humans_txt-0.10.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "62b72c8b842d9aa27313cac4e0655d6b", "sha256": "3212e81ff9b0a77f86780c4fb27fa4e45697fb2531398b373e4be10169a0d660" }, "downloads": -1, "filename": "django-humans-txt-0.10.4.zip", "has_sig": true, "md5_digest": "62b72c8b842d9aa27313cac4e0655d6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41601, "upload_time": "2020-02-09T19:26:43", "upload_time_iso_8601": "2020-02-09T19:26:43.732674Z", "url": "https://files.pythonhosted.org/packages/df/aa/60fb0c3cf33b63bc69bdad5aa5f8f007ca8827f417b3e9b53926cf8b177a/django-humans-txt-0.10.4.zip", "yanked": false, "yanked_reason": null } ], "0.10.5": [ { "comment_text": "", "digests": { "md5": "410324486fce1df3ad1131c157afcdf2", "sha256": "95c61dff3fb818044ccbf5ec3ce6a937f11e1ee0782a441a7364710b7b29352e" }, "downloads": -1, "filename": "django_humans_txt-0.10.5-py3-none-any.whl", "has_sig": true, "md5_digest": "410324486fce1df3ad1131c157afcdf2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32658, "upload_time": "2020-02-12T04:19:31", "upload_time_iso_8601": "2020-02-12T04:19:31.128232Z", "url": "https://files.pythonhosted.org/packages/51/62/1b361d8afdb79d79eeb47f5f7d66ba2cc106e04a0e09adfb7edc078f7489/django_humans_txt-0.10.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "039a7f39263b79a341a44ee4ad03651c", "sha256": "9d033d6453742396a45ca74e0c954b3cfa5dcca8b744effee801a6de464b0200" }, "downloads": -1, "filename": "django-humans-txt-0.10.5.zip", "has_sig": true, "md5_digest": "039a7f39263b79a341a44ee4ad03651c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41664, "upload_time": "2020-02-12T04:19:33", "upload_time_iso_8601": "2020-02-12T04:19:33.036033Z", "url": "https://files.pythonhosted.org/packages/a8/97/55afe55086da021c9761d2c98fdc6aed4f4b1c402f64ac725da8d06a3435/django-humans-txt-0.10.5.zip", "yanked": false, "yanked_reason": null } ], "0.10.6": [ { "comment_text": "", "digests": { "md5": "bf3be58c14cda46e18e455a4795a4853", "sha256": "1e392e0913ca8230bf3c33053bab9186be02ab0b9ae78fae47cc9df9e43d0cd1" }, "downloads": -1, "filename": "django_humans_txt-0.10.6-py3-none-any.whl", "has_sig": true, "md5_digest": "bf3be58c14cda46e18e455a4795a4853", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32655, "upload_time": "2020-02-14T07:38:54", "upload_time_iso_8601": "2020-02-14T07:38:54.326239Z", "url": "https://files.pythonhosted.org/packages/87/2d/0175b98023cfacdaf96b4ff17ca8bd309f6a9b5099152884510d43937f00/django_humans_txt-0.10.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0cd79160673d3d1fd0cac8aa3b23b51c", "sha256": "9d28f947dd15a620c4ece3c10e2b336e0865ed2c9fa48d79a121e398f4f8ca55" }, "downloads": -1, "filename": "django-humans-txt-0.10.6.zip", "has_sig": true, "md5_digest": "0cd79160673d3d1fd0cac8aa3b23b51c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41660, "upload_time": "2020-02-14T07:38:56", "upload_time_iso_8601": "2020-02-14T07:38:56.807247Z", "url": "https://files.pythonhosted.org/packages/b8/ba/80221fcfc68548794e4ab6e53c77b14e33959daa0a321dd21bc7f71e0073/django-humans-txt-0.10.6.zip", "yanked": false, "yanked_reason": null } ], "0.10.7": [ { "comment_text": "", "digests": { "md5": "e809091eb95b0a289858a4b1063ab44a", "sha256": "8eded476aaba11685295143b5360b416bd096cee52e63bdd6b92119320744272" }, "downloads": -1, "filename": "django_humans_txt-0.10.7-py3-none-any.whl", "has_sig": true, "md5_digest": "e809091eb95b0a289858a4b1063ab44a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32658, "upload_time": "2020-02-18T06:41:06", "upload_time_iso_8601": "2020-02-18T06:41:06.747265Z", "url": "https://files.pythonhosted.org/packages/fc/2d/4bc41b0b9f864a4a6ebce2b407de8dc1a3300a83ad56374f60e534b9eb50/django_humans_txt-0.10.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3fe1696c71f24243522109c7b4f15c4", "sha256": "afca4b255f538371e614a60a23db8529678078f31721aa06917dbc077ea42ccc" }, "downloads": -1, "filename": "django-humans-txt-0.10.7.zip", "has_sig": true, "md5_digest": "c3fe1696c71f24243522109c7b4f15c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41663, "upload_time": "2020-02-18T06:41:09", "upload_time_iso_8601": "2020-02-18T06:41:09.113974Z", "url": "https://files.pythonhosted.org/packages/70/8b/d565cdefd4970741cade8f0402eb493c2489159fe3aac21ecdd796f8c247/django-humans-txt-0.10.7.zip", "yanked": false, "yanked_reason": null } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "4ee7dc90bc701e5d9c6b371f7b296ce8", "sha256": "a2d695343859143e95bf91a1b9d1d0a0edd7c83fc1ed8f3745bb9612a5f7da8c" }, "downloads": -1, "filename": "django_humans_txt-0.11.0-py3-none-any.whl", "has_sig": true, "md5_digest": "4ee7dc90bc701e5d9c6b371f7b296ce8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32655, "upload_time": "2020-02-19T15:56:58", "upload_time_iso_8601": "2020-02-19T15:56:58.666703Z", "url": "https://files.pythonhosted.org/packages/1f/87/eb46279e86056f1dcc205fc264b9e655d231192608109bf7fe7dc829ca73/django_humans_txt-0.11.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d46bed6ceb64d3c7c02c471be7e5fa8f", "sha256": "f6f4e4a78686c90781777f673dfecd93125dec52e3d29d9d1e7fb0b65cb97ac0" }, "downloads": -1, "filename": "django-humans-txt-0.11.0.zip", "has_sig": true, "md5_digest": "d46bed6ceb64d3c7c02c471be7e5fa8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41658, "upload_time": "2020-02-19T15:57:00", "upload_time_iso_8601": "2020-02-19T15:57:00.946768Z", "url": "https://files.pythonhosted.org/packages/9f/23/6c05639e11b6b9f4857bcfd32cae295e15885dadfa4f9dc6cf1c142d8dda/django-humans-txt-0.11.0.zip", "yanked": false, "yanked_reason": null } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "037d21917ca3632bd0485c6d7157b07c", "sha256": "a5d3ef68f39167c35a47e28d61935962ee1c846e3fabe754408a8c7bfb5e38af" }, "downloads": -1, "filename": "django_humans_txt-0.11.1-py3-none-any.whl", "has_sig": true, "md5_digest": "037d21917ca3632bd0485c6d7157b07c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32654, "upload_time": "2020-03-02T20:39:21", "upload_time_iso_8601": "2020-03-02T20:39:21.802815Z", "url": "https://files.pythonhosted.org/packages/2a/e6/66d99e58c5b1067b4e19fc99abf6b394448450a2896c723b37e14113f2e3/django_humans_txt-0.11.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "35286a118cfdd1c04e8e5f55d6b7bbfd", "sha256": "3caa697286581ea7fc168469e33639d347a663590c2800182bdedce32cd54498" }, "downloads": -1, "filename": "django-humans-txt-0.11.1.zip", "has_sig": true, "md5_digest": "35286a118cfdd1c04e8e5f55d6b7bbfd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41661, "upload_time": "2020-03-02T20:39:24", "upload_time_iso_8601": "2020-03-02T20:39:24.203209Z", "url": "https://files.pythonhosted.org/packages/a5/38/daa1a7cb4dc86160d111ecf8d3c8429374b1250662c912a6f5e5276908c9/django-humans-txt-0.11.1.zip", "yanked": false, "yanked_reason": null } ], "0.11.10": [ { "comment_text": "", "digests": { "md5": "9f94cf76c10dc4855d41e95154d38b0d", "sha256": "da3adfae191592c9bb2d0476340bb29829d14e69cc76771b7b6475c260355a8e" }, "downloads": -1, "filename": "django_humans_txt-0.11.10-py3-none-any.whl", "has_sig": true, "md5_digest": "9f94cf76c10dc4855d41e95154d38b0d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32656, "upload_time": "2020-04-13T15:44:07", "upload_time_iso_8601": "2020-04-13T15:44:07.008536Z", "url": "https://files.pythonhosted.org/packages/a1/0b/aa0a1070586fe6d58bc9070bc0feeeda9e4977c9feb20443e70b41885f5f/django_humans_txt-0.11.10-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "187cbd404181665552a32995c05d0cff", "sha256": "b5e9be8aea00f2e34c7186433073122410a77c0f893162859fcd9b60cab8e4c4" }, "downloads": -1, "filename": "django-humans-txt-0.11.10.zip", "has_sig": true, "md5_digest": "187cbd404181665552a32995c05d0cff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41768, "upload_time": "2020-04-13T15:44:09", "upload_time_iso_8601": "2020-04-13T15:44:09.379923Z", "url": "https://files.pythonhosted.org/packages/eb/91/6e5dbab6bdefb2973f7c23e6f7d4e8c32d338d48114a6dee87ea6fcbf01b/django-humans-txt-0.11.10.zip", "yanked": false, "yanked_reason": null } ], "0.11.11": [ { "comment_text": "", "digests": { "md5": "ff702b7691268be8c549ae48b4a3c5e2", "sha256": "369f8eefaf0ba03ff1a8b5c6bcd69693f36b6224ed9d4f3457c71691b9021d44" }, "downloads": -1, "filename": "django_humans_txt-0.11.11-py3-none-any.whl", "has_sig": true, "md5_digest": "ff702b7691268be8c549ae48b4a3c5e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32654, "upload_time": "2020-04-14T12:15:26", "upload_time_iso_8601": "2020-04-14T12:15:26.136154Z", "url": "https://files.pythonhosted.org/packages/b3/3e/2e745b682256849967aed3b54175be0780a22a62855e97aef4836d83e7d1/django_humans_txt-0.11.11-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e556a4b93ebe2b60fa0880032681b6a", "sha256": "19d3d0b7c317aba51c96f197b5021a751c5d64e709dc3440c28caccde404fda2" }, "downloads": -1, "filename": "django-humans-txt-0.11.11.zip", "has_sig": true, "md5_digest": "5e556a4b93ebe2b60fa0880032681b6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41770, "upload_time": "2020-04-14T12:15:28", "upload_time_iso_8601": "2020-04-14T12:15:28.299484Z", "url": "https://files.pythonhosted.org/packages/e0/ca/51864586b0181a9e784ba1a0aa7c97252b4b272a581fde2fbf94bc98c9f4/django-humans-txt-0.11.11.zip", "yanked": false, "yanked_reason": null } ], "0.11.12": [ { "comment_text": "", "digests": { "md5": "4dc945facea81bf83d223c68adb0e126", "sha256": "574039cc8a04c53f7ccf4b71280f74b0e18eb7ed58edacec28c8ec3eff8ee6c7" }, "downloads": -1, "filename": "django_humans_txt-0.11.12-py3-none-any.whl", "has_sig": true, "md5_digest": "4dc945facea81bf83d223c68adb0e126", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32663, "upload_time": "2020-04-25T03:57:40", "upload_time_iso_8601": "2020-04-25T03:57:40.739779Z", "url": "https://files.pythonhosted.org/packages/14/64/39973b6fcb5f07be5a7d6314734322b815df3826b564f6d79e32de366069/django_humans_txt-0.11.12-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "06a680c7505bea61977a5a0e91fb56bf", "sha256": "e5219bb51574ff68c8e660951c68bfc7b782d36d943a54931285f09cf87c2bc8" }, "downloads": -1, "filename": "django-humans-txt-0.11.12.zip", "has_sig": true, "md5_digest": "06a680c7505bea61977a5a0e91fb56bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41779, "upload_time": "2020-04-25T03:57:42", "upload_time_iso_8601": "2020-04-25T03:57:42.695377Z", "url": "https://files.pythonhosted.org/packages/7f/e0/62bf71fb8738ba4fbee78ba311e326bdd11863e8457162edc50bf9a8b5ee/django-humans-txt-0.11.12.zip", "yanked": false, "yanked_reason": null } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "16dc236f2b390e1df85d9eeb380314f2", "sha256": "4df9d1113f8fe21db7a5a2974e7d16e6cfe120ffcc31e02813f72f388810e6b8" }, "downloads": -1, "filename": "django_humans_txt-0.11.2-py3-none-any.whl", "has_sig": true, "md5_digest": "16dc236f2b390e1df85d9eeb380314f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32658, "upload_time": "2020-03-04T12:31:50", "upload_time_iso_8601": "2020-03-04T12:31:50.513116Z", "url": "https://files.pythonhosted.org/packages/78/97/1d34c1db10f21da9eff261b9e0cd7a7127bc6bcd22d9814aa35607cdcb48/django_humans_txt-0.11.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "abbd28ce1ffff39430405195d6add506", "sha256": "ba019488311eb24d467e22ec1ad280774f00d35ef4503aa5f3ecc8150cc3b6e8" }, "downloads": -1, "filename": "django-humans-txt-0.11.2.zip", "has_sig": true, "md5_digest": "abbd28ce1ffff39430405195d6add506", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41664, "upload_time": "2020-03-04T12:31:52", "upload_time_iso_8601": "2020-03-04T12:31:52.764426Z", "url": "https://files.pythonhosted.org/packages/cd/db/86abdd1c2674c5bfebb714c6c18d533c760ca6298796d9d1ed9a2f85b2af/django-humans-txt-0.11.2.zip", "yanked": false, "yanked_reason": null } ], "0.11.3": [ { "comment_text": "", "digests": { "md5": "5fe5a5fbd784c0799e4725a8773d1265", "sha256": "508f0765c6d4ac25760a1a751f7fa62d8693c1d08bda3689a4b862d07847d824" }, "downloads": -1, "filename": "django_humans_txt-0.11.3-py3-none-any.whl", "has_sig": true, "md5_digest": "5fe5a5fbd784c0799e4725a8773d1265", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32659, "upload_time": "2020-03-08T16:37:15", "upload_time_iso_8601": "2020-03-08T16:37:15.195403Z", "url": "https://files.pythonhosted.org/packages/0a/18/fe7b318f3b8e307555c40008f4e6d6072064ef10e14a7d83d894271f4b38/django_humans_txt-0.11.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eda80c83b1da52825094fc785e700b1e", "sha256": "89b5c7f3e667cff18ef5498439445f9b4041ef2b5e7b0783b13c283c0f2ed8f7" }, "downloads": -1, "filename": "django-humans-txt-0.11.3.zip", "has_sig": true, "md5_digest": "eda80c83b1da52825094fc785e700b1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41665, "upload_time": "2020-03-08T16:37:17", "upload_time_iso_8601": "2020-03-08T16:37:17.605574Z", "url": "https://files.pythonhosted.org/packages/a5/f2/2dbdc152925860f4f1cee1907342e0526a81ab417692b62211164762e977/django-humans-txt-0.11.3.zip", "yanked": false, "yanked_reason": null } ], "0.11.4": [ { "comment_text": "", "digests": { "md5": "b287f6548c306d12a202c2924d5f6b69", "sha256": "b38d4a37d7ad9c2739dbf4cc52dfdf1ba0e3681c18bf008375e7832b9ffbbd63" }, "downloads": -1, "filename": "django_humans_txt-0.11.4-py3-none-any.whl", "has_sig": true, "md5_digest": "b287f6548c306d12a202c2924d5f6b69", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32654, "upload_time": "2020-03-14T22:38:43", "upload_time_iso_8601": "2020-03-14T22:38:43.094473Z", "url": "https://files.pythonhosted.org/packages/36/bb/aaf1d0d02e308e64f280451297e13b8d2559b42f98f2916d6cbfdd2ad04e/django_humans_txt-0.11.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c57316f5aad88b50c62d99d7b09f098", "sha256": "202db4fe2cb489a882f0492069996e70a84fbb6a2cd46b6ee9444c9a16a6f10a" }, "downloads": -1, "filename": "django-humans-txt-0.11.4.zip", "has_sig": true, "md5_digest": "5c57316f5aad88b50c62d99d7b09f098", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41661, "upload_time": "2020-03-14T22:38:44", "upload_time_iso_8601": "2020-03-14T22:38:44.906783Z", "url": "https://files.pythonhosted.org/packages/6b/b3/e81262e8b24be6c552bfd3b9773da410d4dc3531e472a9767d219b1c340f/django-humans-txt-0.11.4.zip", "yanked": false, "yanked_reason": null } ], "0.11.5": [ { "comment_text": "", "digests": { "md5": "d179b476a4b82b10b8b8f13729fd99fe", "sha256": "0391e8e818dcd7fb3403263fcb982597f99e0715ccf256e3b2f4425ae335612f" }, "downloads": -1, "filename": "django_humans_txt-0.11.5-py3-none-any.whl", "has_sig": true, "md5_digest": "d179b476a4b82b10b8b8f13729fd99fe", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32654, "upload_time": "2020-03-16T19:16:00", "upload_time_iso_8601": "2020-03-16T19:16:00.059617Z", "url": "https://files.pythonhosted.org/packages/ef/ff/1f0fb917c16ffb4ad6637903377777cd05ed03345e2f78e9d71655c2b499/django_humans_txt-0.11.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b95d22e629a3936f2b168ce7232236b", "sha256": "b960c282cade56c0af793b95dd0b4c33d144849a2a0a23a34f0e7b9736a06526" }, "downloads": -1, "filename": "django-humans-txt-0.11.5.zip", "has_sig": true, "md5_digest": "6b95d22e629a3936f2b168ce7232236b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41660, "upload_time": "2020-03-16T19:16:02", "upload_time_iso_8601": "2020-03-16T19:16:02.505295Z", "url": "https://files.pythonhosted.org/packages/06/e5/8063cce203dc1e888486094a5fe906b426b329319bec9e266b0c4b7f3f16/django-humans-txt-0.11.5.zip", "yanked": false, "yanked_reason": null } ], "0.11.6": [ { "comment_text": "", "digests": { "md5": "e56fbd756e431370aa5c5777238d823e", "sha256": "3551b6f7052d19e3ace3433cb8e339b19f9580bb4cc35c832530215eca88717c" }, "downloads": -1, "filename": "django_humans_txt-0.11.6-py3-none-any.whl", "has_sig": true, "md5_digest": "e56fbd756e431370aa5c5777238d823e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32654, "upload_time": "2020-03-17T00:42:54", "upload_time_iso_8601": "2020-03-17T00:42:54.210784Z", "url": "https://files.pythonhosted.org/packages/f4/10/39de1732252110a5354f41fc30793b93d6c9e800ef8a3c13150d3077158b/django_humans_txt-0.11.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6fa6360516344251fab08a3a4cbb7e1a", "sha256": "be42c0598a2468e90723c9f29d4b1d4617f56a77815efb738589c3c2d62e4332" }, "downloads": -1, "filename": "django-humans-txt-0.11.6.zip", "has_sig": true, "md5_digest": "6fa6360516344251fab08a3a4cbb7e1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41658, "upload_time": "2020-03-17T00:42:56", "upload_time_iso_8601": "2020-03-17T00:42:56.362968Z", "url": "https://files.pythonhosted.org/packages/33/33/7f52d3d421c16b1c90a54a48a1f292f2c106a2b9c5034e82dfa23f2ef965/django-humans-txt-0.11.6.zip", "yanked": false, "yanked_reason": null } ], "0.11.7": [ { "comment_text": "", "digests": { "md5": "4c0b1ef6724f7308cd46cf7442ff47ad", "sha256": "a26a7ef6d875625448ddca88086a0f16d4ac3577d11e878b5a48825b92026256" }, "downloads": -1, "filename": "django_humans_txt-0.11.7-py3-none-any.whl", "has_sig": true, "md5_digest": "4c0b1ef6724f7308cd46cf7442ff47ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32654, "upload_time": "2020-03-17T15:51:51", "upload_time_iso_8601": "2020-03-17T15:51:51.263565Z", "url": "https://files.pythonhosted.org/packages/77/72/1f1701450cb1728d43cabbf087fdf7f0669b11e2349606fd386f68635513/django_humans_txt-0.11.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "631047b735c0b4f874a78613b92dc364", "sha256": "6b6fbb6a8b56d840e4a0e71be77e9038015dd398dd3b6fffdcb89d661e626de8" }, "downloads": -1, "filename": "django-humans-txt-0.11.7.zip", "has_sig": true, "md5_digest": "631047b735c0b4f874a78613b92dc364", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41661, "upload_time": "2020-03-17T15:51:53", "upload_time_iso_8601": "2020-03-17T15:51:53.582833Z", "url": "https://files.pythonhosted.org/packages/e2/43/b655b77bd89ea76e4d05b069e096e038bd8ee28703377edb927642955276/django-humans-txt-0.11.7.zip", "yanked": false, "yanked_reason": null } ], "0.11.8": [ { "comment_text": "", "digests": { "md5": "79723150eabd02f016e9dda4241f5644", "sha256": "71452cc7dc2810a43076023fe045fe3ceae9cfa04cb200518142ea7e9185cf30" }, "downloads": -1, "filename": "django_humans_txt-0.11.8-py3-none-any.whl", "has_sig": true, "md5_digest": "79723150eabd02f016e9dda4241f5644", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32646, "upload_time": "2020-03-26T20:11:20", "upload_time_iso_8601": "2020-03-26T20:11:20.726781Z", "url": "https://files.pythonhosted.org/packages/d5/a4/e0f92232e33b8a5e0868cee0aa333c90830c3c342b57269f5de070732be0/django_humans_txt-0.11.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "88aad44b92dcada4801a60ad8e246c42", "sha256": "4344141956f51d98a173d91f1d803840b20337b7371e22b7bde4db20b5058ddb" }, "downloads": -1, "filename": "django-humans-txt-0.11.8.zip", "has_sig": true, "md5_digest": "88aad44b92dcada4801a60ad8e246c42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41653, "upload_time": "2020-03-26T20:11:22", "upload_time_iso_8601": "2020-03-26T20:11:22.853946Z", "url": "https://files.pythonhosted.org/packages/47/32/368bbaa6f61c02ac83eebc0e18d4957c45f8388e17d809e0f66425986801/django-humans-txt-0.11.8.zip", "yanked": false, "yanked_reason": null } ], "0.11.9": [ { "comment_text": "", "digests": { "md5": "7fc25706c0e3feaa843fedb8757a5391", "sha256": "5e5107d7866490cc6182dcb6559ec18b260d7b343289d32d8e161ac4e11e2558" }, "downloads": -1, "filename": "django_humans_txt-0.11.9-py3-none-any.whl", "has_sig": true, "md5_digest": "7fc25706c0e3feaa843fedb8757a5391", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32654, "upload_time": "2020-04-12T21:46:01", "upload_time_iso_8601": "2020-04-12T21:46:01.271069Z", "url": "https://files.pythonhosted.org/packages/8a/36/98030a3fa9d0c362c8ada04ce29fbab892dcb180bbf5d110426eac96ea8b/django_humans_txt-0.11.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a94a197db205ea0ce6a7c68f706111fe", "sha256": "8151a40e3355b07a1471c05b128944a2648209175cf0154c1b6c79d93fbf0405" }, "downloads": -1, "filename": "django-humans-txt-0.11.9.zip", "has_sig": true, "md5_digest": "a94a197db205ea0ce6a7c68f706111fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41658, "upload_time": "2020-04-12T21:46:03", "upload_time_iso_8601": "2020-04-12T21:46:03.265499Z", "url": "https://files.pythonhosted.org/packages/ac/43/dd9730f8f401eae9565a895c9a269a7658b13f2c228d38d2886a61ebcc3a/django-humans-txt-0.11.9.zip", "yanked": false, "yanked_reason": null } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "018452fbe56e31a466b1f821c2935268", "sha256": "43e777fdedf388c261646306b81838b110af50179cc37904bc8d4d487990d67e" }, "downloads": -1, "filename": "django_humans_txt-0.12.0-py3-none-any.whl", "has_sig": true, "md5_digest": "018452fbe56e31a466b1f821c2935268", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32645, "upload_time": "2020-05-09T21:54:08", "upload_time_iso_8601": "2020-05-09T21:54:08.590195Z", "url": "https://files.pythonhosted.org/packages/17/4b/1948a127a07401b35d5620ef89fe2a30fb1f8ce7849ee5048770707d6e8c/django_humans_txt-0.12.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e70e01ec3324f584f632909249c6401", "sha256": "174f2058449c6670784afd58b5342f1abfde49b4fbef4e2fd14ddfee228d7b4b" }, "downloads": -1, "filename": "django-humans-txt-0.12.0.zip", "has_sig": true, "md5_digest": "5e70e01ec3324f584f632909249c6401", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41661, "upload_time": "2020-05-09T21:54:10", "upload_time_iso_8601": "2020-05-09T21:54:10.254499Z", "url": "https://files.pythonhosted.org/packages/19/4d/666c9356b7730efecdde6c76383541a9d1139367027bfe7ba16aea3940b4/django-humans-txt-0.12.0.zip", "yanked": false, "yanked_reason": null } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "375a5dd191766f6f837fb074956817a6", "sha256": "720f9737a5fb6ede5996bdbddede34be88b251841f660a929707d738f0a9aa99" }, "downloads": -1, "filename": "django_humans_txt-0.12.1-py3-none-any.whl", "has_sig": true, "md5_digest": "375a5dd191766f6f837fb074956817a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32871, "upload_time": "2020-06-03T02:56:37", "upload_time_iso_8601": "2020-06-03T02:56:37.879315Z", "url": "https://files.pythonhosted.org/packages/82/d0/3a04355e6633c3afabfa9bcad8def94ad0fe2549e3b9daf500383fd9eae9/django_humans_txt-0.12.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f3626a963f5ea85d2e1dbb3dbbe32c90", "sha256": "1180402f96e39858ca2d3de7349c54f69fb2a807a934e1b0e76bff7680a11264" }, "downloads": -1, "filename": "django-humans-txt-0.12.1.zip", "has_sig": true, "md5_digest": "f3626a963f5ea85d2e1dbb3dbbe32c90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41892, "upload_time": "2020-06-03T02:56:40", "upload_time_iso_8601": "2020-06-03T02:56:40.073401Z", "url": "https://files.pythonhosted.org/packages/ca/3e/ec365b13b01ea85d1486e42a080b112761a7aabe2f0004c829f8735a50d9/django-humans-txt-0.12.1.zip", "yanked": false, "yanked_reason": null } ], "0.12.2": [ { "comment_text": "", "digests": { "md5": "033f9b04191def9dbbf0ceb04c36c489", "sha256": "e15ea927140225a7ded05fda74b5abc92bc6e05819ca69ef282028cf9dec961b" }, "downloads": -1, "filename": "django_humans_txt-0.12.2-py3-none-any.whl", "has_sig": true, "md5_digest": "033f9b04191def9dbbf0ceb04c36c489", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32909, "upload_time": "2020-06-04T04:43:45", "upload_time_iso_8601": "2020-06-04T04:43:45.184008Z", "url": "https://files.pythonhosted.org/packages/0f/4a/5477920efc304629de5c406f9948196627ae73cc4e65e384f279841ee19b/django_humans_txt-0.12.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9cdf67ea7bdb8765e7029655f260528c", "sha256": "0242c5ab67c55097a687519ec12cf4ada54237c7f5eb55074f0d5f37da3a477f" }, "downloads": -1, "filename": "django-humans-txt-0.12.2.zip", "has_sig": true, "md5_digest": "9cdf67ea7bdb8765e7029655f260528c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41929, "upload_time": "2020-06-04T04:43:47", "upload_time_iso_8601": "2020-06-04T04:43:47.080020Z", "url": "https://files.pythonhosted.org/packages/bd/1d/fc79419db1493232ea60c4dccea92134b83d96a3a1fb4ca047079dd6d93c/django-humans-txt-0.12.2.zip", "yanked": false, "yanked_reason": null } ], "0.12.3": [ { "comment_text": "", "digests": { "md5": "b7b5eb38efcf98450b91203ae6783568", "sha256": "16be2cefc49146273a322055eaa5645101be8f065f4bd25c3b0797cc179f33a2" }, "downloads": -1, "filename": "django_humans_txt-0.12.3-py3-none-any.whl", "has_sig": true, "md5_digest": "b7b5eb38efcf98450b91203ae6783568", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32910, "upload_time": "2020-06-09T01:25:29", "upload_time_iso_8601": "2020-06-09T01:25:29.120154Z", "url": "https://files.pythonhosted.org/packages/c6/56/e4b0736be18f4fc4883019f1d56efa6c309f300ca75030be5287566702d3/django_humans_txt-0.12.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2cb5aba973c20a77858a0eec1953ce75", "sha256": "41eebf5445cd8ee1100cb065d764f61be0d77d8b28557d43a775b63ab44916b0" }, "downloads": -1, "filename": "django-humans-txt-0.12.3.zip", "has_sig": true, "md5_digest": "2cb5aba973c20a77858a0eec1953ce75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41928, "upload_time": "2020-06-09T01:25:30", "upload_time_iso_8601": "2020-06-09T01:25:30.994800Z", "url": "https://files.pythonhosted.org/packages/66/9c/13ea5c4d4d00958c573015d586e48d2fa9abd54ec0f5151e7c84d981516a/django-humans-txt-0.12.3.zip", "yanked": false, "yanked_reason": null } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "1da5cca56f46c653eafad45fb8e1d7ad", "sha256": "4f799c61bde92e8f36cb0d386313612a981a68f07bf5b15917f0a6dadc2d988d" }, "downloads": -1, "filename": "django_humans_txt-0.13.0-py3-none-any.whl", "has_sig": true, "md5_digest": "1da5cca56f46c653eafad45fb8e1d7ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32915, "upload_time": "2020-09-08T02:14:22", "upload_time_iso_8601": "2020-09-08T02:14:22.860364Z", "url": "https://files.pythonhosted.org/packages/7a/d9/0325adf1232900a43e488aa1a410696d30f396624ce9d6f1ced914c20cbb/django_humans_txt-0.13.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6b3340e3ce803316df73a410e904105f", "sha256": "631b0f1aabbbfd501e883fc374dfc0c7d4eb5600e89db03aec8334160784ba67" }, "downloads": -1, "filename": "django-humans-txt-0.13.0.zip", "has_sig": true, "md5_digest": "6b3340e3ce803316df73a410e904105f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41942, "upload_time": "2020-09-08T02:14:24", "upload_time_iso_8601": "2020-09-08T02:14:24.754050Z", "url": "https://files.pythonhosted.org/packages/eb/a8/54982ba5c639fe46091eef04733283bd146acbe2b4fdf82aaa1b195b7cb7/django-humans-txt-0.13.0.zip", "yanked": false, "yanked_reason": null } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "928cab7b4a6fc554f1967863cde57a50", "sha256": "2c98c21b2505ce15669db896b71ffff0759f0f1ae59ac9befe110d36bac50f01" }, "downloads": -1, "filename": "django_humans_txt-0.13.1-py3-none-any.whl", "has_sig": true, "md5_digest": "928cab7b4a6fc554f1967863cde57a50", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32911, "upload_time": "2020-09-08T02:48:16", "upload_time_iso_8601": "2020-09-08T02:48:16.879778Z", "url": "https://files.pythonhosted.org/packages/ca/90/ff28579cc9866de28877e20d5107b452617c65f6cdc4f4ccca15bdef3ef1/django_humans_txt-0.13.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e9be6ae8cbf20dc908d51022ebeef67f", "sha256": "b4bd26d117bf9e4cc559dd584572941ca589e099afbb64758aa410d304026ca3" }, "downloads": -1, "filename": "django-humans-txt-0.13.1.zip", "has_sig": true, "md5_digest": "e9be6ae8cbf20dc908d51022ebeef67f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41939, "upload_time": "2020-09-08T02:48:18", "upload_time_iso_8601": "2020-09-08T02:48:18.502896Z", "url": "https://files.pythonhosted.org/packages/b4/a5/c9e5991617eab5b893f7267840e8db5c887038cb50af3fc2ae54ab32f333/django-humans-txt-0.13.1.zip", "yanked": false, "yanked_reason": null } ], "0.13.2": [ { "comment_text": "", "digests": { "md5": "5b71b2e168fbd6744928eac3632bbf98", "sha256": "09091882869b935401fae267d4b8309bb97024e52b58a42bfca5805aa5c7f094" }, "downloads": -1, "filename": "django_humans_txt-0.13.2-py3-none-any.whl", "has_sig": true, "md5_digest": "5b71b2e168fbd6744928eac3632bbf98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32908, "upload_time": "2020-09-16T22:53:28", "upload_time_iso_8601": "2020-09-16T22:53:28.829105Z", "url": "https://files.pythonhosted.org/packages/19/10/066a8a08fbd8a86b555bc1452e140f111a15ea989028ccd82a26ee1c3b53/django_humans_txt-0.13.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49b547eda4966ecf94975a306bf2245a", "sha256": "2bf68b432f6e6de46aa971ca2f8cdfa16d1cb5cdda19599f2e8f7df7a4dc6abc" }, "downloads": -1, "filename": "django-humans-txt-0.13.2.zip", "has_sig": true, "md5_digest": "49b547eda4966ecf94975a306bf2245a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41938, "upload_time": "2020-09-16T22:53:30", "upload_time_iso_8601": "2020-09-16T22:53:30.695603Z", "url": "https://files.pythonhosted.org/packages/5c/ec/678aed554a4358da48119df0b57d285ed0c15e4d3decf3de775af218994f/django-humans-txt-0.13.2.zip", "yanked": false, "yanked_reason": null } ], "0.13.3": [ { "comment_text": "", "digests": { "md5": "1caf2a40dacda3adcace23981f810b54", "sha256": "aa4ad44c0282a8c2402b8d4798e8ef4d969a4a948a44dcd67f460e64dce46206" }, "downloads": -1, "filename": "django_humans_txt-0.13.3-py3-none-any.whl", "has_sig": true, "md5_digest": "1caf2a40dacda3adcace23981f810b54", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32911, "upload_time": "2020-09-19T19:20:49", "upload_time_iso_8601": "2020-09-19T19:20:49.365382Z", "url": "https://files.pythonhosted.org/packages/58/6a/223ab715463cea0a3a99382e723cc00df0d0c3ffa6edaa17c7b8c8ee395a/django_humans_txt-0.13.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c579c73e257be3a5af697110a5101d6a", "sha256": "a8db8882f2a9e722e6ed56e8b2cb99a7506a3d3bfe7b99b82fd051d84e142068" }, "downloads": -1, "filename": "django-humans-txt-0.13.3.zip", "has_sig": true, "md5_digest": "c579c73e257be3a5af697110a5101d6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41941, "upload_time": "2020-09-19T19:20:51", "upload_time_iso_8601": "2020-09-19T19:20:51.070549Z", "url": "https://files.pythonhosted.org/packages/5e/3c/dd2b0889b6abe91558dcd852a56549801dcdf6feb5255a5ddbbd9d9e31f1/django-humans-txt-0.13.3.zip", "yanked": false, "yanked_reason": null } ], "0.13.4": [ { "comment_text": "", "digests": { "md5": "f081ac744538fc2e67feb8d3dd70645a", "sha256": "463c74a7fab4aacbacee469484c841a1673d2839432f44bfb9c7aed52ec8ad38" }, "downloads": -1, "filename": "django_humans_txt-0.13.4-py3-none-any.whl", "has_sig": true, "md5_digest": "f081ac744538fc2e67feb8d3dd70645a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32906, "upload_time": "2020-09-28T02:26:08", "upload_time_iso_8601": "2020-09-28T02:26:08.489884Z", "url": "https://files.pythonhosted.org/packages/ed/54/d78220a5264d0c0726c0d84e772f242d1d7ce8c6d01f0de23dbf36c1b692/django_humans_txt-0.13.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c66f49df76d4d92be5dba6319f0b0302", "sha256": "6376d333acf5fe56cc4832e049f9a0b54cb694e17b43b43baf03b304227ccfa7" }, "downloads": -1, "filename": "django-humans-txt-0.13.4.zip", "has_sig": true, "md5_digest": "c66f49df76d4d92be5dba6319f0b0302", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41936, "upload_time": "2020-09-28T02:26:11", "upload_time_iso_8601": "2020-09-28T02:26:11.214701Z", "url": "https://files.pythonhosted.org/packages/f6/fa/73ed4d7665880e5bc5bfffadd4bcb71c62218b00c6248335038fdb13158f/django-humans-txt-0.13.4.zip", "yanked": false, "yanked_reason": null } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "e61e0ddba05287ad6682c3626039c715", "sha256": "55bceb65d679973dff0613c860b45d7a95ca641257e7c2ff18037f992a46a410" }, "downloads": -1, "filename": "django_humans_txt-0.14.0-py3-none-any.whl", "has_sig": true, "md5_digest": "e61e0ddba05287ad6682c3626039c715", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32950, "upload_time": "2020-10-06T07:11:14", "upload_time_iso_8601": "2020-10-06T07:11:14.023053Z", "url": "https://files.pythonhosted.org/packages/d8/6c/da357ec33a53d86618606a742ab60234af57e8017813ccbd81386da2cee2/django_humans_txt-0.14.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2da524fd389c1bf014584b2050757461", "sha256": "71b36279215ad2a2eab2c9563b02136decb75415ac44dd86b99da2c795af676b" }, "downloads": -1, "filename": "django-humans-txt-0.14.0.zip", "has_sig": true, "md5_digest": "2da524fd389c1bf014584b2050757461", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41942, "upload_time": "2020-10-06T07:11:15", "upload_time_iso_8601": "2020-10-06T07:11:15.738809Z", "url": "https://files.pythonhosted.org/packages/e3/9f/80863c4f52980c40626f5dc9e2aa206e4335554f2efff0d26c9525bf5f5e/django-humans-txt-0.14.0.zip", "yanked": false, "yanked_reason": null } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "4609a23438d814721563ea587aa36eae", "sha256": "e5bb947cc897d3756c98d838af1d4ab653a433b97314708999ee0198186c3b51" }, "downloads": -1, "filename": "django_humans_txt-0.14.1-py3-none-any.whl", "has_sig": true, "md5_digest": "4609a23438d814721563ea587aa36eae", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33076, "upload_time": "2020-11-22T00:50:29", "upload_time_iso_8601": "2020-11-22T00:50:29.015601Z", "url": "https://files.pythonhosted.org/packages/67/fd/96cd09d94b14fffe1b4d1505e64973b2b092dde1617120cbd10c7eadeb07/django_humans_txt-0.14.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f763d12314a78c99b193f843bba4ca3f", "sha256": "5d731ed14b4ca295166720603e86c822af4c6b93191298853213320007e9bf01" }, "downloads": -1, "filename": "django-humans-txt-0.14.1.zip", "has_sig": true, "md5_digest": "f763d12314a78c99b193f843bba4ca3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42081, "upload_time": "2020-11-22T00:50:30", "upload_time_iso_8601": "2020-11-22T00:50:30.863452Z", "url": "https://files.pythonhosted.org/packages/32/64/b4afda3c8cdce649c99d5c73b59538ccad5d50c41b9d9d91a393f1f936bc/django-humans-txt-0.14.1.zip", "yanked": false, "yanked_reason": null } ], "0.14.10": [ { "comment_text": "", "digests": { "md5": "501c6aa23d314c83b9d4cafc74829bbf", "sha256": "c38a330052e0af8e840d2121ecc62ff29b59cc5e20dfd8eb346796d6c9384d13" }, "downloads": -1, "filename": "django_humans_txt-0.14.10-py3-none-any.whl", "has_sig": true, "md5_digest": "501c6aa23d314c83b9d4cafc74829bbf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33140, "upload_time": "2021-03-06T22:03:25", "upload_time_iso_8601": "2021-03-06T22:03:25.597154Z", "url": "https://files.pythonhosted.org/packages/f1/a5/4c1e7912f00998a7b35cae73cb835d1a63276aa5009ffd2e214a8134b21d/django_humans_txt-0.14.10-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "33d9294ec702d3e9adaa381e0b1d0821", "sha256": "a4a340b84f5d6abfb4369f1eeca6602bb765b1b77880ec8ea037ecf2bec7f313" }, "downloads": -1, "filename": "django-humans-txt-0.14.10.zip", "has_sig": true, "md5_digest": "33d9294ec702d3e9adaa381e0b1d0821", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44106, "upload_time": "2021-03-06T22:03:27", "upload_time_iso_8601": "2021-03-06T22:03:27.508523Z", "url": "https://files.pythonhosted.org/packages/9d/ab/15eceff8ed4c9c310b99bd6a8d93ba8e52dcf64bc6060a06d107c2b7f24e/django-humans-txt-0.14.10.zip", "yanked": false, "yanked_reason": null } ], "0.14.11": [ { "comment_text": "", "digests": { "md5": "92a822243decaf016604e3f6ac3ac3c2", "sha256": "206c67707e57f8db1e90c5ab4a699a3ad61e282cbaf06b44bd345b4ecc575983" }, "downloads": -1, "filename": "django_humans_txt-0.14.11-py3-none-any.whl", "has_sig": true, "md5_digest": "92a822243decaf016604e3f6ac3ac3c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33140, "upload_time": "2021-03-07T19:12:27", "upload_time_iso_8601": "2021-03-07T19:12:27.664164Z", "url": "https://files.pythonhosted.org/packages/5a/1e/b2eb795a1cb449538af471acd31411ab29746eb09c90827a0b984779ed9d/django_humans_txt-0.14.11-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37cc395f0152b4c2a048d8a274faf2c4", "sha256": "4327e705ad607532aa096e8368a645dfa9776dbf5eb25c7bae24f159680f798e" }, "downloads": -1, "filename": "django-humans-txt-0.14.11.zip", "has_sig": true, "md5_digest": "37cc395f0152b4c2a048d8a274faf2c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44101, "upload_time": "2021-03-07T19:12:29", "upload_time_iso_8601": "2021-03-07T19:12:29.397002Z", "url": "https://files.pythonhosted.org/packages/f7/7f/444af6e1aa73b6225a33c0d8a09dd8685f83962dfa1bdc62183edf9f4656/django-humans-txt-0.14.11.zip", "yanked": false, "yanked_reason": null } ], "0.14.12": [ { "comment_text": "", "digests": { "md5": "3e667eb094e5619088c06d7cefa7ae33", "sha256": "ff6986039c974a5ef96c5c81effa10bcec35ee5d586978586b553b833d26c970" }, "downloads": -1, "filename": "django_humans_txt-0.14.12-py3-none-any.whl", "has_sig": true, "md5_digest": "3e667eb094e5619088c06d7cefa7ae33", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33136, "upload_time": "2021-03-10T19:09:50", "upload_time_iso_8601": "2021-03-10T19:09:50.599693Z", "url": "https://files.pythonhosted.org/packages/9a/78/dfeb9798f4daa737333251235770b4443a92615d287b1935fc3a1fedcd18/django_humans_txt-0.14.12-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a74f0610ef9711f0507d4f890837e13", "sha256": "380a8a30c341b725eed0993fb1145e8efb2e90d01c1bd05426915c5c33a9df70" }, "downloads": -1, "filename": "django-humans-txt-0.14.12.zip", "has_sig": true, "md5_digest": "6a74f0610ef9711f0507d4f890837e13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44103, "upload_time": "2021-03-10T19:09:52", "upload_time_iso_8601": "2021-03-10T19:09:52.690786Z", "url": "https://files.pythonhosted.org/packages/a5/2c/df3883672bb61397412899a692ab066aa2ed195542319b361b6c4e3567c3/django-humans-txt-0.14.12.zip", "yanked": false, "yanked_reason": null } ], "0.14.13": [ { "comment_text": "", "digests": { "md5": "4f8c1fda6f94b2649463a8acaba90f93", "sha256": "1275601d7a63062cef559ae7ed18a6742d6d37d39708067589cb957033aced71" }, "downloads": -1, "filename": "django_humans_txt-0.14.13-py3-none-any.whl", "has_sig": true, "md5_digest": "4f8c1fda6f94b2649463a8acaba90f93", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33142, "upload_time": "2021-03-14T21:15:22", "upload_time_iso_8601": "2021-03-14T21:15:22.887107Z", "url": "https://files.pythonhosted.org/packages/74/66/397e81b9d967ffd262088e83b7ba3f363df8d716fb1d1d2db6e1d2ff00e1/django_humans_txt-0.14.13-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1eed8cd2667ad9c6c77a53b24e58bffd", "sha256": "efaeda4fc0dece15086a43033642c5678172b20984b3af45adde648366484136" }, "downloads": -1, "filename": "django-humans-txt-0.14.13.zip", "has_sig": true, "md5_digest": "1eed8cd2667ad9c6c77a53b24e58bffd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44107, "upload_time": "2021-03-14T21:15:24", "upload_time_iso_8601": "2021-03-14T21:15:24.732184Z", "url": "https://files.pythonhosted.org/packages/8d/67/cde81e9ca997df9308c6a5421989ef98532470b0b599f2b448cde175f687/django-humans-txt-0.14.13.zip", "yanked": false, "yanked_reason": null } ], "0.14.14": [ { "comment_text": "", "digests": { "md5": "d32ba04b49b2c0f6a328137f83c9f8ad", "sha256": "1dd26304c00b4cc46600dca6a278ea4741f07e4750005f4b95ab30b295fa0526" }, "downloads": -1, "filename": "django_humans_txt-0.14.14-py3-none-any.whl", "has_sig": true, "md5_digest": "d32ba04b49b2c0f6a328137f83c9f8ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33143, "upload_time": "2021-03-16T00:51:19", "upload_time_iso_8601": "2021-03-16T00:51:19.395612Z", "url": "https://files.pythonhosted.org/packages/0a/48/b1b98287f29a8333e096b70f8f04e2cc0297530dab8bee9db07398074aef/django_humans_txt-0.14.14-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9482abe4a494f06c34845fef94f8f176", "sha256": "6dcadca9519a4bcd373b273741ea27c9c576c560dbadc78172c673a231080643" }, "downloads": -1, "filename": "django-humans-txt-0.14.14.zip", "has_sig": true, "md5_digest": "9482abe4a494f06c34845fef94f8f176", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44115, "upload_time": "2021-03-16T00:51:20", "upload_time_iso_8601": "2021-03-16T00:51:20.926241Z", "url": "https://files.pythonhosted.org/packages/18/5d/38c04a8a5c5eb2402b1a34725f49525c4893392ef68a2d46e5497dffafd5/django-humans-txt-0.14.14.zip", "yanked": false, "yanked_reason": null } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "7deb47c846c879b8b3598179d9c9caca", "sha256": "b2a654d121bfa65eef3a35a18e4dbafa4d130af05600019a7dc57199ae92aa99" }, "downloads": -1, "filename": "django_humans_txt-0.14.2-py3-none-any.whl", "has_sig": true, "md5_digest": "7deb47c846c879b8b3598179d9c9caca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33076, "upload_time": "2020-11-23T05:00:56", "upload_time_iso_8601": "2020-11-23T05:00:56.326799Z", "url": "https://files.pythonhosted.org/packages/e6/b5/1dedb5a2efc21e970fdb5bb64410f59266bcfa6070ea681a6c190e0729b2/django_humans_txt-0.14.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa67634d65039349da8997a43d5b21df", "sha256": "93841f7bc7930786cb089041aaf5e5687c6eb3930907d4a030d99c96730c49e0" }, "downloads": -1, "filename": "django-humans-txt-0.14.2.zip", "has_sig": true, "md5_digest": "aa67634d65039349da8997a43d5b21df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42087, "upload_time": "2020-11-23T05:00:58", "upload_time_iso_8601": "2020-11-23T05:00:58.149732Z", "url": "https://files.pythonhosted.org/packages/3a/25/7f2a006f914657fdef6ea729dbe450ab05f6bdf38d0adb592f6b006834d7/django-humans-txt-0.14.2.zip", "yanked": false, "yanked_reason": null } ], "0.14.3": [ { "comment_text": "", "digests": { "md5": "3a8722ed5ff682b68dd3ee44dfa9d591", "sha256": "8dd960a7315fd8e8bfd9ba2b69b59bc754e0479e0da5372e24cf7b9f44dab467" }, "downloads": -1, "filename": "django_humans_txt-0.14.3-py3-none-any.whl", "has_sig": true, "md5_digest": "3a8722ed5ff682b68dd3ee44dfa9d591", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33112, "upload_time": "2021-01-17T00:21:49", "upload_time_iso_8601": "2021-01-17T00:21:49.798802Z", "url": "https://files.pythonhosted.org/packages/2d/61/d8241e3a49068f4fc3161d27e3ce1327650d9fd984231980b5fe6256e202/django_humans_txt-0.14.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "72e73cfce7bbf393bddcbda7080f059a", "sha256": "f3cee4a6056823d0d94fb74a414320b628dde5c2e0353bcfcb1416310db50004" }, "downloads": -1, "filename": "django-humans-txt-0.14.3.zip", "has_sig": true, "md5_digest": "72e73cfce7bbf393bddcbda7080f059a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42428, "upload_time": "2021-01-17T00:21:51", "upload_time_iso_8601": "2021-01-17T00:21:51.436028Z", "url": "https://files.pythonhosted.org/packages/09/47/8980f7ca8387b735834d3576058d9bb73e2c1656e0c8658327291761dd1b/django-humans-txt-0.14.3.zip", "yanked": false, "yanked_reason": null } ], "0.14.4": [ { "comment_text": "", "digests": { "md5": "8dd472f0b3a830cf5209203b19b77591", "sha256": "16e2698a9405c7c02d13830bc06e83f60ab3fc6fd02837884ca8b7a0d5777c2b" }, "downloads": -1, "filename": "django_humans_txt-0.14.4-py3-none-any.whl", "has_sig": true, "md5_digest": "8dd472f0b3a830cf5209203b19b77591", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33114, "upload_time": "2021-01-17T08:44:25", "upload_time_iso_8601": "2021-01-17T08:44:25.555331Z", "url": "https://files.pythonhosted.org/packages/49/15/6c150d3c263b5af960e8bc5262e82d87b93fc657bc0b256af7f0bef42d9e/django_humans_txt-0.14.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d4d76236344383c3571a8221fe141ece", "sha256": "022d0b377bf3c99e204e87be6982af9054dc3b97071071ba453cc078c8967366" }, "downloads": -1, "filename": "django-humans-txt-0.14.4.zip", "has_sig": true, "md5_digest": "d4d76236344383c3571a8221fe141ece", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42427, "upload_time": "2021-01-17T08:44:27", "upload_time_iso_8601": "2021-01-17T08:44:27.329308Z", "url": "https://files.pythonhosted.org/packages/dd/fa/e3d073047bebf45fe873d95660eb902d04340e7c8e99cacd88e942f1fb9c/django-humans-txt-0.14.4.zip", "yanked": false, "yanked_reason": null } ], "0.14.5": [ { "comment_text": "", "digests": { "md5": "9f8792176ebb2c731ebf19ffeafdb441", "sha256": "b565ccd5ffe63324dcc02288b0834ba26ddeb2957ef9c1d2474a7a0c3bf76523" }, "downloads": -1, "filename": "django_humans_txt-0.14.5-py3-none-any.whl", "has_sig": true, "md5_digest": "9f8792176ebb2c731ebf19ffeafdb441", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33109, "upload_time": "2021-01-26T19:27:23", "upload_time_iso_8601": "2021-01-26T19:27:23.100051Z", "url": "https://files.pythonhosted.org/packages/69/7d/a3b1daa308aedb2854edcee31fd612a76b1a2771f7ee00bc0bf42c1e8a89/django_humans_txt-0.14.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4616f26431a68c0443d874999acef1b", "sha256": "25c140132c74348cb6b7f29b2f4a0c358c057f37e2440ee6b711af00e8245f54" }, "downloads": -1, "filename": "django-humans-txt-0.14.5.zip", "has_sig": true, "md5_digest": "f4616f26431a68c0443d874999acef1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43964, "upload_time": "2021-01-26T19:27:24", "upload_time_iso_8601": "2021-01-26T19:27:24.734565Z", "url": "https://files.pythonhosted.org/packages/11/64/15cc8b14e24398a86b92b5cdae623e604cfb79edca2d678ed8553d17d984/django-humans-txt-0.14.5.zip", "yanked": false, "yanked_reason": null } ], "0.14.6": [ { "comment_text": "", "digests": { "md5": "23ed266b9df17a5c8fee123bdc6e4c25", "sha256": "3b7752728d5c07aa648a1fef523de52800082e8853d00f1660b1284f2d56faa2" }, "downloads": -1, "filename": "django_humans_txt-0.14.6-py3-none-any.whl", "has_sig": true, "md5_digest": "23ed266b9df17a5c8fee123bdc6e4c25", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33108, "upload_time": "2021-02-11T02:42:32", "upload_time_iso_8601": "2021-02-11T02:42:32.707294Z", "url": "https://files.pythonhosted.org/packages/d8/26/8d360a4f463a605798e5e2d5b98f9aabc7e67f254615fcdd6f332c0ec82f/django_humans_txt-0.14.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78988c4adf3a951fc8db57cde7be1976", "sha256": "b6b30d12eacb4f490310dee4dd9463ff7c7564874e03c64b92ca868de1ae6d66" }, "downloads": -1, "filename": "django-humans-txt-0.14.6.zip", "has_sig": true, "md5_digest": "78988c4adf3a951fc8db57cde7be1976", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43963, "upload_time": "2021-02-11T02:42:35", "upload_time_iso_8601": "2021-02-11T02:42:35.058794Z", "url": "https://files.pythonhosted.org/packages/0c/a8/5fb62e8e5c24527e995fc0a152285a1f4998341e0408e29cb65abd536057/django-humans-txt-0.14.6.zip", "yanked": false, "yanked_reason": null } ], "0.14.7": [ { "comment_text": "", "digests": { "md5": "296eab0321b6cee0dce46136b03464c6", "sha256": "449ed9183cae63a85ca36ed7b66df81c68e41f8554bf7f32672171f6b0a887d6" }, "downloads": -1, "filename": "django_humans_txt-0.14.7-py3-none-any.whl", "has_sig": true, "md5_digest": "296eab0321b6cee0dce46136b03464c6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33105, "upload_time": "2021-02-14T18:42:10", "upload_time_iso_8601": "2021-02-14T18:42:10.546783Z", "url": "https://files.pythonhosted.org/packages/ea/88/fa44f951eff2358305096a94e0a11d46011d665d5ef196d58cbca24a2617/django_humans_txt-0.14.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d9ccdca5e8f696b3ea3dc4f784ea340b", "sha256": "bc31692662aa95a1699eb2f3aebe941c8d4ef0872973f5f7efb1e2ba9ed3f463" }, "downloads": -1, "filename": "django-humans-txt-0.14.7.zip", "has_sig": true, "md5_digest": "d9ccdca5e8f696b3ea3dc4f784ea340b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43956, "upload_time": "2021-02-14T18:42:12", "upload_time_iso_8601": "2021-02-14T18:42:12.445822Z", "url": "https://files.pythonhosted.org/packages/94/78/2a999b6c04eaa0acd33c1b89c9ca43428e7431da9641dbf99f11968c8635/django-humans-txt-0.14.7.zip", "yanked": false, "yanked_reason": null } ], "0.14.8": [ { "comment_text": "", "digests": { "md5": "a383c68ceefc4c81dfecec194e65c910", "sha256": "f76d66c9e42ac2d1d447fcd4a43b98a55abbf487cd1e5796716c60ebb51b22f8" }, "downloads": -1, "filename": "django_humans_txt-0.14.8-py3-none-any.whl", "has_sig": true, "md5_digest": "a383c68ceefc4c81dfecec194e65c910", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33127, "upload_time": "2021-03-05T17:17:03", "upload_time_iso_8601": "2021-03-05T17:17:03.145739Z", "url": "https://files.pythonhosted.org/packages/41/a5/f3bf470edcf7bede4aa7e9df781a7965a46d2723f373da4d7d6089c9497b/django_humans_txt-0.14.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "271c705828b914fbdcccf72549fcda6b", "sha256": "6e4dec2a62ff730b11a7594372288b0e0935cbc335fa8d556c49dea625d130b1" }, "downloads": -1, "filename": "django-humans-txt-0.14.8.zip", "has_sig": true, "md5_digest": "271c705828b914fbdcccf72549fcda6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43989, "upload_time": "2021-03-05T17:17:05", "upload_time_iso_8601": "2021-03-05T17:17:05.204940Z", "url": "https://files.pythonhosted.org/packages/87/cc/11814f66e26c4767a9e8a6791ff4dee23750079a2284247a7bb2f72123ff/django-humans-txt-0.14.8.zip", "yanked": false, "yanked_reason": null } ], "0.14.9": [ { "comment_text": "", "digests": { "md5": "9d19c8ffd220fdc93ae01ef62deb92ec", "sha256": "7e8f69fe50e383bc45faa39094dde794e1b21f2d1380e3ee728b3d049c4cff81" }, "downloads": -1, "filename": "django_humans_txt-0.14.9-py3-none-any.whl", "has_sig": true, "md5_digest": "9d19c8ffd220fdc93ae01ef62deb92ec", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33127, "upload_time": "2021-03-05T17:20:17", "upload_time_iso_8601": "2021-03-05T17:20:17.712030Z", "url": "https://files.pythonhosted.org/packages/89/ec/0043844b7e0d7e77be37402949753f6aac1f932974751bc467a84542841b/django_humans_txt-0.14.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e77d47214b4c826d8a568950f3cb9d6c", "sha256": "e0a449d3f72727703efd1a04bb8893fb02fd8b397c3f7fe7c329cb956a798ae5" }, "downloads": -1, "filename": "django-humans-txt-0.14.9.zip", "has_sig": true, "md5_digest": "e77d47214b4c826d8a568950f3cb9d6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43985, "upload_time": "2021-03-05T17:20:19", "upload_time_iso_8601": "2021-03-05T17:20:19.520585Z", "url": "https://files.pythonhosted.org/packages/ba/80/cedd2f40c13109a8ad4c813feac751ca6ff258b2763ca6c3b39f897fc9be/django-humans-txt-0.14.9.zip", "yanked": false, "yanked_reason": null } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "3de1c047b3e0894aacc7ed10ca6e7a83", "sha256": "2fc3b3bf6589ace236f618286e7b66892b4275f685b6dcca3db7597b0660a1ea" }, "downloads": -1, "filename": "django_humans_txt-0.15.0-py3-none-any.whl", "has_sig": true, "md5_digest": "3de1c047b3e0894aacc7ed10ca6e7a83", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33165, "upload_time": "2021-05-14T01:35:43", "upload_time_iso_8601": "2021-05-14T01:35:43.036266Z", "url": "https://files.pythonhosted.org/packages/7a/cf/2a353fc18f5b5530424259f4362d9abe8cb53556f1a1603991b66e077d5d/django_humans_txt-0.15.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8c65efa9b36930d9e91d61aeba35e74a", "sha256": "48d4db9f17998e14fae0f2bd7294d67fa64a552c497bbb8777e322d0dfc84f61" }, "downloads": -1, "filename": "django-humans-txt-0.15.0.zip", "has_sig": true, "md5_digest": "8c65efa9b36930d9e91d61aeba35e74a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44044, "upload_time": "2021-05-14T01:35:45", "upload_time_iso_8601": "2021-05-14T01:35:45.057960Z", "url": "https://files.pythonhosted.org/packages/b4/07/3f407da3504b0fe690903f96cbf69d73878a86fb0c4535f1205178c69308/django-humans-txt-0.15.0.zip", "yanked": false, "yanked_reason": null } ], "0.15.1": [ { "comment_text": "", "digests": { "md5": "2bb64e7bf1d15c66b75057b6acec82f1", "sha256": "bb4ac0c25396074b567d8a0adfd533e6113d3c698b692640ed33f5b637cbab3e" }, "downloads": -1, "filename": "django_humans_txt-0.15.1-py3-none-any.whl", "has_sig": true, "md5_digest": "2bb64e7bf1d15c66b75057b6acec82f1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33168, "upload_time": "2021-05-17T23:35:35", "upload_time_iso_8601": "2021-05-17T23:35:35.199168Z", "url": "https://files.pythonhosted.org/packages/7b/58/8539aca94168a0a67a729d0d1a81ddd5d92a4d59b80d662e8f96801bdc2b/django_humans_txt-0.15.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fb02385949d42ee087bbb2b250dbdd7b", "sha256": "664a57d8994be7e3ec29c63f7b3aabf9019150fba4409fbad545a11db1674e3c" }, "downloads": -1, "filename": "django-humans-txt-0.15.1.zip", "has_sig": true, "md5_digest": "fb02385949d42ee087bbb2b250dbdd7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44045, "upload_time": "2021-05-17T23:35:37", "upload_time_iso_8601": "2021-05-17T23:35:37.580981Z", "url": "https://files.pythonhosted.org/packages/84/c0/8324885404851f704ce67600e5b9b49c85c68c84bd82cdb74abfd6c4d0e3/django-humans-txt-0.15.1.zip", "yanked": false, "yanked_reason": null } ], "0.15.2": [ { "comment_text": "", "digests": { "md5": "deb74a260496ccaf49471698de45fe4e", "sha256": "31e7bdbadd5012c7ee4c86327521ad0c66eb2524108928d2b24f7755d161614c" }, "downloads": -1, "filename": "django_humans_txt-0.15.2-py3-none-any.whl", "has_sig": true, "md5_digest": "deb74a260496ccaf49471698de45fe4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33166, "upload_time": "2021-05-25T22:28:28", "upload_time_iso_8601": "2021-05-25T22:28:28.389778Z", "url": "https://files.pythonhosted.org/packages/d1/40/6eb508e8d8783659b40ebb9b44e86441c4e386fac6deb73a7c4ffc7a0f23/django_humans_txt-0.15.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c0cb95f453869dbf2d6d266050a24c32", "sha256": "ad53725ea0f208fe3c8bdef82f724527698610144e594dec9405b57eb8fa6a61" }, "downloads": -1, "filename": "django-humans-txt-0.15.2.zip", "has_sig": true, "md5_digest": "c0cb95f453869dbf2d6d266050a24c32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44050, "upload_time": "2021-05-25T22:28:30", "upload_time_iso_8601": "2021-05-25T22:28:30.229374Z", "url": "https://files.pythonhosted.org/packages/ab/6e/44f90774ea86d49d74c4ae1135b8ebcce4885e5dffcca231343bcc4b21e3/django-humans-txt-0.15.2.zip", "yanked": false, "yanked_reason": null } ], "0.16.0": [ { "comment_text": "", "digests": { "md5": "893cc6149cf9cc3ea0ea4ca08e58838e", "sha256": "ca4eb7bbb38a765555d1de978539f2a75f5848184c194bef5b01c59bd2e386ba" }, "downloads": -1, "filename": "django_humans_txt-0.16.0-py3-none-any.whl", "has_sig": true, "md5_digest": "893cc6149cf9cc3ea0ea4ca08e58838e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33347, "upload_time": "2021-11-17T22:31:17", "upload_time_iso_8601": "2021-11-17T22:31:17.226234Z", "url": "https://files.pythonhosted.org/packages/0b/78/ec831034aba0d69e5db36320c98ee52d48553fea96a060ec4410d96452e2/django_humans_txt-0.16.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "46cd8cd9fd57875522ef0835ff3c4b27", "sha256": "3db1a4d0fc9f1191875f022b9018c4aea32ed538f9c95882a8dfffa3d22d5ca0" }, "downloads": -1, "filename": "django-humans-txt-0.16.0.zip", "has_sig": true, "md5_digest": "46cd8cd9fd57875522ef0835ff3c4b27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45177, "upload_time": "2021-11-17T22:31:19", "upload_time_iso_8601": "2021-11-17T22:31:19.118752Z", "url": "https://files.pythonhosted.org/packages/bc/1e/1236d5627df52b2a1129f02881fdd7c706a5c1eb4d82c1d92dff6cf89add/django-humans-txt-0.16.0.zip", "yanked": false, "yanked_reason": null } ], "0.16.1": [ { "comment_text": "", "digests": { "md5": "8370386a84496a3586e4bdb86e4ea7ca", "sha256": "9967261de7d40a5425e6cd77d55db43cdd35913d9537a59a70591208bb4f53e6" }, "downloads": -1, "filename": "django_humans_txt-0.16.1-py3-none-any.whl", "has_sig": true, "md5_digest": "8370386a84496a3586e4bdb86e4ea7ca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33345, "upload_time": "2021-11-17T22:32:34", "upload_time_iso_8601": "2021-11-17T22:32:34.803588Z", "url": "https://files.pythonhosted.org/packages/33/57/2a0d6a5d2015b533600bbc29a2c2669807ce7d43e33457232bd3e2d328e7/django_humans_txt-0.16.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3eb32a48138dc8b2556d55ab6f119bcd", "sha256": "acb0e4a20ee1cf75863f50b95b6ddaecf37f108f8c218738a19b5331638a3714" }, "downloads": -1, "filename": "django-humans-txt-0.16.1.zip", "has_sig": true, "md5_digest": "3eb32a48138dc8b2556d55ab6f119bcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45164, "upload_time": "2021-11-17T22:32:36", "upload_time_iso_8601": "2021-11-17T22:32:36.612953Z", "url": "https://files.pythonhosted.org/packages/4d/3c/78425caa310fa272d70eeaf268745743e172e7f0fe11bb38ff5c6bb6cb3a/django-humans-txt-0.16.1.zip", "yanked": false, "yanked_reason": null } ], "0.16.2": [ { "comment_text": "", "digests": { "md5": "2fd1e9c1182368bfc68b89e272415ff3", "sha256": "7a402c155e642e85a2370abbbab31e0af8dfa556f07287dff7bb236a3b8a5c6f" }, "downloads": -1, "filename": "django_humans_txt-0.16.2-py3-none-any.whl", "has_sig": true, "md5_digest": "2fd1e9c1182368bfc68b89e272415ff3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33340, "upload_time": "2021-11-19T05:18:01", "upload_time_iso_8601": "2021-11-19T05:18:01.006572Z", "url": "https://files.pythonhosted.org/packages/f3/64/a8d6e17aa258f29c73650214ff3a58c2925957a228bb814c05c9eac9dcc3/django_humans_txt-0.16.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4f0796246da2a7ec1b20171e6696a0e", "sha256": "51dbc5bc0d02c9583f133e2bb3d4a145a7e64827021e1932fcaf4275b3da3c42" }, "downloads": -1, "filename": "django-humans-txt-0.16.2.zip", "has_sig": true, "md5_digest": "b4f0796246da2a7ec1b20171e6696a0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45152, "upload_time": "2021-11-19T05:18:03", "upload_time_iso_8601": "2021-11-19T05:18:03.234999Z", "url": "https://files.pythonhosted.org/packages/5b/40/ca9c0cca1736bb7239d3259a9a35a9e30a2ce19d75d2b3140195923154e8/django-humans-txt-0.16.2.zip", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "ce9fe047030374efd4a6b03989c8aeed", "sha256": "1f1d78a7bea8f800f58360127fd4200389a23cd2652c2f340a5d90e7fb6798b6" }, "downloads": -1, "filename": "django_humans_txt-0.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "ce9fe047030374efd4a6b03989c8aeed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35555, "upload_time": "2019-08-24T00:35:49", "upload_time_iso_8601": "2019-08-24T00:35:49.498323Z", "url": "https://files.pythonhosted.org/packages/a4/b2/54664abb3b85272601c85e01da975e970a6a4d2c0b56415f946b88a30901/django_humans_txt-0.2.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8c5a285eb39c17a5cbfaf0037421d8a2", "sha256": "bf06a8302b8ce6d9c2cd47a0e74fdd217e67c8ef2fea271d38fc34acf0093967" }, "downloads": -1, "filename": "django-humans-txt-0.2.0.zip", "has_sig": true, "md5_digest": "8c5a285eb39c17a5cbfaf0037421d8a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44139, "upload_time": "2019-08-24T00:35:51", "upload_time_iso_8601": "2019-08-24T00:35:51.714364Z", "url": "https://files.pythonhosted.org/packages/b0/db/55f1885f5d47add067585f64af017f9f21963b1c235efc87267accdc4695/django-humans-txt-0.2.0.zip", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f9f73a0abd803edda4f75836de7eec81", "sha256": "32ebc77776fdc5a24563b2afc84786367e710dda393e56050305d93f246689b8" }, "downloads": -1, "filename": "django_humans_txt-0.2.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f9f73a0abd803edda4f75836de7eec81", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35553, "upload_time": "2019-08-24T01:02:54", "upload_time_iso_8601": "2019-08-24T01:02:54.075277Z", "url": "https://files.pythonhosted.org/packages/7c/3a/09529338a3972a6a9c927410424f9db97dea76eb1c1cf6a14bc861d7cafd/django_humans_txt-0.2.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3b8215b16aa24832bf450af796105aaf", "sha256": "a7cca563981bcb6188f3a8e917551b92256643f13480ae952b28c99b0dcc0230" }, "downloads": -1, "filename": "django-humans-txt-0.2.1.zip", "has_sig": true, "md5_digest": "3b8215b16aa24832bf450af796105aaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44129, "upload_time": "2019-08-24T01:02:56", "upload_time_iso_8601": "2019-08-24T01:02:56.284735Z", "url": "https://files.pythonhosted.org/packages/c9/67/988c40e24105b6b6c9b52c78cfd22dd19f03b810029036a9525ffd8d0fc3/django-humans-txt-0.2.1.zip", "yanked": false, "yanked_reason": null } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "8b737d9445ceecc5151d7b2af909211e", "sha256": "e4ce176c95b263bf3dbc17101a41ca5fe9499c852b82ef6d7bf2573bce677a32" }, "downloads": -1, "filename": "django_humans_txt-0.2.10-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8b737d9445ceecc5151d7b2af909211e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35597, "upload_time": "2019-08-26T21:51:47", "upload_time_iso_8601": "2019-08-26T21:51:47.021232Z", "url": "https://files.pythonhosted.org/packages/4b/bb/85f667f84b0a34aa617ebebec41fbf0be729b8faeef9c6540f20314d26ee/django_humans_txt-0.2.10-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c2c690a3e1c70851fa8775671b9ee38c", "sha256": "bf8af249ae1a0d03528a2bb38e85ba1d841fee64bc67b034e5bb9692eade3767" }, "downloads": -1, "filename": "django-humans-txt-0.2.10.zip", "has_sig": true, "md5_digest": "c2c690a3e1c70851fa8775671b9ee38c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44275, "upload_time": "2019-08-26T21:51:48", "upload_time_iso_8601": "2019-08-26T21:51:48.841960Z", "url": "https://files.pythonhosted.org/packages/90/64/9d7c5cd8d860791a81eeed524aaa2681d14086943303a322058875e32b4d/django-humans-txt-0.2.10.zip", "yanked": false, "yanked_reason": null } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "9f187354c7c43aef4a901580e4c47c95", "sha256": "b8e1dbfcea296748d5c283884856e8cae655fad0e4a7e9d78e26251f9ce69bd3" }, "downloads": -1, "filename": "django_humans_txt-0.2.11-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9f187354c7c43aef4a901580e4c47c95", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35596, "upload_time": "2019-08-27T06:09:08", "upload_time_iso_8601": "2019-08-27T06:09:08.558152Z", "url": "https://files.pythonhosted.org/packages/47/69/81578788844453734ba6e1284ea51434275a9acb2c6a9ed42417a915a43d/django_humans_txt-0.2.11-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50264175be2b71dc35472c1f60f64331", "sha256": "dd563baf1d24f67fe4c1d6e2b623d4deefcfd2818b6d04da42e521c6d79f209c" }, "downloads": -1, "filename": "django-humans-txt-0.2.11.zip", "has_sig": true, "md5_digest": "50264175be2b71dc35472c1f60f64331", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44279, "upload_time": "2019-08-27T06:09:10", "upload_time_iso_8601": "2019-08-27T06:09:10.556932Z", "url": "https://files.pythonhosted.org/packages/ad/dc/2760d2031e18928140bb42cba348c7c7b76341f1c6bf59f54f8d347631b5/django-humans-txt-0.2.11.zip", "yanked": false, "yanked_reason": null } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "9f48a3a51a64a0bef06ff52932541006", "sha256": "4550c36b7128e2b727a595c2172bd159ac594df69cff751abe8994e2f7757f6e" }, "downloads": -1, "filename": "django_humans_txt-0.2.12-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9f48a3a51a64a0bef06ff52932541006", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35593, "upload_time": "2019-08-27T06:42:35", "upload_time_iso_8601": "2019-08-27T06:42:35.803730Z", "url": "https://files.pythonhosted.org/packages/43/ad/e8cf6357d486bd0cfaf272119f0e59508e47f34a0a51b2204635037b41be/django_humans_txt-0.2.12-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2fdd97b3ca81a998c18de2594b62311c", "sha256": "15eb551a363ad94c3999ec359e842ef8f6881453d04f262cb7b7e61e191f0760" }, "downloads": -1, "filename": "django-humans-txt-0.2.12.zip", "has_sig": true, "md5_digest": "2fdd97b3ca81a998c18de2594b62311c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44264, "upload_time": "2019-08-27T06:42:37", "upload_time_iso_8601": "2019-08-27T06:42:37.780987Z", "url": "https://files.pythonhosted.org/packages/dc/dd/5c97f418f9ca8da58119d60dff7e8a430e3c303741a20230a761d86444ce/django-humans-txt-0.2.12.zip", "yanked": false, "yanked_reason": null } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "343f3f6163366c978b9038180d38df4a", "sha256": "ceab7ec30ee9018863745b94bc29ff980bcb6ece29496499bf07999a9e718c98" }, "downloads": -1, "filename": "django_humans_txt-0.2.13-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "343f3f6163366c978b9038180d38df4a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35594, "upload_time": "2019-08-27T06:51:39", "upload_time_iso_8601": "2019-08-27T06:51:39.752896Z", "url": "https://files.pythonhosted.org/packages/ec/07/678c41580b5975553762fce1099ab3c3ff35db3016186eff4375f7b4b1d5/django_humans_txt-0.2.13-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e14c4cc17a3ca62a5989e343bb806717", "sha256": "9ed4484b890e5a3be0a7d28a3a4a515469929ada0aa988cbd2ff8cd7ce6ad84c" }, "downloads": -1, "filename": "django-humans-txt-0.2.13.zip", "has_sig": true, "md5_digest": "e14c4cc17a3ca62a5989e343bb806717", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44266, "upload_time": "2019-08-27T06:51:41", "upload_time_iso_8601": "2019-08-27T06:51:41.361741Z", "url": "https://files.pythonhosted.org/packages/27/6c/223a759000688278fbf2eb00868674f71ef7070ae6e86c9c33438dce35cc/django-humans-txt-0.2.13.zip", "yanked": false, "yanked_reason": null } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "8fe09a982413394cc25042d1bc2ed190", "sha256": "d7b3819db25b5653cf3a19c82c1cc94033e5bf0d7334c91a85bd43a9a3185253" }, "downloads": -1, "filename": "django_humans_txt-0.2.14-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8fe09a982413394cc25042d1bc2ed190", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35610, "upload_time": "2019-08-27T21:14:37", "upload_time_iso_8601": "2019-08-27T21:14:37.855133Z", "url": "https://files.pythonhosted.org/packages/55/8f/010287846553824e6bf36001c8739bb6882233b186f741bdcdc6d790a267/django_humans_txt-0.2.14-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78dcf8326dcaf322484f975ded786505", "sha256": "898596e1449be0e42a690b3bb6c323fa699e037892f2fe168bf91e2a11385406" }, "downloads": -1, "filename": "django-humans-txt-0.2.14.zip", "has_sig": true, "md5_digest": "78dcf8326dcaf322484f975ded786505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44287, "upload_time": "2019-08-27T21:14:40", "upload_time_iso_8601": "2019-08-27T21:14:40.004659Z", "url": "https://files.pythonhosted.org/packages/9e/2e/2356e1d615533acd421954a68cac45326f60c26e8b36f7a1b32b4198c8e6/django-humans-txt-0.2.14.zip", "yanked": false, "yanked_reason": null } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "99255e4620dc924172fe89978b492173", "sha256": "0e01bfa6e92c7d5fbd80eaae105015f90efe3728fde3de5a6c716abf04a70d77" }, "downloads": -1, "filename": "django_humans_txt-0.2.15-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "99255e4620dc924172fe89978b492173", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29429, "upload_time": "2019-08-27T22:18:43", "upload_time_iso_8601": "2019-08-27T22:18:43.442071Z", "url": "https://files.pythonhosted.org/packages/c1/69/f33a047acc7aa7a18c53c7e666281cc1fd11ff3cbc85747e76c20d046976/django_humans_txt-0.2.15-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d75c51fe80fffac46795a858d725f440", "sha256": "5f4c20c6e33c942ee73640f405a73d04fdbd4f65ea6dc0833e8937d1f366da95" }, "downloads": -1, "filename": "django-humans-txt-0.2.15.zip", "has_sig": true, "md5_digest": "d75c51fe80fffac46795a858d725f440", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44289, "upload_time": "2019-08-27T22:18:45", "upload_time_iso_8601": "2019-08-27T22:18:45.414798Z", "url": "https://files.pythonhosted.org/packages/67/f7/2d215ffe66de9b280c4ed67364cdec8ceddb7d2df7db034992f0611cf4db/django-humans-txt-0.2.15.zip", "yanked": false, "yanked_reason": null } ], "0.2.16": [ { "comment_text": "", "digests": { "md5": "bfba2dd6739e3811db91a9bc3fe66740", "sha256": "d4cecbf786514a3f55ab381c42a7a6119a90c930b3923ad0bf2a9a763393473a" }, "downloads": -1, "filename": "django_humans_txt-0.2.16-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "bfba2dd6739e3811db91a9bc3fe66740", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29429, "upload_time": "2019-08-27T22:46:27", "upload_time_iso_8601": "2019-08-27T22:46:27.710310Z", "url": "https://files.pythonhosted.org/packages/6d/d1/505122a7d5b14f362e631bf7d41216943ed9e3e3089d8aa2462c1599e083/django_humans_txt-0.2.16-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "55e3c9faa1bb8ffe51161605a2045f38", "sha256": "cec6fd34dae26731227068b36761747979aae846d9c7ec1977ab4d3e4cb2b29d" }, "downloads": -1, "filename": "django-humans-txt-0.2.16.zip", "has_sig": true, "md5_digest": "55e3c9faa1bb8ffe51161605a2045f38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37728, "upload_time": "2019-08-27T22:46:29", "upload_time_iso_8601": "2019-08-27T22:46:29.464456Z", "url": "https://files.pythonhosted.org/packages/a4/d0/8dbe717bab55c94cf3a77d8f48623c42996da96a94a95ea52d58f313d664/django-humans-txt-0.2.16.zip", "yanked": false, "yanked_reason": null } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "f5200c268a20bcbb2b995e6dd06ba303", "sha256": "43bcfb2216e93e02ba6abdf2ab7c9a1c0cdcbb0936ee313a75c2278a3b161c9d" }, "downloads": -1, "filename": "django_humans_txt-0.2.17-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "f5200c268a20bcbb2b995e6dd06ba303", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29425, "upload_time": "2019-08-29T05:33:15", "upload_time_iso_8601": "2019-08-29T05:33:15.404185Z", "url": "https://files.pythonhosted.org/packages/12/26/127a8527e3a6da419f0a2e9b240c3d31a1bb50fadb069ff78476b3400642/django_humans_txt-0.2.17-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "adff335b3a65310bd18ef2658800f857", "sha256": "5e596b49763cac2bb8b22e4c39bff2781f0c6da5bc3b417774756ce795250b71" }, "downloads": -1, "filename": "django-humans-txt-0.2.17.zip", "has_sig": true, "md5_digest": "adff335b3a65310bd18ef2658800f857", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37723, "upload_time": "2019-08-29T05:33:17", "upload_time_iso_8601": "2019-08-29T05:33:17.467082Z", "url": "https://files.pythonhosted.org/packages/12/04/44a92d2d7cc1a933d45fa2d835ab3d90f45dbd0bcb348a30f9740bf9137c/django-humans-txt-0.2.17.zip", "yanked": false, "yanked_reason": null } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "68f7e1254d288f4d8245fdacf507a2f7", "sha256": "04f126f2ea64b29d2ee3287f023d95e5ed6e683c14496701076008d0feccc610" }, "downloads": -1, "filename": "django_humans_txt-0.2.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "68f7e1254d288f4d8245fdacf507a2f7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35544, "upload_time": "2019-08-25T18:47:24", "upload_time_iso_8601": "2019-08-25T18:47:24.004167Z", "url": "https://files.pythonhosted.org/packages/58/37/9599140680f184bdedb68a54a0062439379d0ee757082cb312e3c6263055/django_humans_txt-0.2.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8070b1d481b70ecf58f8dd0db3f69df8", "sha256": "d7d7ea5d7a2003849aa5ad7154da50b83601ba11a4ab94b4c2a11d4faa22b230" }, "downloads": -1, "filename": "django-humans-txt-0.2.2.zip", "has_sig": true, "md5_digest": "8070b1d481b70ecf58f8dd0db3f69df8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44126, "upload_time": "2019-08-25T18:47:25", "upload_time_iso_8601": "2019-08-25T18:47:25.977772Z", "url": "https://files.pythonhosted.org/packages/42/d6/2eadcd30c7963c09a7cdb023fdcab7481a91a5f571ce273133720712d43a/django-humans-txt-0.2.2.zip", "yanked": false, "yanked_reason": null } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "72c528e7b81dd07ddb1e57473466b3a0", "sha256": "fb74dbd933bb8388a303e52a0049fd852d993aef42473ee6adf0bddc8e108f38" }, "downloads": -1, "filename": "django_humans_txt-0.2.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "72c528e7b81dd07ddb1e57473466b3a0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35548, "upload_time": "2019-08-25T19:16:23", "upload_time_iso_8601": "2019-08-25T19:16:23.562396Z", "url": "https://files.pythonhosted.org/packages/01/5c/4b388f34b04fd33c2196e9210b5b7737a30c438bba233c476236f095d94e/django_humans_txt-0.2.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "14db8118ace328a42348cff941dc0679", "sha256": "f08957d42723e1aafcf6392dffee45168505c03912227902a7381ed15888dcc6" }, "downloads": -1, "filename": "django-humans-txt-0.2.3.zip", "has_sig": true, "md5_digest": "14db8118ace328a42348cff941dc0679", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44126, "upload_time": "2019-08-25T19:16:25", "upload_time_iso_8601": "2019-08-25T19:16:25.346559Z", "url": "https://files.pythonhosted.org/packages/7a/ac/1bc35f1d6ff17e1fdf9549cb6e5bfe08902819fb27374450776ee3b3ee7a/django-humans-txt-0.2.3.zip", "yanked": false, "yanked_reason": null } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "a511ffbf9ee8b3714649ee3df71407c4", "sha256": "a4ab9b436b56907ad0429bb96e24b5dfaaba245274ba4665d4dda7beadc88af4" }, "downloads": -1, "filename": "django_humans_txt-0.2.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a511ffbf9ee8b3714649ee3df71407c4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35546, "upload_time": "2019-08-25T19:32:21", "upload_time_iso_8601": "2019-08-25T19:32:21.393838Z", "url": "https://files.pythonhosted.org/packages/ca/88/fa04918900c29375c76bfe3225e330b15bf539f878aaa3dd99b67a2b7ab7/django_humans_txt-0.2.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ab82be15e5af0759666933389f2473aa", "sha256": "a3ef5d1549411e862ee3374d32f313b7a72a3bc034eaf31d0032e91668349b56" }, "downloads": -1, "filename": "django-humans-txt-0.2.4.zip", "has_sig": true, "md5_digest": "ab82be15e5af0759666933389f2473aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44124, "upload_time": "2019-08-25T19:32:23", "upload_time_iso_8601": "2019-08-25T19:32:23.695404Z", "url": "https://files.pythonhosted.org/packages/43/28/aedffbcdf405da83c123d3e2b7d0e33104394b964ff5c4e698d562944073/django-humans-txt-0.2.4.zip", "yanked": false, "yanked_reason": null } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "b8a48d10453052852f76abc88c260ba5", "sha256": "70cbfb3a8a21f24066a9600b5275a7fcd67486ca41ac4bcc0c7b894613730b72" }, "downloads": -1, "filename": "django_humans_txt-0.2.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b8a48d10453052852f76abc88c260ba5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35561, "upload_time": "2019-08-25T22:07:25", "upload_time_iso_8601": "2019-08-25T22:07:25.877882Z", "url": "https://files.pythonhosted.org/packages/d7/6e/a20de8105e875dc8c93bd4ed6f715624d6d9c01dcabcfac1e8cdce4fd6eb/django_humans_txt-0.2.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2388f2db395e1f77921b4129e512e119", "sha256": "5207f6b44752627b5314620ab3be699512162dc5b1235036514fb2e980e133bd" }, "downloads": -1, "filename": "django-humans-txt-0.2.5.zip", "has_sig": true, "md5_digest": "2388f2db395e1f77921b4129e512e119", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44150, "upload_time": "2019-08-25T22:07:27", "upload_time_iso_8601": "2019-08-25T22:07:27.796636Z", "url": "https://files.pythonhosted.org/packages/5d/0b/6d659d3080486e276a4580701d17abe9ede1fbd818a0228e8e874204f011/django-humans-txt-0.2.5.zip", "yanked": false, "yanked_reason": null } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "e1025a088fe5748436c155f4b2d1513e", "sha256": "6266f38bdbb9b82842686333ff1bbf2b4edff063eea41bfa129bc917176fc515" }, "downloads": -1, "filename": "django_humans_txt-0.2.6-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e1025a088fe5748436c155f4b2d1513e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35588, "upload_time": "2019-08-26T17:51:34", "upload_time_iso_8601": "2019-08-26T17:51:34.155714Z", "url": "https://files.pythonhosted.org/packages/c7/c5/67c1731d18a7f409461edef279c0dd6fcda5e4a1875cbaad1a0f01dc5119/django_humans_txt-0.2.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "614f93b9666858f1c6e9d29540fca0b7", "sha256": "bd35f1189e35081ce603253bbbbcd80413c7b8584ad827da3107ec325110e47d" }, "downloads": -1, "filename": "django-humans-txt-0.2.6.zip", "has_sig": true, "md5_digest": "614f93b9666858f1c6e9d29540fca0b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44151, "upload_time": "2019-08-26T17:51:36", "upload_time_iso_8601": "2019-08-26T17:51:36.184608Z", "url": "https://files.pythonhosted.org/packages/f4/aa/d7b57015240460d1d6035e89b313564795c379c7f3559955d1ef62afc165/django-humans-txt-0.2.6.zip", "yanked": false, "yanked_reason": null } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "5f2c116532dee73e49fd2ece1b29b20d", "sha256": "22a6aeb8359f5c5595665ade9bab02eb28e4e265ad0ad72156a4f94922991080" }, "downloads": -1, "filename": "django_humans_txt-0.2.7-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5f2c116532dee73e49fd2ece1b29b20d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35595, "upload_time": "2019-08-26T17:55:35", "upload_time_iso_8601": "2019-08-26T17:55:35.114965Z", "url": "https://files.pythonhosted.org/packages/80/3f/dd0a6e6195486a6efd029ec7c47bb49a71ca2a400bb503de76dd2837faa2/django_humans_txt-0.2.7-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9071348f75e5b13c1663cc55e7cc1df7", "sha256": "c5129c168a38cc4262a9e09fde70e401e6c6138f651c8f83631607cba31205b7" }, "downloads": -1, "filename": "django-humans-txt-0.2.7.zip", "has_sig": true, "md5_digest": "9071348f75e5b13c1663cc55e7cc1df7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44157, "upload_time": "2019-08-26T17:55:36", "upload_time_iso_8601": "2019-08-26T17:55:36.766271Z", "url": "https://files.pythonhosted.org/packages/42/21/2a9eec9269a22d4aa83f17d39660bfdaa3730ba59358740127463b536c56/django-humans-txt-0.2.7.zip", "yanked": false, "yanked_reason": null } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "3fef9a435f4817491e22b9b67da2a6fa", "sha256": "1aff2ebb312b6eff9fcd122a3e0b5fdba8f4fa091c270d1da7ff8daef6f5d4b6" }, "downloads": -1, "filename": "django_humans_txt-0.2.8-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3fef9a435f4817491e22b9b67da2a6fa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35588, "upload_time": "2019-08-26T18:01:13", "upload_time_iso_8601": "2019-08-26T18:01:13.159324Z", "url": "https://files.pythonhosted.org/packages/49/54/fbd12bb3a840a7898c376ec6307a0bb376ed2abca3dbfd69e02e8a3409e0/django_humans_txt-0.2.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "09c6622ed5d692f4b676c19c0bdb7442", "sha256": "b77f20faa31798586e4ce573e558e494a4e2785af2f5a875d97a60535ea34a0b" }, "downloads": -1, "filename": "django-humans-txt-0.2.8.zip", "has_sig": true, "md5_digest": "09c6622ed5d692f4b676c19c0bdb7442", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44148, "upload_time": "2019-08-26T18:01:15", "upload_time_iso_8601": "2019-08-26T18:01:15.556543Z", "url": "https://files.pythonhosted.org/packages/a9/03/e4f1eb46e441f476c8a77254104ed192892310132ec4b245f45a060599ff/django-humans-txt-0.2.8.zip", "yanked": false, "yanked_reason": null } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "45dcc5e055c65b1308b7834e007a3d19", "sha256": "4771196687d5b49ca6205b3d9beff6f751635767142981536b7d8613b878565b" }, "downloads": -1, "filename": "django_humans_txt-0.2.9-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "45dcc5e055c65b1308b7834e007a3d19", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35587, "upload_time": "2019-08-26T21:28:25", "upload_time_iso_8601": "2019-08-26T21:28:25.073714Z", "url": "https://files.pythonhosted.org/packages/b3/7b/b55a1c61f3707355a2e7b23133a04803908b4d866f6c10eb44e99eac363a/django_humans_txt-0.2.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "225e27b303044becacb8ded821ee55de", "sha256": "910100f1afcfcf80c20b3cdfb8e5d0cba819dc42672e731753761c9290cfade0" }, "downloads": -1, "filename": "django-humans-txt-0.2.9.zip", "has_sig": true, "md5_digest": "225e27b303044becacb8ded821ee55de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44152, "upload_time": "2019-08-26T21:28:26", "upload_time_iso_8601": "2019-08-26T21:28:26.620401Z", "url": "https://files.pythonhosted.org/packages/68/fb/106d611862967bbbce647f089295e739cf06a634cb7ad2643ad452386e40/django-humans-txt-0.2.9.zip", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6dd04d2e55d42fb270bca1ff4d01cdca", "sha256": "9f575c2775a3bf5eb4e9f5da50269f0bf70156fab152860516426b5c6547b9b8" }, "downloads": -1, "filename": "django_humans_txt-0.3.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "6dd04d2e55d42fb270bca1ff4d01cdca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29413, "upload_time": "2019-08-31T16:16:11", "upload_time_iso_8601": "2019-08-31T16:16:11.532256Z", "url": "https://files.pythonhosted.org/packages/04/2d/7888dda77e21ea35971794988ddde2de8982cca0364e169f82096ce25e48/django_humans_txt-0.3.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f2c235608980aa1b314300c57b9a2dd", "sha256": "c3a31885f04cbf9e16e34aae5ce02aa4fc4d83c2dc8250b88d6dc5035f498eb1" }, "downloads": -1, "filename": "django-humans-txt-0.3.0.zip", "has_sig": true, "md5_digest": "2f2c235608980aa1b314300c57b9a2dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37614, "upload_time": "2019-08-31T16:16:13", "upload_time_iso_8601": "2019-08-31T16:16:13.570876Z", "url": "https://files.pythonhosted.org/packages/15/96/f97bd044071a2745ec5de75b23348243fc9b5f41a3563f0b8c73d1f2648f/django-humans-txt-0.3.0.zip", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "73196eb890fa9e6e76da912a5473807d", "sha256": "4aacb85bde2a844564ef16e211909ff953598b6253d8da5467cbbeb11fb97a66" }, "downloads": -1, "filename": "django_humans_txt-0.3.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "73196eb890fa9e6e76da912a5473807d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29414, "upload_time": "2019-08-31T16:23:58", "upload_time_iso_8601": "2019-08-31T16:23:58.980471Z", "url": "https://files.pythonhosted.org/packages/0f/13/3afe10d1a477ccc530e7c701bcfbde3463260ed9d5e8c5854d02c933ff63/django_humans_txt-0.3.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "405076f345557df70b1d023e51ac5c25", "sha256": "b408737f7df5cc2149d7634f7131e254b3f9a43864631cda28723582214f4eba" }, "downloads": -1, "filename": "django-humans-txt-0.3.1.zip", "has_sig": true, "md5_digest": "405076f345557df70b1d023e51ac5c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37614, "upload_time": "2019-08-31T16:24:00", "upload_time_iso_8601": "2019-08-31T16:24:00.971273Z", "url": "https://files.pythonhosted.org/packages/2b/bf/120f31f46cfbd6d560295d234d524220a76296b895e630f9a0029651e608/django-humans-txt-0.3.1.zip", "yanked": false, "yanked_reason": null } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "28797173a2cf4c2d4cff21b176298ab4", "sha256": "5340c5508c0b9b22d760a807125b2f6efc0887bf87d5bfc91d068794681b65d0" }, "downloads": -1, "filename": "django_humans_txt-0.3.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "28797173a2cf4c2d4cff21b176298ab4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30377, "upload_time": "2019-08-31T19:15:35", "upload_time_iso_8601": "2019-08-31T19:15:35.477421Z", "url": "https://files.pythonhosted.org/packages/de/ea/8fa8996350162bf5e6839b1ec98eb309f50c57133bf40358c617c3677ae6/django_humans_txt-0.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e181545db38632a92ec9293be987dff", "sha256": "e074e3ed0a166afcf37bce9344ee5cd56d81e0fa6fb9327a156aaafca92d27f2" }, "downloads": -1, "filename": "django-humans-txt-0.3.2.zip", "has_sig": true, "md5_digest": "2e181545db38632a92ec9293be987dff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38707, "upload_time": "2019-08-31T19:15:37", "upload_time_iso_8601": "2019-08-31T19:15:37.607474Z", "url": "https://files.pythonhosted.org/packages/ce/63/564954fd30ef11db4d7ba3302d34adadedc4c5b9355c4d08f8ebaecb4000/django-humans-txt-0.3.2.zip", "yanked": false, "yanked_reason": null } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "e0950211baec637fd6e264284a903265", "sha256": "cde57ba6fcc2bbfad822146631cedbf508d6db3ba4d3f7f922d4b324987aaba0" }, "downloads": -1, "filename": "django_humans_txt-0.3.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e0950211baec637fd6e264284a903265", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30418, "upload_time": "2019-08-31T21:41:55", "upload_time_iso_8601": "2019-08-31T21:41:55.948663Z", "url": "https://files.pythonhosted.org/packages/79/5c/cf91c2c5fae6116eeaf4d288aced3ef02ad393a4f710745b73fcb9c7617c/django_humans_txt-0.3.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e8e8f342f232159274f688c284c73651", "sha256": "c846e485d51c3e81510432dfe7677ead96d2e47963d6c56b0b05bdfcaf505353" }, "downloads": -1, "filename": "django-humans-txt-0.3.3.zip", "has_sig": true, "md5_digest": "e8e8f342f232159274f688c284c73651", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38827, "upload_time": "2019-08-31T21:41:58", "upload_time_iso_8601": "2019-08-31T21:41:58.057344Z", "url": "https://files.pythonhosted.org/packages/57/84/69361f5eea091c768edfcf317c61a45d58cebe6ca0ab57981c819b939796/django-humans-txt-0.3.3.zip", "yanked": false, "yanked_reason": null } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "347e701d983721231b2c787bdd11b647", "sha256": "3e843ae74bdfb6c2784cd228a1e9ee263d0cbfa5ad5a11604390dd577f92fe40" }, "downloads": -1, "filename": "django_humans_txt-0.3.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "347e701d983721231b2c787bdd11b647", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30424, "upload_time": "2019-09-04T22:04:43", "upload_time_iso_8601": "2019-09-04T22:04:43.789204Z", "url": "https://files.pythonhosted.org/packages/b3/11/564103ea80feb1229e43bd66fbae673a617b4133319a76ee7cb9496de911/django_humans_txt-0.3.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1f01949d8d78b3b10e3d2d3389fdc17a", "sha256": "65fcd178a39cbb3ebb02c4e0442ea961f662e60b0bd37cd0b89827661211e8b9" }, "downloads": -1, "filename": "django-humans-txt-0.3.4.zip", "has_sig": true, "md5_digest": "1f01949d8d78b3b10e3d2d3389fdc17a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38829, "upload_time": "2019-09-04T22:04:45", "upload_time_iso_8601": "2019-09-04T22:04:45.334877Z", "url": "https://files.pythonhosted.org/packages/95/22/1adcc34be37d1be5c717af16a1e3fdcd70c6b8ac163f26d006d6c351814c/django-humans-txt-0.3.4.zip", "yanked": false, "yanked_reason": null } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "cd8ca020704e2edd72c0b2d5c0c9315c", "sha256": "2522e3da3731fab02d9cc0c6b4566766664a4bf0bc9a1e32bbb9c32400867708" }, "downloads": -1, "filename": "django_humans_txt-0.3.5-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "cd8ca020704e2edd72c0b2d5c0c9315c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30427, "upload_time": "2019-09-10T22:05:27", "upload_time_iso_8601": "2019-09-10T22:05:27.369335Z", "url": "https://files.pythonhosted.org/packages/41/6a/013e5dd9c89c83fbc37ccbcb1b8717c1c4805a8b00e299b2726e2a69a07a/django_humans_txt-0.3.5-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9bb475de5185e45aeabb96a076cf259a", "sha256": "d21a4f732ad12c84111d1a10a9740eb57729eef019ac570a8cff31d33b74d243" }, "downloads": -1, "filename": "django-humans-txt-0.3.5.zip", "has_sig": true, "md5_digest": "9bb475de5185e45aeabb96a076cf259a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38837, "upload_time": "2019-09-10T22:05:29", "upload_time_iso_8601": "2019-09-10T22:05:29.540084Z", "url": "https://files.pythonhosted.org/packages/ce/69/58b031578e2ed8ed87ff1cfd3b44af7ebe240febc66ff47a2728941a6f8b/django-humans-txt-0.3.5.zip", "yanked": false, "yanked_reason": null } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "2acd977e8c8c887fed6d1b1f9bc614d3", "sha256": "c28972476df4144b1d9ad0fda695ad8f35b47332286cc3fb81e5738727fbee26" }, "downloads": -1, "filename": "django_humans_txt-0.3.6-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "2acd977e8c8c887fed6d1b1f9bc614d3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30426, "upload_time": "2019-09-17T17:30:59", "upload_time_iso_8601": "2019-09-17T17:30:59.800256Z", "url": "https://files.pythonhosted.org/packages/3b/c8/55b012e28b77fdcd00846e7bb261f2d73f2c09be2ec3694eea198ea5b3a8/django_humans_txt-0.3.6-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5c96da6fbe5eab0e3dab5c8486266fd4", "sha256": "c6a7a468df27f444d8cd44b9656f6506763ecdce5d6f081b8ee1b35a87bba83f" }, "downloads": -1, "filename": "django-humans-txt-0.3.6.zip", "has_sig": true, "md5_digest": "5c96da6fbe5eab0e3dab5c8486266fd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38822, "upload_time": "2019-09-17T17:31:02", "upload_time_iso_8601": "2019-09-17T17:31:02.201283Z", "url": "https://files.pythonhosted.org/packages/2f/a2/0919eafcb2958102ef5d5e5af305a3540fb7fd0d9890cdddc30438d7765a/django-humans-txt-0.3.6.zip", "yanked": false, "yanked_reason": null } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "adace46c48fc6768906a82c5371ea656", "sha256": "a71392068cbbfba94486bf379b24258fc3ec990ff6358f581968e4657aa97731" }, "downloads": -1, "filename": "django_humans_txt-0.3.8-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "adace46c48fc6768906a82c5371ea656", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30419, "upload_time": "2019-09-25T21:12:22", "upload_time_iso_8601": "2019-09-25T21:12:22.778787Z", "url": "https://files.pythonhosted.org/packages/02/2a/7200ddecf7820fba1d19114d94eb28553e432657d04a84bfadb159102e6d/django_humans_txt-0.3.8-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4582750c40cfe22afb3c2bd5d9e9d672", "sha256": "2391965fd24201ebd6b680b085639b46e5a1b04e76554fa903cc23bbe11951e9" }, "downloads": -1, "filename": "django-humans-txt-0.3.8.zip", "has_sig": true, "md5_digest": "4582750c40cfe22afb3c2bd5d9e9d672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38827, "upload_time": "2019-09-25T21:12:25", "upload_time_iso_8601": "2019-09-25T21:12:25.347158Z", "url": "https://files.pythonhosted.org/packages/a2/b1/07307ab050b2264d1c01cf5ce1440290612654fdd6782f18a677cf122d9d/django-humans-txt-0.3.8.zip", "yanked": false, "yanked_reason": null } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "97e80f477271a550a207fa87b14a5138", "sha256": "ddecded79c84084b7a343d3f924a0bcdcda2bb35cf6cdbabd007ff76283886a2" }, "downloads": -1, "filename": "django_humans_txt-0.3.9-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "97e80f477271a550a207fa87b14a5138", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30423, "upload_time": "2019-10-02T19:36:37", "upload_time_iso_8601": "2019-10-02T19:36:37.378789Z", "url": "https://files.pythonhosted.org/packages/8a/11/4ab4ab22da056dfe06dfdf635c2d206589ea9d029587683f890a311e8207/django_humans_txt-0.3.9-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cb2d66c01f79d478d98deaf5959e6ec", "sha256": "84ac7f40544b449adbe8d272fddc2c9b008c8bca399a1fe33b7e9db587623b81" }, "downloads": -1, "filename": "django-humans-txt-0.3.9.zip", "has_sig": true, "md5_digest": "8cb2d66c01f79d478d98deaf5959e6ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38827, "upload_time": "2019-10-02T19:36:39", "upload_time_iso_8601": "2019-10-02T19:36:39.602775Z", "url": "https://files.pythonhosted.org/packages/e5/fb/800da93c9e5f31e1bda4e5440f8e83b36847e1ce85c452c7e5ec8b095ec7/django-humans-txt-0.3.9.zip", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "a6e6f295338f701336f95009d6d47db4", "sha256": "320e2ba0a10d824bb0a5f8e36e09be9e1d6e94cdddbabecc5108042cec3407e7" }, "downloads": -1, "filename": "django_humans_txt-0.4.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a6e6f295338f701336f95009d6d47db4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30434, "upload_time": "2019-10-07T07:46:07", "upload_time_iso_8601": "2019-10-07T07:46:07.922025Z", "url": "https://files.pythonhosted.org/packages/5e/49/8cd6a553d81c499c5ad4cbbe23be35e81fcdca743dd08c23a22a52a9441e/django_humans_txt-0.4.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "34146a35d867c49237c2a34a9e408b1f", "sha256": "c87d3d35abcd173a4cf5a514fe58d4b0c7e5cca12b5c96e5f5a92c15372c9fb0" }, "downloads": -1, "filename": "django-humans-txt-0.4.0.zip", "has_sig": true, "md5_digest": "34146a35d867c49237c2a34a9e408b1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38872, "upload_time": "2019-10-07T07:46:10", "upload_time_iso_8601": "2019-10-07T07:46:10.117146Z", "url": "https://files.pythonhosted.org/packages/ff/73/12841e6ea9c82e486b755a3bbc21c1adb025a23c43431dfb5085217adeae/django-humans-txt-0.4.0.zip", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "473eb3e37513681dfa80f8f5ea3bb6db", "sha256": "cd7b62b2ef4da7520f9a6c04d4bcae9a35194a919584b1f0b859e6c52d6972d6" }, "downloads": -1, "filename": "django_humans_txt-0.5.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "473eb3e37513681dfa80f8f5ea3bb6db", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30440, "upload_time": "2019-10-08T05:20:22", "upload_time_iso_8601": "2019-10-08T05:20:22.277528Z", "url": "https://files.pythonhosted.org/packages/11/6c/00697ebb29a911947d8e29af6f54654a3df3560fb642c0ecd82600443637/django_humans_txt-0.5.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a46281d61cb84ae13086061ede611d6b", "sha256": "c452ae1d9c89dd157cc1a3412365f246d7625cdd7c39feb907f715fc369f4ef8" }, "downloads": -1, "filename": "django-humans-txt-0.5.0.zip", "has_sig": true, "md5_digest": "a46281d61cb84ae13086061ede611d6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39179, "upload_time": "2019-10-08T05:20:24", "upload_time_iso_8601": "2019-10-08T05:20:24.570110Z", "url": "https://files.pythonhosted.org/packages/74/bc/cb50b41eebedf8167dff0d7d2afbf1580684e59c35baeacf85bdc8e75534/django-humans-txt-0.5.0.zip", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "3edbb7558820729ec1d5ec4cb021beff", "sha256": "787f9a04e7e7d558a6d004995962b0bcd210cc2dc38396b714301b1b59a03a6c" }, "downloads": -1, "filename": "django_humans_txt-0.5.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "3edbb7558820729ec1d5ec4cb021beff", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30438, "upload_time": "2019-10-08T10:46:41", "upload_time_iso_8601": "2019-10-08T10:46:41.606806Z", "url": "https://files.pythonhosted.org/packages/04/80/88038f58aba3c87af44a0266eee62925211f5938e59aaf9e7117eb22f182/django_humans_txt-0.5.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "11001d3e83847c775300dc162509f346", "sha256": "b7db2f4833deeef2f6a5ccc4e315e23ae36bd6d5aca70a17039f35fba36d8049" }, "downloads": -1, "filename": "django_humans_txt-0.5.1-py3-none-any.whl", "has_sig": true, "md5_digest": "11001d3e83847c775300dc162509f346", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 30432, "upload_time": "2019-10-14T09:01:26", "upload_time_iso_8601": "2019-10-14T09:01:26.671911Z", "url": "https://files.pythonhosted.org/packages/ca/ca/f7210f8e11beeaab2eb84117d9b208bb78e26a154a377dce82c8bc922650/django_humans_txt-0.5.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3ef9128d1f1ed5e1fdb8f913948fe1e", "sha256": "965f3dd60a8a770ea861861300bbdd6bc40f520411025fa1976f9192134a20c4" }, "downloads": -1, "filename": "django-humans-txt-0.5.1.zip", "has_sig": true, "md5_digest": "c3ef9128d1f1ed5e1fdb8f913948fe1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39170, "upload_time": "2019-10-08T10:46:43", "upload_time_iso_8601": "2019-10-08T10:46:43.778981Z", "url": "https://files.pythonhosted.org/packages/84/21/60c549f7e90488df21b3b465a9f9d8c2db8ce3e5bd76446e96e724fd40b8/django-humans-txt-0.5.1.zip", "yanked": false, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "4b2b4712080ba51a69d6dcb07a01f1dd", "sha256": "12fc5caf4c7d70cb6f179107a8c7aec5437f61f32b80e58c47b505a38a0acfd2" }, "downloads": -1, "filename": "django_humans_txt-0.6.0-py3-none-any.whl", "has_sig": true, "md5_digest": "4b2b4712080ba51a69d6dcb07a01f1dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 30443, "upload_time": "2019-10-14T09:32:24", "upload_time_iso_8601": "2019-10-14T09:32:24.695901Z", "url": "https://files.pythonhosted.org/packages/93/c7/801243ad2cdd4274bfdd2f7df03e6f024a017b8e68f00ce69eb6de9a76bc/django_humans_txt-0.6.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce1aeca58fcbfed6bba5d7dab0d70dfc", "sha256": "770a4a495bd468f64bb202f912248cf55904e8f440291ca62cd50f62888b4207" }, "downloads": -1, "filename": "django-humans-txt-0.6.0.zip", "has_sig": true, "md5_digest": "ce1aeca58fcbfed6bba5d7dab0d70dfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39197, "upload_time": "2019-10-14T09:32:26", "upload_time_iso_8601": "2019-10-14T09:32:26.898785Z", "url": "https://files.pythonhosted.org/packages/3a/8c/81022433b458a322fd2c184bb6d723cd6a02d8cda3fd4b7435e37ffcb444/django-humans-txt-0.6.0.zip", "yanked": false, "yanked_reason": null } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "b9b0a9184e36cdeaae6c61640976ec29", "sha256": "2a39a1cb18750dc6adecb09a405d9c48b1bc2ac1dbf82991136eb85f03f277d8" }, "downloads": -1, "filename": "django_humans_txt-0.6.1-py3-none-any.whl", "has_sig": true, "md5_digest": "b9b0a9184e36cdeaae6c61640976ec29", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 30441, "upload_time": "2019-10-17T17:17:41", "upload_time_iso_8601": "2019-10-17T17:17:41.523313Z", "url": "https://files.pythonhosted.org/packages/77/28/0b304081e46dd327289b21880a7504276905414b0fbbf97f45bdc84c12d5/django_humans_txt-0.6.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8cc45490e795edd7b21749c3dbc9267d", "sha256": "71d4c3c08ace2fc147ff2864d28efa546a188e973ac89121f56b74f28ccbf137" }, "downloads": -1, "filename": "django-humans-txt-0.6.1.zip", "has_sig": true, "md5_digest": "8cc45490e795edd7b21749c3dbc9267d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39194, "upload_time": "2019-10-17T17:17:44", "upload_time_iso_8601": "2019-10-17T17:17:44.154787Z", "url": "https://files.pythonhosted.org/packages/ff/ce/d004a65fc6fe583328149521fcf000b9896b935099fe28bf2e85dcfd9d6b/django-humans-txt-0.6.1.zip", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "2826dc41f8fb7e0b8623cfb8ea4bd5e4", "sha256": "6616f06f91c4444592471aacdce38eaaa88e63779aae59bbbf9f231c955f92e1" }, "downloads": -1, "filename": "django_humans_txt-0.7.0-py3-none-any.whl", "has_sig": true, "md5_digest": "2826dc41f8fb7e0b8623cfb8ea4bd5e4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32503, "upload_time": "2019-10-22T17:28:14", "upload_time_iso_8601": "2019-10-22T17:28:14.053328Z", "url": "https://files.pythonhosted.org/packages/af/c4/9c1899a9d46befe040b16e664a0d558f8fb49390e51c5db05169f3cff35f/django_humans_txt-0.7.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f88414a999c17ed22cbbc423a902b419", "sha256": "3272db6a5c87cd8840f694ce950823d31fd999d140b96936920bfd0e08d82f85" }, "downloads": -1, "filename": "django-humans-txt-0.7.0.zip", "has_sig": true, "md5_digest": "f88414a999c17ed22cbbc423a902b419", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41297, "upload_time": "2019-10-22T17:28:16", "upload_time_iso_8601": "2019-10-22T17:28:16.274153Z", "url": "https://files.pythonhosted.org/packages/3d/93/65fe32e34e50fa8ec077f629a2dbe00eb570f25f17dd2216a6dc782ea288/django-humans-txt-0.7.0.zip", "yanked": false, "yanked_reason": null } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "92a4f5493074ace166de2040c8d258e1", "sha256": "89b5be9ef8cfd766f22936c7af942bb27c93ce4f61e6497b7a86e78920488de1" }, "downloads": -1, "filename": "django_humans_txt-0.7.1-py3-none-any.whl", "has_sig": true, "md5_digest": "92a4f5493074ace166de2040c8d258e1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32512, "upload_time": "2019-10-22T19:58:35", "upload_time_iso_8601": "2019-10-22T19:58:35.494819Z", "url": "https://files.pythonhosted.org/packages/c4/9e/500a731f4d7873bd577e692156106ef8cefccf1ce456334a9aaea11f1638/django_humans_txt-0.7.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e6f76a057afb43ef395e7e6f4413faf0", "sha256": "181a26c9036a1ff4743cd251d9165130aeb6bbbd3d4e5a514f0c8e964eda99fc" }, "downloads": -1, "filename": "django-humans-txt-0.7.1.zip", "has_sig": true, "md5_digest": "e6f76a057afb43ef395e7e6f4413faf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41303, "upload_time": "2019-10-22T19:58:38", "upload_time_iso_8601": "2019-10-22T19:58:38.347503Z", "url": "https://files.pythonhosted.org/packages/56/b6/4a877e13dc17224a3b5aa65ec41efe64c5fdcdcc2e731ab4533c20ef4962/django-humans-txt-0.7.1.zip", "yanked": false, "yanked_reason": null } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "e170a14762184ae9fd0cb36f8cff8158", "sha256": "a4ba8079c85a557be88e26dc72f953a7cc468dfd9c00ec0c65736df56c9c361f" }, "downloads": -1, "filename": "django_humans_txt-0.8.0-py3-none-any.whl", "has_sig": true, "md5_digest": "e170a14762184ae9fd0cb36f8cff8158", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32603, "upload_time": "2019-11-02T11:34:51", "upload_time_iso_8601": "2019-11-02T11:34:51.438164Z", "url": "https://files.pythonhosted.org/packages/53/51/6dfd58948134be5e45a1db64da268aee47a1555d89a8550e8d0f62b631e2/django_humans_txt-0.8.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c44ed77a2b249d1a17da31ce5dc0a3f", "sha256": "472e99d93669cc37b8c51229a47c2d1961e09c5cdb2d6fe84781f6e427b8fc65" }, "downloads": -1, "filename": "django-humans-txt-0.8.0.zip", "has_sig": true, "md5_digest": "4c44ed77a2b249d1a17da31ce5dc0a3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41478, "upload_time": "2019-11-02T11:34:53", "upload_time_iso_8601": "2019-11-02T11:34:53.757666Z", "url": "https://files.pythonhosted.org/packages/01/89/002c1ad4af5a90901178cf7adb62f5144dd7ea7571bf93e6e71f1c7538c8/django-humans-txt-0.8.0.zip", "yanked": false, "yanked_reason": null } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "fa2330f1f756012f73d04b51995d5345", "sha256": "ff2699b21eb991ba767ecd06b27e2dd4038d9dd62065923c932c58111a89b736" }, "downloads": -1, "filename": "django_humans_txt-0.8.1-py3-none-any.whl", "has_sig": true, "md5_digest": "fa2330f1f756012f73d04b51995d5345", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32599, "upload_time": "2019-11-02T16:13:33", "upload_time_iso_8601": "2019-11-02T16:13:33.187623Z", "url": "https://files.pythonhosted.org/packages/8c/45/4e945576d58ebd0c2cdad068cd8dbde6898d6e942692007c7b3fc621fd9b/django_humans_txt-0.8.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b1a92cc1e476a7558d9da3fcbbbea413", "sha256": "53ce305facf25195cc08c160f064efe0f2e82fc4666ebf1433b21af1066cba3a" }, "downloads": -1, "filename": "django-humans-txt-0.8.1.zip", "has_sig": true, "md5_digest": "b1a92cc1e476a7558d9da3fcbbbea413", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41471, "upload_time": "2019-11-02T16:13:35", "upload_time_iso_8601": "2019-11-02T16:13:35.151864Z", "url": "https://files.pythonhosted.org/packages/05/02/eea73631f870fbde91bd597fc078ef3e130aae8409f14abc7197ff74c3c6/django-humans-txt-0.8.1.zip", "yanked": false, "yanked_reason": null } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "d1cd481ca3945935967b1f3507a24b4f", "sha256": "ed2b999a39dcddcb1af8fe3b54ff48eb8394fa65ac35b06417379a8ca1199c3e" }, "downloads": -1, "filename": "django_humans_txt-0.8.2-py3-none-any.whl", "has_sig": true, "md5_digest": "d1cd481ca3945935967b1f3507a24b4f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32600, "upload_time": "2019-11-16T13:27:28", "upload_time_iso_8601": "2019-11-16T13:27:28.957351Z", "url": "https://files.pythonhosted.org/packages/1c/e8/8c5b49e1b539c2e7fb8c8bc28f9e725718b15ec5db9cdc702e039bf0d27d/django_humans_txt-0.8.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b9c992962a1e4ff9e29b67f6d69353e1", "sha256": "da82d349465678ef3507982a75765e19666dfd760c72d8ffa489e2261c83ae93" }, "downloads": -1, "filename": "django-humans-txt-0.8.2.zip", "has_sig": true, "md5_digest": "b9c992962a1e4ff9e29b67f6d69353e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41465, "upload_time": "2019-11-16T13:27:31", "upload_time_iso_8601": "2019-11-16T13:27:31.293754Z", "url": "https://files.pythonhosted.org/packages/df/89/2586c0c8ffa8dff5b7bd31b1449914ab3cc7c99514d221f0e27f5f219e48/django-humans-txt-0.8.2.zip", "yanked": false, "yanked_reason": null } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "2981100aeac8f251792986d306459900", "sha256": "0f8984133be6eb7a197d975f2ef0145b62316eb758326dbe3c1cb115a69bf1a5" }, "downloads": -1, "filename": "django_humans_txt-0.8.3-py3-none-any.whl", "has_sig": true, "md5_digest": "2981100aeac8f251792986d306459900", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32605, "upload_time": "2019-11-16T22:39:40", "upload_time_iso_8601": "2019-11-16T22:39:40.359878Z", "url": "https://files.pythonhosted.org/packages/7f/41/7bba3150ee07a18990b7ba333e746a9799d372ff6211db421a32f1321eee/django_humans_txt-0.8.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4d57c3f667494f25aa0a61d361bb285b", "sha256": "bdf928471bf9e22d0fb1ed9c5f1d8860bb2dbc6454378d20d1671642590837c8" }, "downloads": -1, "filename": "django-humans-txt-0.8.3.zip", "has_sig": true, "md5_digest": "4d57c3f667494f25aa0a61d361bb285b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41469, "upload_time": "2019-11-16T22:39:42", "upload_time_iso_8601": "2019-11-16T22:39:42.724500Z", "url": "https://files.pythonhosted.org/packages/de/84/d490c99401ef930cccae828b2e71465c23d384f8c56e1150575dbcb7fc37/django-humans-txt-0.8.3.zip", "yanked": false, "yanked_reason": null } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "d54ea78de66375b94c68447e46c516f2", "sha256": "0327d5c77ca4295b39d48d906c9a468346c0f802c8d1b7bc21c9b433e68959ea" }, "downloads": -1, "filename": "django_humans_txt-0.8.4-py3-none-any.whl", "has_sig": true, "md5_digest": "d54ea78de66375b94c68447e46c516f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32608, "upload_time": "2019-11-23T16:58:31", "upload_time_iso_8601": "2019-11-23T16:58:31.245897Z", "url": "https://files.pythonhosted.org/packages/1a/fa/453859c53cb6185d0d7bd371f5bb4659294633579e16e945ed751b355508/django_humans_txt-0.8.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1c14fef04b889e07200d16df6381ab13", "sha256": "b84ea44ea61051028ac7cfc8a520c36317cbef8d512eea7929cf349d7b427a8f" }, "downloads": -1, "filename": "django-humans-txt-0.8.4.zip", "has_sig": true, "md5_digest": "1c14fef04b889e07200d16df6381ab13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41472, "upload_time": "2019-11-23T16:58:33", "upload_time_iso_8601": "2019-11-23T16:58:33.228607Z", "url": "https://files.pythonhosted.org/packages/91/f2/b7b1ef236dcde4d753b77d0d5dfdf58140adfaf8dfa2d1bbf9a9ab36336c/django-humans-txt-0.8.4.zip", "yanked": false, "yanked_reason": null } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "402b33c7b16bb9fd27f0890155e28cf1", "sha256": "f683eb77964a716a703d2519e078a518db1c69e1e3113c6727a2d76f9456482d" }, "downloads": -1, "filename": "django_humans_txt-0.8.5-py3-none-any.whl", "has_sig": true, "md5_digest": "402b33c7b16bb9fd27f0890155e28cf1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32599, "upload_time": "2019-11-27T18:12:19", "upload_time_iso_8601": "2019-11-27T18:12:19.272963Z", "url": "https://files.pythonhosted.org/packages/9c/64/8f022e137487598f8bd057755b0289b8506cbcfc7ce4fe28694c1719fbc8/django_humans_txt-0.8.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4ac76acff352976ef7eab17058104eb", "sha256": "46fb9e1b31e1f61feb061091cfd9b9059b210cda5dac2fdd62362bf6de727f40" }, "downloads": -1, "filename": "django-humans-txt-0.8.5.zip", "has_sig": true, "md5_digest": "f4ac76acff352976ef7eab17058104eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41467, "upload_time": "2019-11-27T18:12:41", "upload_time_iso_8601": "2019-11-27T18:12:41.568916Z", "url": "https://files.pythonhosted.org/packages/0e/43/9e4b6344b3bc8e6eb5875e48b1dc143df533f05879fe57b673cf1234456b/django-humans-txt-0.8.5.zip", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "769d6a6ed0da8898449b447fb5082a25", "sha256": "e89c9d5d7fa548851e66e23d36f333f606f83c23fa9bc159fcd7e6be5ab84acf" }, "downloads": -1, "filename": "django_humans_txt-0.9.0-py3-none-any.whl", "has_sig": true, "md5_digest": "769d6a6ed0da8898449b447fb5082a25", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32557, "upload_time": "2019-12-11T22:34:22", "upload_time_iso_8601": "2019-12-11T22:34:22.839753Z", "url": "https://files.pythonhosted.org/packages/5a/50/6e331a307df4411c127616997aed3b7ef74ffd76e6083c13251d5ee9f2d7/django_humans_txt-0.9.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c1b355e7091552562870c63ca5a43529", "sha256": "b086f0055623225ef05718ea7683c06282e01cc7e6dfff46dfd5a6177b8a3fba" }, "downloads": -1, "filename": "django-humans-txt-0.9.0.zip", "has_sig": true, "md5_digest": "c1b355e7091552562870c63ca5a43529", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41428, "upload_time": "2019-12-11T22:34:24", "upload_time_iso_8601": "2019-12-11T22:34:24.881152Z", "url": "https://files.pythonhosted.org/packages/4a/8d/cff79cdcd94dd437dd1d0701cd38359ed9dde0ad8f98861c7c3c556c3741/django-humans-txt-0.9.0.zip", "yanked": false, "yanked_reason": null } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "9ba9439a0f7a880b0b082ffbe54d87b8", "sha256": "74d17e219fcaca2c3409cd7de215fc01ae4babc8aae07c06eb2d28d573ec247a" }, "downloads": -1, "filename": "django_humans_txt-0.9.1-py3-none-any.whl", "has_sig": true, "md5_digest": "9ba9439a0f7a880b0b082ffbe54d87b8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32551, "upload_time": "2019-12-17T05:59:20", "upload_time_iso_8601": "2019-12-17T05:59:20.628474Z", "url": "https://files.pythonhosted.org/packages/96/e1/174d72bd0d0e3489e0d1d72928ae25ba43d8b0ba616562b2be70eb7c5761/django_humans_txt-0.9.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fa552fd59d66df8bfc6ae418d88014ee", "sha256": "792fd3193ee5d426833f5e03dd44b184da2e6c517586eaab79575829160ec5c5" }, "downloads": -1, "filename": "django-humans-txt-0.9.1.zip", "has_sig": true, "md5_digest": "fa552fd59d66df8bfc6ae418d88014ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41422, "upload_time": "2019-12-17T05:59:22", "upload_time_iso_8601": "2019-12-17T05:59:22.553085Z", "url": "https://files.pythonhosted.org/packages/47/e9/bbd5613211eb032adfab70aa043968e271020e005243c44bcc0995f90df6/django-humans-txt-0.9.1.zip", "yanked": false, "yanked_reason": null } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "7f47b7f77b5ee300684cd46b85dde53c", "sha256": "125ed4437d1ec09605a0c4a59ffcf25e29e0ab7e1bb5f17e45d6a45337d354aa" }, "downloads": -1, "filename": "django_humans_txt-0.9.2-py3-none-any.whl", "has_sig": true, "md5_digest": "7f47b7f77b5ee300684cd46b85dde53c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32552, "upload_time": "2020-01-05T18:35:18", "upload_time_iso_8601": "2020-01-05T18:35:18.620447Z", "url": "https://files.pythonhosted.org/packages/2f/68/e270ff5d21ab6c0f0e0aa3134d1439545608b67d64d96eef713555023755/django_humans_txt-0.9.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "205f1c04c57d775e3ee5c8be2c2627de", "sha256": "8b2af60539d73ef9793de52c7da3013f3c870a32f85f5a43b0fbb04dbf88aa4a" }, "downloads": -1, "filename": "django-humans-txt-0.9.2.zip", "has_sig": true, "md5_digest": "205f1c04c57d775e3ee5c8be2c2627de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41429, "upload_time": "2020-01-05T18:35:20", "upload_time_iso_8601": "2020-01-05T18:35:20.762947Z", "url": "https://files.pythonhosted.org/packages/40/fb/de343bc3b39f310522490559bec628a0362a0db02cb7766e29020647524e/django-humans-txt-0.9.2.zip", "yanked": false, "yanked_reason": null } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "605f8b8ddcb0bfd9b89df0cd4613ec4f", "sha256": "fae09ab4416e205ca8f44c570629a736976dbddd33ab0cb0a4b52cc498bb853b" }, "downloads": -1, "filename": "django_humans_txt-0.9.3-py3-none-any.whl", "has_sig": true, "md5_digest": "605f8b8ddcb0bfd9b89df0cd4613ec4f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32560, "upload_time": "2020-01-19T12:08:59", "upload_time_iso_8601": "2020-01-19T12:08:59.633087Z", "url": "https://files.pythonhosted.org/packages/61/03/17bb78524c7a22d1e02f516249e8d11165fb05e2392698a3fcbb91609356/django_humans_txt-0.9.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb669ac3d0475a412643bd1349861a9d", "sha256": "f749fba03502277d1416dc670227055a9c61e9a29c1cf7470ebdb40c637bb4fa" }, "downloads": -1, "filename": "django-humans-txt-0.9.3.zip", "has_sig": true, "md5_digest": "bb669ac3d0475a412643bd1349861a9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41437, "upload_time": "2020-01-19T12:09:02", "upload_time_iso_8601": "2020-01-19T12:09:02.069470Z", "url": "https://files.pythonhosted.org/packages/ac/37/b0598b9889be514c760161600da206e7a1002df9be259fc2767b1ee06fca/django-humans-txt-0.9.3.zip", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2fd1e9c1182368bfc68b89e272415ff3", "sha256": "7a402c155e642e85a2370abbbab31e0af8dfa556f07287dff7bb236a3b8a5c6f" }, "downloads": -1, "filename": "django_humans_txt-0.16.2-py3-none-any.whl", "has_sig": true, "md5_digest": "2fd1e9c1182368bfc68b89e272415ff3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33340, "upload_time": "2021-11-19T05:18:01", "upload_time_iso_8601": "2021-11-19T05:18:01.006572Z", "url": "https://files.pythonhosted.org/packages/f3/64/a8d6e17aa258f29c73650214ff3a58c2925957a228bb814c05c9eac9dcc3/django_humans_txt-0.16.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4f0796246da2a7ec1b20171e6696a0e", "sha256": "51dbc5bc0d02c9583f133e2bb3d4a145a7e64827021e1932fcaf4275b3da3c42" }, "downloads": -1, "filename": "django-humans-txt-0.16.2.zip", "has_sig": true, "md5_digest": "b4f0796246da2a7ec1b20171e6696a0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45152, "upload_time": "2021-11-19T05:18:03", "upload_time_iso_8601": "2021-11-19T05:18:03.234999Z", "url": "https://files.pythonhosted.org/packages/5b/40/ca9c0cca1736bb7239d3259a9a35a9e30a2ce19d75d2b3140195923154e8/django-humans-txt-0.16.2.zip", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }