{ "info": { "author": "DataPublicLu", "author_email": "info@data.public.lu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Software Distribution" ], "description": "gouvlu\n======\n\n`![Crowdin `_](https://crowdin.com/project/udata-gouvlu)\n\nOfficial udata theme of the Open Data Portal of Luxembourg\n\nUsage\n-----\n\nInstall the theme package in you udata environement:\n\n.. code-block:: bash\n\n pip install gouvlu\n\n\n\nThen, define the installed theme as current in you `udata.cfg`:\n\n.. code-block:: python\n\n THEME = 'gouvlu'\n\n\n\nconfiguration parameters\n************************\n\nSome features are optionnal and can be enabled with the following `udata.cfg` parameters\n\n- `GOUVLU_GOVBAR = True/False`: Toggle the govbar\n\n\nDevelopment\n-----------\n\nThere is a `docker-compose` configuration to get started fast.\nJust run:\n\n.. code-block:: bash\n\n docker-compose up\n\n\n\nThen go to to connect to the development server\nwith live reload.\n\nLocal setup\n***********\n\nIf you want to execute some development tasks like extracting the translations or running the test suite, you need to install the dependencies localy (in a virtualenv).\n\n.. code-block:: bash\n\n virtualenv venv\n source venv/bin/activate\n pip install -r requirements/develop.pip\n\n\n\nIf you want to build assets, you also need node.js. The prefered way is with `nvm`_:\n\n.. code-block:: bash\n\n nvm use\n npm install\n inv assets_build\n\n\n\nOk, you are ready, you can now execute some Development commands.\n\n.. code-block:: bash\n\n inv -l\n Available tasks:\n\n all Run tests, reports and packaging\n assets-build Build static assets\n assets-watch Build assets on change\n clean Cleanup all build artifacts\n cover Run tests suite with coverage\n dist Package for distribution\n i18n Extract translatable strings\n i18nc Compile translations\n pydist Perform python packaging (without compiling assets)\n qa Run a quality report\n test Run tests suite\n\n\n\nLet's execute an entire build:\n\n.. code-block:: bash\n\n inv\n\n\n\nTranslations\n------------\n\nThis project is `translated on crowdin `_.\n\nTo update the source string, you need to extract them with the `inv i18n` command and push the result on this repository.\nCrowding will detect the new string as soon as they are available on the `master` branch.\n\nCrowdin will submit a pull-request each time some translation is submitted by the contributors.\n\nReleasing\n---------\n\n`gouvlu` uses `bumpr`_ to perform release.\nSimply execute:\n\n.. code-block:: bash\n\n # Install bumpr if not already installed\n pip install bumpr\n # Dry run to preview changes\n bumpr -dv\n # Perform release\n bumpr\n\n\nBumpr will execute test, package everything, update changelog, handle tagging and push to upstream repository...\nYou just have to wait for the build to succeed and your release is available.\n\n.. _nvm: https://github.com/creationix/nvm#readme\n.. _bumpr: https://bumpr.readthedocs.io/\n\nChangelog\n=========\n\n1.1.12 (2019-05-27)\n-------------------\n\n- Nothing yet\n\n1.1.11 (2019-05-15)\n-------------------\n\n- Nothing yet\n\n1.1.10 (2019-05-08)\n-------------------\n\n- Nothing yet\n\n1.1.9 (2019-05-07)\n------------------\n\n- Nothing yet\n\n1.1.8 (2019-05-07)\n------------------\n\n- Nothing yet\n\n1.1.7 (2018-11-13)\n------------------\n\n- Nothing yet\n\n1.1.6 (2018-10-23)\n------------------\n\n- Nothing yet\n\n1.1.5 (2018-10-23)\n------------------\n\n- Nothing yet\n\n1.1.4 (2018-10-23)\n------------------\n\n- Nothing yet\n\n1.1.3 (2018-10-22)\n------------------\n\n- Nothing yet\n\n1.1.2 (2018-10-22)\n------------------\n\n- Use an assets manifest for improved caching `#102 `_\n- Expose theme assets for udata 1.6 `#102 `_\n\n1.1.1 (2018-09-11)\n------------------\n\n- Upgrade to udata 1.5.3\n\n1.1.0 (2018-07-31)\n------------------\n\n- Upgrade to udata 1.4\n\n1.0.8 (2018-07-04)\n------------------\n\n- Fix worker bug\n- Update IGSS Harvester Source\n\n1.0.7 (2018-06-27)\n------------------\n\n- Nothing yet\n\n1.0.5 (2018-06-27)\n------------------\n\n- Add Roadmap page `#88 `_\n\n1.0.4 (2018-05-08)\n------------------\n\n- Add CSV Harvester `#86 `_\n\n1.0.3 (2018-04-25)\n------------------\n\n- Add the missing topics theme\n- OEmbed cards theming `#80 `_\n- Fix the translatable header `#81 `_\n\n1.0.2\n-----\n\nUpdate udata to latest release\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/opendatalu/gouvlu", "keywords": "udata theme gouvlu", "license": "AGPL", "maintainer": "", "maintainer_email": "", "name": "gouvlu", "package_url": "https://pypi.org/project/gouvlu/", "platform": "", "project_url": "https://pypi.org/project/gouvlu/", "project_urls": { "Homepage": "https://github.com/opendatalu/gouvlu" }, "release_url": "https://pypi.org/project/gouvlu/1.3.4/", "requires_dist": [ "udata (==1.6.15)", "feedparser", "requests (==2.21.0)", "beautifulsoup4", "mock (==2.0.0) ; extra == 'test'", "pytest (==4.3.1) ; extra == 'test'", "pytest-flask (==0.14.0) ; extra == 'test'", "pytest-mock (==1.10.3) ; extra == 'test'", "pytest-sugar (==0.9.2) ; extra == 'test'", "requests-mock (==1.5.2) ; extra == 'test'", "feedgen (==0.7.0) ; extra == 'test'" ], "requires_python": "", "summary": "Official udata theme and extensions of the Open Data Portal of Luxembourg", "version": "1.3.4" }, "last_serial": 5834563, "releases": { "0.1.7.dev0": [ { "comment_text": "", "digests": { "md5": "55f7f7a0e5b7f8ad8f940b6ff98b8b59", "sha256": "1f626a1612874e9fe65e32cc6c9cb7c77f07c55d5a145d39c7ebc87f7c86cf8c" }, "downloads": -1, "filename": "gouvlu-0.1.7.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55f7f7a0e5b7f8ad8f940b6ff98b8b59", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 154750, "upload_time": "2018-02-26T14:45:31", "url": "https://files.pythonhosted.org/packages/70/c8/5a0aa7f548be9efa6a6d172c37163f085bbd17c6e18f84140e4cc689e270/gouvlu-0.1.7.dev0-py2.py3-none-any.whl" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "3fdad6f4d7b7ad0f0bbeb6b0b1aaaa67", "sha256": "1b693548c8ceae132c04e1a640d33135b1695ad506f333c720f8d074c6a4bda8" }, "downloads": -1, "filename": "gouvlu-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3fdad6f4d7b7ad0f0bbeb6b0b1aaaa67", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 154657, "upload_time": "2018-02-28T08:35:46", "url": "https://files.pythonhosted.org/packages/1b/fc/bf302808d2261dcf15b025ee32d131f88022028bbe8e30ea6c4b79a2ed4d/gouvlu-1.0.0-py2.py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d74354f4a5ee3fe4a5a745eb736adb57", "sha256": "6767570969fc7d9962fe841a06d89b0e14f076c7d46f4673370dc4b855a608a4" }, "downloads": -1, "filename": "gouvlu-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d74354f4a5ee3fe4a5a745eb736adb57", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 154654, "upload_time": "2018-03-05T09:12:07", "url": "https://files.pythonhosted.org/packages/26/e2/84ad36c1da14701dc6c2d2a35a11d2c9b9a9a2e036eaea2e291956a08f86/gouvlu-1.0.1-py2.py3-none-any.whl" } ], "1.0.1.dev0": [ { "comment_text": "", "digests": { "md5": "cda85e00a5e50ed991c443f542958e21", "sha256": "197ce23f641f65378a586d9ff6938ea370972e9153a529d60ff50197ebc9a97d" }, "downloads": -1, "filename": "gouvlu-1.0.1.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cda85e00a5e50ed991c443f542958e21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 154737, "upload_time": "2018-03-05T09:03:29", "url": "https://files.pythonhosted.org/packages/9e/16/da2ac586713076ab19f34c815b5f8f6920cffba354fd5db5908f865eab1a/gouvlu-1.0.1.dev0-py2.py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "502a16851b68b957249dac5dd3f351ea", "sha256": "5b89a1763878b56c0acac76b26eeadb5a39495ce1fc5166fa6b53418dd664bcd" }, "downloads": -1, "filename": "gouvlu-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "502a16851b68b957249dac5dd3f351ea", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 154637, "upload_time": "2018-03-19T15:51:55", "url": "https://files.pythonhosted.org/packages/4f/bd/ae79891e27a470ee2fe66301ce7437e9b0e2ab111bb996a8bed3e3da4cb2/gouvlu-1.0.2-py2.py3-none-any.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "c432835f158c09a3a0b2271210a92f48", "sha256": "782aeb47b1b95e02aa53d33a8642263bf5902e4b3ef4413c903f77b7bd767e45" }, "downloads": -1, "filename": "gouvlu-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c432835f158c09a3a0b2271210a92f48", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 161957, "upload_time": "2018-04-25T09:13:07", "url": "https://files.pythonhosted.org/packages/21/1e/29afa8189eb02b2243528cddadc53261652cb6e0024977f5d39ed75e6e88/gouvlu-1.0.3-py2.py3-none-any.whl" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "39e41269d00c4215c6fcd1e3a7225e6d", "sha256": "29e7cbc780f64d65778aad251aed98fe2440601e914c3e27967f0362e18c8329" }, "downloads": -1, "filename": "gouvlu-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "39e41269d00c4215c6fcd1e3a7225e6d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 177228, "upload_time": "2018-05-08T14:33:21", "url": "https://files.pythonhosted.org/packages/1c/66/cfdc1012221324e3ce3b260440759b87c07cf58ca33786047928717b8ad4/gouvlu-1.0.4-py2.py3-none-any.whl" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "f500b5f904aaabeee7f7b6968dba6c75", "sha256": "7bb6bc6080128403ec320a11ab6c0650c84995ddbced8f6653861415575c642c" }, "downloads": -1, "filename": "gouvlu-1.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f500b5f904aaabeee7f7b6968dba6c75", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 179216, "upload_time": "2018-06-27T10:17:08", "url": "https://files.pythonhosted.org/packages/fb/2e/f6539082dc135a6a522c5dafe9f0d154f5db04c3b2ba471bf6be1fb09099/gouvlu-1.0.7-py2.py3-none-any.whl" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "b9f1437f9fdec3e4316338b10f8022e5", "sha256": "8cd93b92148c9d1cc91c12a2883c1a7deba1687c5aff199c3e0c0290ad547412" }, "downloads": -1, "filename": "gouvlu-1.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b9f1437f9fdec3e4316338b10f8022e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 180396, "upload_time": "2018-07-04T09:18:21", "url": "https://files.pythonhosted.org/packages/51/34/e3f598139522841daa376f5f22fdebb6e7c25575304332567a136a71b054/gouvlu-1.0.8-py2.py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "248776fbe06c3c0dc6ab8b1ee6ff4270", "sha256": "a908521f47575a7f0e2b17b653029bb25a538baffac9a8a79a827d1c3baf2756" }, "downloads": -1, "filename": "gouvlu-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "248776fbe06c3c0dc6ab8b1ee6ff4270", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 161944, "upload_time": "2018-07-31T09:17:45", "url": "https://files.pythonhosted.org/packages/b7/95/1123d44b9ba590af5cb05da5e1c9dfeb7908133e98b733ab58a84d112628/gouvlu-1.1.0-py2.py3-none-any.whl" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "9420e8acf9570f50b6a4b06bf7a6a6b8", "sha256": "818944fa74db11f97254c753ac61b6df823f24ef485c50ad6b83b111bfd7aeea" }, "downloads": -1, "filename": "gouvlu-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9420e8acf9570f50b6a4b06bf7a6a6b8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 162221, "upload_time": "2018-09-11T12:19:22", "url": "https://files.pythonhosted.org/packages/52/c9/7479be09a95c5bf53a86959b36ad7a9c6ac0c86ce1446214edf18fe51b0a/gouvlu-1.1.1-py2.py3-none-any.whl" } ], "1.1.10": [ { "comment_text": "", "digests": { "md5": "488c125b84c1fcfa5f0c41201fffabc0", "sha256": "ca6eac6ed6902623d2d1c9797b37e1b2aebad3e48be158cd84f990314d78d92b" }, "downloads": -1, "filename": "gouvlu-1.1.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "488c125b84c1fcfa5f0c41201fffabc0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157594, "upload_time": "2019-05-08T13:33:12", "url": "https://files.pythonhosted.org/packages/03/dd/8fba59986a8de1c2b6adc6689ce7e69b01a95d76f7a944c9ed12278e74fa/gouvlu-1.1.10-py2.py3-none-any.whl" } ], "1.1.11": [ { "comment_text": "", "digests": { "md5": "271c523d4f6b8797802e4b532bd19498", "sha256": "d8a5ff95f5ec4debc36ff4861f70274c438f5e1594cfe76e91659d1ce36f6f12" }, "downloads": -1, "filename": "gouvlu-1.1.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "271c523d4f6b8797802e4b532bd19498", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157607, "upload_time": "2019-05-15T06:00:12", "url": "https://files.pythonhosted.org/packages/a5/aa/142ade135bb7eafd2a9f0cd33de83c2acf314034eda145e03fb91f90c34a/gouvlu-1.1.11-py2.py3-none-any.whl" } ], "1.1.12": [ { "comment_text": "", "digests": { "md5": "7344f11db62190212fb3aad44b85e64b", "sha256": "7df123d10d9670f68d7938ca4d57919c86e67f6127006f291d7138b2ae087a4a" }, "downloads": -1, "filename": "gouvlu-1.1.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7344f11db62190212fb3aad44b85e64b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157610, "upload_time": "2019-05-29T07:31:08", "url": "https://files.pythonhosted.org/packages/92/24/9bf3edad04ae2733ff436ecc02edde9914d09391473e7709e90570f3f974/gouvlu-1.1.12-py2.py3-none-any.whl" } ], "1.1.13": [ { "comment_text": "", "digests": { "md5": "6207e2dee481cad7b89a7f41bbf8c18f", "sha256": "b56937917850cc8ed775682d205963b8fa75e8e477f4f677851944863cfb2c0e" }, "downloads": -1, "filename": "gouvlu-1.1.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6207e2dee481cad7b89a7f41bbf8c18f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157614, "upload_time": "2019-06-05T14:26:06", "url": "https://files.pythonhosted.org/packages/be/71/e447b110f2c316ce9791e8479a4ef3e2f91f2c854c7bf5dee06573a30b4c/gouvlu-1.1.13-py2.py3-none-any.whl" } ], "1.1.14": [ { "comment_text": "", "digests": { "md5": "72ff64df5d2d6e450cf72b811f1e2b42", "sha256": "6c01dc5bde0c2346b992e55098ea64665e3eab6b001f2b4ae7e94214dda68ae6" }, "downloads": -1, "filename": "gouvlu-1.1.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "72ff64df5d2d6e450cf72b811f1e2b42", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157620, "upload_time": "2019-07-08T12:26:28", "url": "https://files.pythonhosted.org/packages/4c/77/340a05f8e0305a29c7dd61c54a06ac6713a359888e432dd58377d128892a/gouvlu-1.1.14-py2.py3-none-any.whl" } ], "1.1.15": [ { "comment_text": "", "digests": { "md5": "ed3305173e1cb777d10787b04b2e2893", "sha256": "30ccc48d394fc09b4f09c6fb2467b9ef3517eaff826864b62c84c49c354a8d27" }, "downloads": -1, "filename": "gouvlu-1.1.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ed3305173e1cb777d10787b04b2e2893", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158099, "upload_time": "2019-07-22T13:57:39", "url": "https://files.pythonhosted.org/packages/0f/a3/49ad0ad317379193dbfdbda281f1ee3182b3ff704d0b55e2b25e918f623f/gouvlu-1.1.15-py2.py3-none-any.whl" } ], "1.1.16": [ { "comment_text": "", "digests": { "md5": "6c1b2c180ec91d1926cb4843a0337d04", "sha256": "9e9242e2991cab3748c3a4d096be36800a44955b30bb4c1cc27b05f44a58beca" }, "downloads": -1, "filename": "gouvlu-1.1.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c1b2c180ec91d1926cb4843a0337d04", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158092, "upload_time": "2019-07-23T13:32:26", "url": "https://files.pythonhosted.org/packages/4d/4f/196a2cb6cb6f5e595dcb7211f89345d662ba58dd3d80eecc1693079d1e4d/gouvlu-1.1.16-py2.py3-none-any.whl" } ], "1.1.17": [ { "comment_text": "", "digests": { "md5": "7876281a1c0b08a24f087667a76bdc68", "sha256": "eba7c9c726e4728f61ab80f83524670f1a00a9f0b78c7498fb484576012b7449" }, "downloads": -1, "filename": "gouvlu-1.1.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7876281a1c0b08a24f087667a76bdc68", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158089, "upload_time": "2019-07-23T13:53:09", "url": "https://files.pythonhosted.org/packages/94/a3/2b004be036cb013ea12d363b8440bd4e4b1afa48cd545240c2bd01e44c99/gouvlu-1.1.17-py2.py3-none-any.whl" } ], "1.1.18": [ { "comment_text": "", "digests": { "md5": "9cdfcf02f3d0c271f3a14835fde86979", "sha256": "ad24b6e6823b0605ba584852d3b40d1946e5d2e6be644c734fa0c90085bc4543" }, "downloads": -1, "filename": "gouvlu-1.1.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9cdfcf02f3d0c271f3a14835fde86979", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158107, "upload_time": "2019-07-23T14:24:14", "url": "https://files.pythonhosted.org/packages/bb/8d/54a9c26fead2a6cf74e7defa8fbafd49bd60252452ed21c0d0537c03a38a/gouvlu-1.1.18-py2.py3-none-any.whl" } ], "1.1.19": [ { "comment_text": "", "digests": { "md5": "bbdb6e703de5e608ebcb1d97102c8c22", "sha256": "193ae3a9a0b874b6f8001d98ffba5e32c0e16fc3c554ae8fed1f2d46dc7c6c57" }, "downloads": -1, "filename": "gouvlu-1.1.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bbdb6e703de5e608ebcb1d97102c8c22", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158119, "upload_time": "2019-07-24T05:34:11", "url": "https://files.pythonhosted.org/packages/e7/9d/ea0fab463848853bf44eaf76bbee99deff19a52e1ed08b74e8955d263b47/gouvlu-1.1.19-py2.py3-none-any.whl" } ], "1.1.20": [ { "comment_text": "", "digests": { "md5": "50712ddba29a103edae0209069a5fdb4", "sha256": "ff9de10101c06fc2832841992aefede1e6776af2694a8fc787b6484670d02c4d" }, "downloads": -1, "filename": "gouvlu-1.1.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "50712ddba29a103edae0209069a5fdb4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158137, "upload_time": "2019-07-24T06:28:38", "url": "https://files.pythonhosted.org/packages/c9/ee/ad3a0046ae1a6aec26e2ef666754919a54c9b253e1fae20a8967f9ff9a20/gouvlu-1.1.20-py2.py3-none-any.whl" } ], "1.1.21": [ { "comment_text": "", "digests": { "md5": "d1fc87585ff59fb5e8accdaa59147b26", "sha256": "5dd6341a85569f2a880c99df1ed3317ef4f00f8af8ff35450aa2d3bd1f4897f6" }, "downloads": -1, "filename": "gouvlu-1.1.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1fc87585ff59fb5e8accdaa59147b26", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158170, "upload_time": "2019-07-24T06:50:59", "url": "https://files.pythonhosted.org/packages/0d/d8/43250fdc3524dfaf5f87d05358e4cc638adfb18c1fa9e2e55bae3355d6c9/gouvlu-1.1.21-py2.py3-none-any.whl" } ], "1.1.22": [ { "comment_text": "", "digests": { "md5": "0b6cb6b8c2cd0bf8623a49a4edf41b2e", "sha256": "86da26877cececfb2250d7249aa21bd5226c706911a06d02df9996b77cd4fb19" }, "downloads": -1, "filename": "gouvlu-1.1.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b6cb6b8c2cd0bf8623a49a4edf41b2e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158170, "upload_time": "2019-07-24T07:03:58", "url": "https://files.pythonhosted.org/packages/ab/eb/09663ef215dd2a77a96ff7f5c1bf76c6b21efffa3981839ce8463f3fb43b/gouvlu-1.1.22-py2.py3-none-any.whl" } ], "1.1.23": [ { "comment_text": "", "digests": { "md5": "48c009e463f1771d0423ce14f7650ff4", "sha256": "61e93a4512dfff9c20406ea98c9a401f12a280d9b7c2297579c1620bfba95ffd" }, "downloads": -1, "filename": "gouvlu-1.1.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "48c009e463f1771d0423ce14f7650ff4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158568, "upload_time": "2019-07-24T08:13:45", "url": "https://files.pythonhosted.org/packages/34/59/734e41d70da9aca0a0712fdaf20539921e0ef9de9b32e53f878116ed6e18/gouvlu-1.1.23-py2.py3-none-any.whl" } ], "1.1.24": [ { "comment_text": "", "digests": { "md5": "8e8cbc7e0df0f510e8951d7aa5c6355a", "sha256": "eb1305403139a5e4f935ee2594bbf6451d95b9fe2cc03de7b05daf9158fb06d1" }, "downloads": -1, "filename": "gouvlu-1.1.24-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8e8cbc7e0df0f510e8951d7aa5c6355a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158270, "upload_time": "2019-07-24T09:33:07", "url": "https://files.pythonhosted.org/packages/a5/7f/eeda7013eda5af771ac19fd7046e2d2a849dff3e35c8eb8db12a0d6afbc0/gouvlu-1.1.24-py2.py3-none-any.whl" } ], "1.1.25": [ { "comment_text": "", "digests": { "md5": "70b50fec414fc07f438eff9046802f16", "sha256": "c4c7e00057129d5bbe2bdf9ecfb68a9e8cc43d411da0fd31981b6564248e6272" }, "downloads": -1, "filename": "gouvlu-1.1.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "70b50fec414fc07f438eff9046802f16", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158242, "upload_time": "2019-07-24T10:00:47", "url": "https://files.pythonhosted.org/packages/ee/73/b82a29010a82ac6b0eb1769092cda068f6b2a47148fd3d4eb832603903a6/gouvlu-1.1.25-py2.py3-none-any.whl" } ], "1.1.26": [ { "comment_text": "", "digests": { "md5": "e5489913991224b63911c71ecb0a79f0", "sha256": "0778936b7606c50b49e5e816b692e3b982e84be4bab6efde2768dad5a6ba6106" }, "downloads": -1, "filename": "gouvlu-1.1.26-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e5489913991224b63911c71ecb0a79f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158267, "upload_time": "2019-07-24T11:23:46", "url": "https://files.pythonhosted.org/packages/1c/d4/271ec2f9d834f6bacccaf6b2e0a08d337ab213361b195b3e53791b928c17/gouvlu-1.1.26-py2.py3-none-any.whl" } ], "1.1.27": [ { "comment_text": "", "digests": { "md5": "bc59cbe7251b2cde8adf262d5e3b3301", "sha256": "d96b8b5a4af04df7ad985d16f5cce9cb0acebffe1d20197401db378a8b4a248a" }, "downloads": -1, "filename": "gouvlu-1.1.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bc59cbe7251b2cde8adf262d5e3b3301", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158442, "upload_time": "2019-07-24T11:46:59", "url": "https://files.pythonhosted.org/packages/5e/64/51d23c3149f6560179b882092e0bc076674d05b3d405277b63f66fcd03cf/gouvlu-1.1.27-py2.py3-none-any.whl" } ], "1.1.28": [ { "comment_text": "", "digests": { "md5": "ea569476f73d4f5e8783b9b65c353559", "sha256": "6e6df09973c41b199f97c280e60a0c2821d536da9772513191a3d06bd224dbc6" }, "downloads": -1, "filename": "gouvlu-1.1.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea569476f73d4f5e8783b9b65c353559", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158462, "upload_time": "2019-07-24T12:15:02", "url": "https://files.pythonhosted.org/packages/b7/0a/a965113c672313addfd19773476c314ef600effd40a63c35aabbbaa6bea3/gouvlu-1.1.28-py2.py3-none-any.whl" } ], "1.1.29": [ { "comment_text": "", "digests": { "md5": "fc6020e7d22c8b23ff1fdc595fc8b498", "sha256": "c44f2ef2973e4fc29901d6dcbb3a48349bfbedca627431de7aef751b6541a193" }, "downloads": -1, "filename": "gouvlu-1.1.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fc6020e7d22c8b23ff1fdc595fc8b498", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158449, "upload_time": "2019-07-24T12:28:55", "url": "https://files.pythonhosted.org/packages/d9/90/425670e74b3a2b2eed89515241842ff23be1c73347e292cf4e81d5e614a6/gouvlu-1.1.29-py2.py3-none-any.whl" } ], "1.1.30": [ { "comment_text": "", "digests": { "md5": "67fc6adc76cb4d56af551068503136d6", "sha256": "bc0d8eef7d4773682593f82cc12b5d8cb3b673047b37986b3b2b52cc63122caf" }, "downloads": -1, "filename": "gouvlu-1.1.30-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "67fc6adc76cb4d56af551068503136d6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158445, "upload_time": "2019-07-24T12:40:25", "url": "https://files.pythonhosted.org/packages/dd/22/9ecac1b6f126cca3afc7d4ab00e35ff8e75d04610e8a9cee4a29f13b9f4b/gouvlu-1.1.30-py2.py3-none-any.whl" } ], "1.1.31": [ { "comment_text": "", "digests": { "md5": "fecb4146add57455a2e946186c8b0914", "sha256": "5090409157fa1c49daaaa609c60cbf43c19f4b2b6e02a1f26c307bd64147d11b" }, "downloads": -1, "filename": "gouvlu-1.1.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fecb4146add57455a2e946186c8b0914", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158519, "upload_time": "2019-07-24T13:29:28", "url": "https://files.pythonhosted.org/packages/45/d0/6103108e62e8c99e67efc8e81806cf41347cb05582cd56631ffd47acdf76/gouvlu-1.1.31-py2.py3-none-any.whl" } ], "1.1.32": [ { "comment_text": "", "digests": { "md5": "20e24abc58a4c7531b3da6f5fb0fe97a", "sha256": "e6d814e16485abd2c57bb02d0cd0edcb1c997acc5b15c0c661e14052225786d8" }, "downloads": -1, "filename": "gouvlu-1.1.32-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "20e24abc58a4c7531b3da6f5fb0fe97a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158503, "upload_time": "2019-07-24T13:48:09", "url": "https://files.pythonhosted.org/packages/92/4e/4373fe88c9c9c2c5b64cab465b7fa0c1b12ce80e24a4cbd4ef997b76fa2c/gouvlu-1.1.32-py2.py3-none-any.whl" } ], "1.1.33": [ { "comment_text": "", "digests": { "md5": "f37f1f88d3d60df60201485392499189", "sha256": "93e123a2e1431bea0eca42f0e506da8951cb6d9d6b3c9d65b02c2c415d2582d2" }, "downloads": -1, "filename": "gouvlu-1.1.33-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f37f1f88d3d60df60201485392499189", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158543, "upload_time": "2019-07-25T05:47:18", "url": "https://files.pythonhosted.org/packages/f7/ef/82d70968621189e9d2fcc6577cdc1cdc09762f291678913998d2b1c22ab2/gouvlu-1.1.33-py2.py3-none-any.whl" } ], "1.1.34": [ { "comment_text": "", "digests": { "md5": "ddcc4f35d356bd2b50bfd67713be1a89", "sha256": "893e91b31091281d19b3dbfb8d3ced159513da5b2cdda997b36e43d91a828985" }, "downloads": -1, "filename": "gouvlu-1.1.34-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ddcc4f35d356bd2b50bfd67713be1a89", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158525, "upload_time": "2019-07-25T06:03:36", "url": "https://files.pythonhosted.org/packages/85/cb/c6469aa09ae4400f3f7ac96acb659f157bd8adf6fa63aaa6bd1fe00acfb0/gouvlu-1.1.34-py2.py3-none-any.whl" } ], "1.1.35": [ { "comment_text": "", "digests": { "md5": "f6773a91a2aed250cc807ee23db7b5fe", "sha256": "aa484b9c26c1405b70de7d6e61235bf5dd0fca1701408d0d7bb5dca9a00b4dc7" }, "downloads": -1, "filename": "gouvlu-1.1.35-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f6773a91a2aed250cc807ee23db7b5fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158550, "upload_time": "2019-07-25T06:33:25", "url": "https://files.pythonhosted.org/packages/0e/bb/bf4fec936aaed0dc291c9ebcd7e50a84b094805a25ffa26222eecb248a27/gouvlu-1.1.35-py2.py3-none-any.whl" } ], "1.1.36": [ { "comment_text": "", "digests": { "md5": "47ac0af6447b8c3d80f085de83def3f9", "sha256": "4c8c0ac0d646fb0d058860e69add54ad9acf89fdaefe91c34c2301eebc606946" }, "downloads": -1, "filename": "gouvlu-1.1.36-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "47ac0af6447b8c3d80f085de83def3f9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158552, "upload_time": "2019-07-25T07:37:16", "url": "https://files.pythonhosted.org/packages/4f/0f/5a1659e33c802f5387380e0113867e6d1f651188a5987d17af0ea2eb69d2/gouvlu-1.1.36-py2.py3-none-any.whl" } ], "1.1.37": [ { "comment_text": "", "digests": { "md5": "c95f38b6e19ecd8815faa92701f9494f", "sha256": "756d85281b2fca5eb1f5bc735dce4ff837bc2f67685c999c7791f165039ad150" }, "downloads": -1, "filename": "gouvlu-1.1.37-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c95f38b6e19ecd8815faa92701f9494f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158592, "upload_time": "2019-07-25T08:06:37", "url": "https://files.pythonhosted.org/packages/4c/71/0b7ac10fb8616ef008c7564ffa33393f8cd89899184a99b292ee0191f473/gouvlu-1.1.37-py2.py3-none-any.whl" } ], "1.1.38": [ { "comment_text": "", "digests": { "md5": "e77a0a1fef0349d95ffded5cf84983d8", "sha256": "1e963ee2f8bdb3945dbc32762a77e9ea88f1ea4dae567449558eb17305bac5bc" }, "downloads": -1, "filename": "gouvlu-1.1.38-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e77a0a1fef0349d95ffded5cf84983d8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158587, "upload_time": "2019-07-25T08:41:31", "url": "https://files.pythonhosted.org/packages/bb/a3/6c5517170395651209dc5191ded1a29bda6fd4285f2ac8352a2700c5764a/gouvlu-1.1.38-py2.py3-none-any.whl" } ], "1.1.39": [ { "comment_text": "", "digests": { "md5": "1a09ec5ce06254ef489b2c71364aa5d3", "sha256": "46f318d000374f4321baf702fb603f20f48b42b435525f86087407fbef20ac7c" }, "downloads": -1, "filename": "gouvlu-1.1.39-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1a09ec5ce06254ef489b2c71364aa5d3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158536, "upload_time": "2019-07-25T09:05:51", "url": "https://files.pythonhosted.org/packages/f7/ff/4aaf2307123eec7122a8043f6cf53bac4b312be315023b8536472b0513ef/gouvlu-1.1.39-py2.py3-none-any.whl" } ], "1.1.40": [ { "comment_text": "", "digests": { "md5": "0bc9245abf407a3d924eb6508697e73a", "sha256": "3b7a9b3a37d313d26663034f5059cf4d6db57d600d9258b7b248d73bb56e7e25" }, "downloads": -1, "filename": "gouvlu-1.1.40-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0bc9245abf407a3d924eb6508697e73a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158531, "upload_time": "2019-07-25T09:19:13", "url": "https://files.pythonhosted.org/packages/e1/28/c865c8556861a8ed8fe43a6d2edef49c40902e36f37da14cbc6807aebd29/gouvlu-1.1.40-py2.py3-none-any.whl" } ], "1.1.41": [ { "comment_text": "", "digests": { "md5": "b566c7cf14193056a8ae9cb40f9ac104", "sha256": "72fe273fe3d00144663cc4c7fd12c037d4746a6618e65abe936368b5787c62a8" }, "downloads": -1, "filename": "gouvlu-1.1.41-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b566c7cf14193056a8ae9cb40f9ac104", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158567, "upload_time": "2019-07-25T09:40:00", "url": "https://files.pythonhosted.org/packages/bd/bd/700557a7620eb3abab80df88f77f32a8d7c5506d48e580a200acf62f53b7/gouvlu-1.1.41-py2.py3-none-any.whl" } ], "1.1.42": [ { "comment_text": "", "digests": { "md5": "d0126d8c51e853ce7eea0f047d49161f", "sha256": "e3778480c14b9c9462edfd0cdba60faf7e6e54551560331b4dcfa8be57661e72" }, "downloads": -1, "filename": "gouvlu-1.1.42-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0126d8c51e853ce7eea0f047d49161f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158567, "upload_time": "2019-07-25T10:12:37", "url": "https://files.pythonhosted.org/packages/a6/f7/9378b699f1dcc5534f076eae8a8f734078bb3f53c90ad56b92a9cd7d344b/gouvlu-1.1.42-py2.py3-none-any.whl" } ], "1.1.43": [ { "comment_text": "", "digests": { "md5": "26e92b379ce19d14c89c477c8cac67df", "sha256": "2ec16065dc88fa8057d9a9aa4210ccccb8f7508ca9322ee05908a6dc3d2eca4f" }, "downloads": -1, "filename": "gouvlu-1.1.43-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "26e92b379ce19d14c89c477c8cac67df", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158588, "upload_time": "2019-07-25T10:58:10", "url": "https://files.pythonhosted.org/packages/b0/12/34001b9128b7a3efd576725dd5e3e66e0cd52982a0872a6b260b8d471cef/gouvlu-1.1.43-py2.py3-none-any.whl" } ], "1.1.44": [ { "comment_text": "", "digests": { "md5": "fea753d9fa864a75778e524f570936f0", "sha256": "f6a22f0bf6f836fa3704cc61df27badfb662a46f3f7be41c97be81dc08224681" }, "downloads": -1, "filename": "gouvlu-1.1.44-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fea753d9fa864a75778e524f570936f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158590, "upload_time": "2019-07-25T11:07:49", "url": "https://files.pythonhosted.org/packages/c7/5e/36dd3b189e30f7194fe31800c793133a8de57b127f0123a5a6a7a88cb547/gouvlu-1.1.44-py2.py3-none-any.whl" } ], "1.1.45": [ { "comment_text": "", "digests": { "md5": "ac74e62cf1ff34f3784890cbb7750738", "sha256": "c92bf18059ea236e35f84e9a53de39ff56c48697fbecef1d590048bd7555441b" }, "downloads": -1, "filename": "gouvlu-1.1.45-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ac74e62cf1ff34f3784890cbb7750738", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158571, "upload_time": "2019-07-25T11:19:14", "url": "https://files.pythonhosted.org/packages/62/60/67d758d0105bd0b8916483afdc025d9b6bf760ddc3e9322ff9611cce2fa4/gouvlu-1.1.45-py2.py3-none-any.whl" } ], "1.1.46": [ { "comment_text": "", "digests": { "md5": "212bb0e04f6bf419b7d375b1c383563b", "sha256": "96395a2f83100db6ea0e4336f614e9ed531aab5af8d3b2fbb425432cdab37fbc" }, "downloads": -1, "filename": "gouvlu-1.1.46-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "212bb0e04f6bf419b7d375b1c383563b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158578, "upload_time": "2019-07-25T12:01:31", "url": "https://files.pythonhosted.org/packages/f4/fb/6a28055035e51a1389ec601c1e893fc755942a1578261c779d3db1a58251/gouvlu-1.1.46-py2.py3-none-any.whl" } ], "1.1.47": [ { "comment_text": "", "digests": { "md5": "a6f29703b241d41a1034287e720c8596", "sha256": "48058720c3e52bda199852f5fd3d67d4aa778987e7d345c21f32a6e720093b97" }, "downloads": -1, "filename": "gouvlu-1.1.47-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a6f29703b241d41a1034287e720c8596", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158572, "upload_time": "2019-07-25T12:27:01", "url": "https://files.pythonhosted.org/packages/0c/9e/2ccebb3f3bd49b60c03b50b89e80179feedd7939833cbeb7bd67e1b0c701/gouvlu-1.1.47-py2.py3-none-any.whl" } ], "1.1.48": [ { "comment_text": "", "digests": { "md5": "e3affd63c46281b6f45134a9f58a3110", "sha256": "e59a7f7bc908806740ac1011949536a613f3814c1e785740cc2d15c4d7c0e1b0" }, "downloads": -1, "filename": "gouvlu-1.1.48-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e3affd63c46281b6f45134a9f58a3110", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158588, "upload_time": "2019-07-25T12:54:42", "url": "https://files.pythonhosted.org/packages/7d/e5/7ede5af605425497b95c7e8fe318acd92b2914ddbd436ee01e5672c28f58/gouvlu-1.1.48-py2.py3-none-any.whl" } ], "1.1.49": [ { "comment_text": "", "digests": { "md5": "83b40c0c539ce1987214017818641e9f", "sha256": "908443ce45dde4c28de21ca68a13b2dbadaeda16840baab94b7df9b861fd43cd" }, "downloads": -1, "filename": "gouvlu-1.1.49-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "83b40c0c539ce1987214017818641e9f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158585, "upload_time": "2019-07-25T13:09:00", "url": "https://files.pythonhosted.org/packages/ae/7c/a020c9fadca86dfea9ba1ded57750d9c2774c01f2213479f9c9f7acab6d5/gouvlu-1.1.49-py2.py3-none-any.whl" } ], "1.1.50": [ { "comment_text": "", "digests": { "md5": "1ad672567d010f138dcd0fde05940f52", "sha256": "ef3bb4250aa558117cf61889258498e733d57e547fd4b6867fa2b54993e602d1" }, "downloads": -1, "filename": "gouvlu-1.1.50-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ad672567d010f138dcd0fde05940f52", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158579, "upload_time": "2019-07-25T13:57:46", "url": "https://files.pythonhosted.org/packages/f1/78/0d654a7943951840eb804e24cb565179c9197c6568d0e9eba64075cb8550/gouvlu-1.1.50-py2.py3-none-any.whl" } ], "1.1.51": [ { "comment_text": "", "digests": { "md5": "5e4a6b3d7e58adfe5d7b7f23456eaada", "sha256": "9f099f45f40ef9bfd8cc637701b2567c1716442d1b484ad07340ad25daa18a4f" }, "downloads": -1, "filename": "gouvlu-1.1.51-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5e4a6b3d7e58adfe5d7b7f23456eaada", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158603, "upload_time": "2019-07-25T14:41:47", "url": "https://files.pythonhosted.org/packages/83/a4/baa33b2ddf42274755d18d0ec9806fe63f47e946ff180d53493ef14e9cce/gouvlu-1.1.51-py2.py3-none-any.whl" } ], "1.1.52": [ { "comment_text": "", "digests": { "md5": "37b3b546defd946b3d2e0109d9db919f", "sha256": "51c43918e58c8031098ddca579644c077f019cae73d114e04c62e433f507380b" }, "downloads": -1, "filename": "gouvlu-1.1.52-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "37b3b546defd946b3d2e0109d9db919f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158652, "upload_time": "2019-07-25T15:04:28", "url": "https://files.pythonhosted.org/packages/3c/13/d9b362cbce0692ef480c882ef2b2ac66833763a8cc62de35b9ee5f405263/gouvlu-1.1.52-py2.py3-none-any.whl" } ], "1.1.53": [ { "comment_text": "", "digests": { "md5": "400a7f5e00875c3d198b557f7087f325", "sha256": "14dd37c8d2d89d14cdd7d94d2b4c1d715ecd321ba61ef3b4c2b7b02cec4b5c1d" }, "downloads": -1, "filename": "gouvlu-1.1.53-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "400a7f5e00875c3d198b557f7087f325", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158678, "upload_time": "2019-07-26T05:21:54", "url": "https://files.pythonhosted.org/packages/45/c2/070326852478babf57546128fb0c65c3d6545c63f34d887edcbba4a11bb5/gouvlu-1.1.53-py2.py3-none-any.whl" } ], "1.1.54": [ { "comment_text": "", "digests": { "md5": "8616bb19f6f75a3c2b8f4ed533813706", "sha256": "93b1ee66bc6240e6d25c31252b8b438495f455d0ab25d47e7519c6cebc2831e1" }, "downloads": -1, "filename": "gouvlu-1.1.54-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8616bb19f6f75a3c2b8f4ed533813706", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158681, "upload_time": "2019-07-26T06:30:50", "url": "https://files.pythonhosted.org/packages/4f/7c/55d74de3b380c2bee735059560eae0a81bb70c8caa3fba6a6cf733f5a73e/gouvlu-1.1.54-py2.py3-none-any.whl" } ], "1.1.55": [ { "comment_text": "", "digests": { "md5": "d8c894236d016596ab03cd0ece94c96b", "sha256": "93164b23e04e26d1ebbc5d4b10f9a955c90c2ea9062590ec14b309bf42bc67f1" }, "downloads": -1, "filename": "gouvlu-1.1.55-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8c894236d016596ab03cd0ece94c96b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158680, "upload_time": "2019-07-26T07:23:37", "url": "https://files.pythonhosted.org/packages/0e/06/01fb7230dacb6bde89803ef0e80b2d0e440b53d3cfc603f6994b5a6d8be5/gouvlu-1.1.55-py2.py3-none-any.whl" } ], "1.1.56": [ { "comment_text": "", "digests": { "md5": "3d8122e2aeeb487be1bd85f00a4bd457", "sha256": "85d0038358023215e13138fbe6235432bc68d7a9ed60dad2884332ff795e546f" }, "downloads": -1, "filename": "gouvlu-1.1.56-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d8122e2aeeb487be1bd85f00a4bd457", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159386, "upload_time": "2019-07-26T08:02:24", "url": "https://files.pythonhosted.org/packages/72/dc/7abbebeec4ef34e51ea4d9b00e5b91b80153409d1941f3408d6ef4178917/gouvlu-1.1.56-py2.py3-none-any.whl" } ], "1.1.57": [ { "comment_text": "", "digests": { "md5": "afec30ac217e9577a0e844c880cef340", "sha256": "0cd636ac4819bd84e48c546654698ee573ecda3b9c99bb01af9df5bb39d033d1" }, "downloads": -1, "filename": "gouvlu-1.1.57-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "afec30ac217e9577a0e844c880cef340", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159396, "upload_time": "2019-07-26T09:48:32", "url": "https://files.pythonhosted.org/packages/8c/fb/cc934aafed4f05ad851d663a2e7b0f684818ea9acf5af8e9741383b54e16/gouvlu-1.1.57-py2.py3-none-any.whl" } ], "1.1.58": [ { "comment_text": "", "digests": { "md5": "9adc2dc4096061442500c479ee67b633", "sha256": "cdc1aa00392c28bd4c6fad04827eb4742ddd8d39c503d6b2e5a06a54bf296f96" }, "downloads": -1, "filename": "gouvlu-1.1.58-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9adc2dc4096061442500c479ee67b633", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159398, "upload_time": "2019-07-26T09:58:28", "url": "https://files.pythonhosted.org/packages/bb/5b/8b982fbd63d72591bc235f1812a25e67040dfebb0adafc36e493ec99ce44/gouvlu-1.1.58-py2.py3-none-any.whl" } ], "1.1.59": [ { "comment_text": "", "digests": { "md5": "0969f63a4668ad2aa7ca6588d78207fe", "sha256": "6675ade5f904ee7d55969819fd345adb9d5bc58416001cced50d7815bb985f8f" }, "downloads": -1, "filename": "gouvlu-1.1.59-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0969f63a4668ad2aa7ca6588d78207fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159411, "upload_time": "2019-07-26T10:08:14", "url": "https://files.pythonhosted.org/packages/19/63/fa782b034c3a5b9803503466175e660e18a2016c9dd1965ff647fe745a21/gouvlu-1.1.59-py2.py3-none-any.whl" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "6830440d3aa9c81159dd882a9872dea4", "sha256": "f68d1c67919b6a4fef7956a94eacb04f7c15d38f652e762b7c19a19856fb3387" }, "downloads": -1, "filename": "gouvlu-1.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6830440d3aa9c81159dd882a9872dea4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157528, "upload_time": "2018-10-23T08:55:23", "url": "https://files.pythonhosted.org/packages/13/c3/62033a9fbe4e1deaa007eb5346d61113db843111c16fc4125048c217bc8f/gouvlu-1.1.6-py2.py3-none-any.whl" } ], "1.1.60": [ { "comment_text": "", "digests": { "md5": "7a57ddf5f36030ff1f3bb6b4c6266d2b", "sha256": "3786b2ef0dddae0d7358c3557b54787b2a24921c0b3fc51e985c36aca61c95f4" }, "downloads": -1, "filename": "gouvlu-1.1.60-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7a57ddf5f36030ff1f3bb6b4c6266d2b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158691, "upload_time": "2019-07-26T11:54:28", "url": "https://files.pythonhosted.org/packages/b8/f5/49584eb91f0df8b1a079c0139e7c5387c74a6b9a7bfd1feb29220d069900/gouvlu-1.1.60-py2.py3-none-any.whl" } ], "1.1.61": [ { "comment_text": "", "digests": { "md5": "7ee65ee646d07bf996aa1dd60d145e7d", "sha256": "65d28ae5ec845e2d2e465cb404eacb047854b24fa5d2eaa2d615eeed2d97f3cd" }, "downloads": -1, "filename": "gouvlu-1.1.61-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7ee65ee646d07bf996aa1dd60d145e7d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158690, "upload_time": "2019-07-26T12:08:33", "url": "https://files.pythonhosted.org/packages/6a/06/9feb237b697e243c37dca8f93df9d79d954a7d0eb965ba5dd4eea07a02e6/gouvlu-1.1.61-py2.py3-none-any.whl" } ], "1.1.62": [ { "comment_text": "", "digests": { "md5": "42a267f6026fc595715ac3f99722eebf", "sha256": "9bdeb70673c7fe6d33948265f7f55407aaec292f37ca296162d28b39d0f3a438" }, "downloads": -1, "filename": "gouvlu-1.1.62-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "42a267f6026fc595715ac3f99722eebf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158626, "upload_time": "2019-07-26T12:42:13", "url": "https://files.pythonhosted.org/packages/ae/58/1b28c145e964146a1b0441c0649ddf8a304f63205a02e6a38bbeac5c9e8f/gouvlu-1.1.62-py2.py3-none-any.whl" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "5541732c1a8de392334fee15166571cc", "sha256": "a7f840716e2f7fb31e9d308a9b02b143c97315ebed4df386c4b31a2678b74b94" }, "downloads": -1, "filename": "gouvlu-1.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5541732c1a8de392334fee15166571cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157532, "upload_time": "2018-11-13T13:24:51", "url": "https://files.pythonhosted.org/packages/8e/72/3375e93c83f2e02a3faa5092caf9e5d7a79019a1461b17799ad8e426e963/gouvlu-1.1.7-py2.py3-none-any.whl" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "6b04e45898301649f643a11882cfee0b", "sha256": "3cc5c4474764e7bc377fb417e341b008bad065826ab4ba5958e3a451c072f315" }, "downloads": -1, "filename": "gouvlu-1.1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b04e45898301649f643a11882cfee0b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157561, "upload_time": "2019-05-07T12:51:39", "url": "https://files.pythonhosted.org/packages/40/de/9c51bf0a0f4c111da5acfefa08c3e7940bcf279cc712b74a80febcc88fe6/gouvlu-1.1.8-py2.py3-none-any.whl" } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "9cbabf954f07666229f8f710c8375632", "sha256": "3a9e8d5d7e4d8275563743ce60b7854642e98cba7de6dc4d4e5a9278a6484165" }, "downloads": -1, "filename": "gouvlu-1.1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9cbabf954f07666229f8f710c8375632", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 157552, "upload_time": "2019-05-07T13:33:47", "url": "https://files.pythonhosted.org/packages/4c/9f/ffcc4d88f459f91889f85608d7e656ac155752c344def424a96ab8bb58c0/gouvlu-1.1.9-py2.py3-none-any.whl" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "89107f11da122a6b0ae15426302fa69c", "sha256": "74be9d2aa91bf40ecd2e7ee94d0297446b1f26a314a484295a4517e07e3c6cba" }, "downloads": -1, "filename": "gouvlu-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "89107f11da122a6b0ae15426302fa69c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158795, "upload_time": "2019-07-29T07:50:00", "url": "https://files.pythonhosted.org/packages/75/ea/be6cca120b43320d8c45c57a70dfb41602609bf952ed3760115d7201868c/gouvlu-1.2.0-py2.py3-none-any.whl" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "59235dc8fa3cd4528b1a07265702fe32", "sha256": "bdfa191832a28e4c9a667b03ac9cc709032c3db45a5f2276ee45be4376cb7fff" }, "downloads": -1, "filename": "gouvlu-1.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "59235dc8fa3cd4528b1a07265702fe32", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158782, "upload_time": "2019-07-29T08:23:49", "url": "https://files.pythonhosted.org/packages/2b/6e/191f99e4ff5a1050e8e7161842a05f76870f35fa7b8c4d78f9cc4e111664/gouvlu-1.2.1-py2.py3-none-any.whl" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "c22043fbab89a2c05c33b5ab6c6c526b", "sha256": "3c27b5100b69ffc02fd9a4d226bcb3a8b70dfceeb14ef1efc5a45a744e7371e7" }, "downloads": -1, "filename": "gouvlu-1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c22043fbab89a2c05c33b5ab6c6c526b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 158829, "upload_time": "2019-07-29T08:40:11", "url": "https://files.pythonhosted.org/packages/a9/48/f81e8fa30342bb9aa7b4047f9cee2f6fc740c362d93318389b00445e06a7/gouvlu-1.2.2-py2.py3-none-any.whl" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "3fc34f6b58c0ee164976b6d9fc8daff1", "sha256": "cae3b031cc7d0a07aaeb59c57c47a9a382b2d36348edb38c7748cdd95e1a5a6a" }, "downloads": -1, "filename": "gouvlu-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3fc34f6b58c0ee164976b6d9fc8daff1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 162513, "upload_time": "2019-08-05T13:42:38", "url": "https://files.pythonhosted.org/packages/cb/71/6cf663c02aa738170a8f6fb3d4afb01c7291fa4e51b13525b557c648410a/gouvlu-1.3.0-py2.py3-none-any.whl" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "0e83898c90a2f0ad8008df08772dd5ce", "sha256": "3954085fc32627a8974b917cdb94a5c5afd9dca810f446db1043176d460e4dbb" }, "downloads": -1, "filename": "gouvlu-1.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0e83898c90a2f0ad8008df08772dd5ce", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 162514, "upload_time": "2019-08-05T13:56:23", "url": "https://files.pythonhosted.org/packages/97/86/e42cee8e357170f8fa3682784b6fbd9aa563e7d489c732ef51db0d52d0fe/gouvlu-1.3.1-py2.py3-none-any.whl" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "a400ed9d7b8ea971697aaf190555b600", "sha256": "e36485e56a7d5a5d799cadc7e97ad991f993dd5e7dd6aacdada9f4b9770dafad" }, "downloads": -1, "filename": "gouvlu-1.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a400ed9d7b8ea971697aaf190555b600", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 162478, "upload_time": "2019-08-06T07:00:32", "url": "https://files.pythonhosted.org/packages/ca/db/bf7bf6752fc7f0a18bd6a1b75cb009955d39bbf24181d39d7b58630237e6/gouvlu-1.3.2-py2.py3-none-any.whl" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "53a2a3d0be9b4e419cd89f4574356095", "sha256": "cb54e461fd92fc4f6df22f7bd8c99d4834f82aa16de9d57385667651b10c018a" }, "downloads": -1, "filename": "gouvlu-1.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "53a2a3d0be9b4e419cd89f4574356095", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 162477, "upload_time": "2019-08-20T08:03:31", "url": "https://files.pythonhosted.org/packages/34/41/d6f52a53703653dd9b01dfac1d0e86cad6b6f2a2a6250565aa4f465d4ead/gouvlu-1.3.3-py2.py3-none-any.whl" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "b081478375548c2e72f3e0abb17b4c12", "sha256": "ab44f55db651561861bbe29921be8c062e00223274703845b69d124ebc2c5529" }, "downloads": -1, "filename": "gouvlu-1.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b081478375548c2e72f3e0abb17b4c12", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 162479, "upload_time": "2019-09-16T07:30:08", "url": "https://files.pythonhosted.org/packages/1a/e7/d3e6d9581e8ed143bec5962b3c968db98abd6c362b99e6b8aaa47bb3dc82/gouvlu-1.3.4-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b081478375548c2e72f3e0abb17b4c12", "sha256": "ab44f55db651561861bbe29921be8c062e00223274703845b69d124ebc2c5529" }, "downloads": -1, "filename": "gouvlu-1.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b081478375548c2e72f3e0abb17b4c12", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 162479, "upload_time": "2019-09-16T07:30:08", "url": "https://files.pythonhosted.org/packages/1a/e7/d3e6d9581e8ed143bec5962b3c968db98abd6c362b99e6b8aaa47bb3dc82/gouvlu-1.3.4-py2.py3-none-any.whl" } ] }