{ "info": { "author": "Invenio Software", "author_email": "info@inveniosoftware.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "..\n This file is part of IDUtils\n Copyright (C) 2015 CERN.\n\n IDUtils is free software; you can redistribute it and/or modify\n it under the terms of the Revised BSD License; see LICENSE file for\n more details.\n\n In applying this license, CERN does not waive the privileges and immunities\n granted to it by virtue of its status as an Intergovernmental Organization\n or submit itself to any jurisdiction.\n\n\n=======\nIDUtils\n=======\n\n.. image:: https://img.shields.io/travis/inveniosoftware/idutils.svg\n :target: https://travis-ci.org/inveniosoftware/idutils\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/idutils.svg\n :target: https://coveralls.io/r/inveniosoftware/idutils\n\n.. image:: https://img.shields.io/github/tag/inveniosoftware/idutils.svg\n :target: https://github.com/inveniosoftware/idutils/releases\n\n.. image:: https://img.shields.io/pypi/dm/idutils.svg\n :target: https://pypi.python.org/pypi/idutils\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/idutils.svg\n :target: https://github.com/inveniosoftware/idutils/blob/master/LICENSE\n\n\nSmall library for validating and normalising persistent identifiers used in\nscholarly communication.\n\n* Free software: Revised BSD license\n* Documentation: https://idutils.readthedocs.io.\n\nFeatures\n========\n\n- Validation and normalization of persistent identifiers.\n- Detection of persistent identifier scheme.\n- Generation of resolving links for persistent identifiers.\n- Supported schemes: ISBN10, ISBN13, ISSN, ISTC, DOI, Handle, EAN8, EAN13, ISNI\n ORCID, ARK, PURL, LSID, URN, Bibcode, arXiv, PubMed ID, PubMed Central ID,\n GND, SRA, BioProject, BioSample, Ensembl, UniProt, RefSeq, GenBank/RefSeq.\n\nInstallation\n============\n\nThe IDUtils package is on PyPI so all you need is:\n\n.. code-block:: console\n\n $ pip install idutils\n\n\n..\n This file is part of IDUtils\n Copyright (C) 2015 CERN.\n\n IDUtils is free software; you can redistribute it and/or modify\n it under the terms of the Revised BSD License; see LICENSE file for\n more details.\n\n In applying this license, CERN does not waive the privileges and immunities\n granted to it by virtue of its status as an Intergovernmental Organization\n or submit itself to any jurisdiction.\n\n\nChanges\n=======\n\nVersion 1.1.4 (2019-09-27)\n\n- Adds support for ASCL identifiers.\n- Fixes the ADS identifier regex to also detect lower-case author initials.\n\nVersion 1.1.3 (2019-09-17)\n\n- Adds support for HTTPS ORCiD identifiers.\n\nVersion 1.1.2 (2019-02-12)\n\n- Adds support for HAL identifiers.\n\nVersion 1.1.1 (2018-11-18)\n\n- Changes URL resolution for bibcodes to use https://ui.adsabs.harvard instead\n of https://adsabs.harvard.edu/abs/.\n- Allows choosing HTTP/HTTPS for any generated URL by ``idutils.to_url``.\n\nVersion 1.1.0 (2018-08-17)\n\n- Adds support for genomic identifiers: SRA, BioProject, BioSample, Ensembl,\n UniProt, RefSeq, GenBank/RefSeq.\n- Fixes bug in bibcode detection for non-capitalized journals.\n\nVersion 1.0.1 (2018-05-02)\n\n- Fixes bug causing invalid DOIs to be accepted.\n\nVersion 1.0.0 (2017-12-07)\n\n- Fixes handling of unicode characters in DOIs.\n- Adds support for APS style arXiv identifiers.\n\nVersion 0.2.4 (2017-01-30)\n\n- Removes `Python 3.3` from a list of supported Python versions and\n adds `Python 3.6`\n- Moves from `isbnid (v0.3.4)` to `isbnid_fork (v0.4.4)` library.\n\nVersion 0.2.3 (2016-09-21)\n\n- Adds an optional parameter in `idutils.to_url` to use HTTPS scheme\n for PID providers that support it.\n- Detects and parses Handles and DOIs without the \"http(s)://\", and\n ignores whitespace after scheme tags (eg. \"doi: 10.123/456\").\n\nVersion 0.2.2 (2016-09-16)\n\n- Fixes issue where a valid ISBN with dashes and spaces could not be\n normalized.\n\nVersion 0.2.1 (2016-06-17)\n\n- Changes ISBN normalization to use `isbnid` instead of `isbnlib`. Now,\n importing this library will not change the default socket timeout, resulting\n in unwanted side effects.\n\nVersion 0.2.0 (2016-04-07)\n\n- Changes URL resolution for DOIs to use https://doi.org instead of\n http://dx.doi.org according to\n https://www.doi.org/doi_handbook/3_Resolution.html#3.8\n\nVersion 0.1.1 (2015-07-22)\n\n- Fixes GND validation and normalization.\n- Replaces invalid package name in `run-tests.sh` and makes `run-tests.sh` file\n executable. One can now use `docker-compose run --rm web /code/run-tests.sh`\n to run all the CI tests (pep257, sphinx, test suite).\n- Initial release of Docker configuration suitable for local developments.\n `docker-compose build` rebuilds the image,\n `docker-compose run --rm web /code/run-tests.sh` runs the test suite.\n\nVersion 0.1.0 (2015-07-02)\n\n- First public release.\n\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/IDUtils/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/inveniosoftware/idutils", "keywords": "persistent identifiers", "license": "Revised BSD License", "maintainer": "", "maintainer_email": "", "name": "IDUtils", "package_url": "https://pypi.org/project/IDUtils/", "platform": "any", "project_url": "https://pypi.org/project/IDUtils/", "project_urls": { "Homepage": "https://github.com/inveniosoftware/idutils" }, "release_url": "https://pypi.org/project/IDUtils/1.1.4/", "requires_dist": [ "six (>=1.10)", "isbnid-fork (>=0.4.4)", "Sphinx (>=1.4.2) ; extra == 'all'", "check-manifest (>=0.25) ; extra == 'all'", "coverage (>=4.0) ; extra == 'all'", "isort (>=4.2.2) ; extra == 'all'", "pydocstyle (>=1.0) ; extra == 'all'", "pytest-cache (>=1.0) ; extra == 'all'", "pytest-cov (>=1.8.0) ; extra == 'all'", "pytest-pep8 (>=1.0.6) ; extra == 'all'", "pytest-runner (>=2.6.2) ; extra == 'all'", "pytest (>=3.6.0) ; extra == 'all'", "Sphinx (>=1.4.2) ; extra == 'docs'", "check-manifest (>=0.25) ; extra == 'tests'", "coverage (>=4.0) ; extra == 'tests'", "isort (>=4.2.2) ; extra == 'tests'", "pydocstyle (>=1.0) ; extra == 'tests'", "pytest-cache (>=1.0) ; extra == 'tests'", "pytest-cov (>=1.8.0) ; extra == 'tests'", "pytest-pep8 (>=1.0.6) ; extra == 'tests'", "pytest-runner (>=2.6.2) ; extra == 'tests'", "pytest (>=3.6.0) ; extra == 'tests'" ], "requires_python": "", "summary": "Small library for persistent identifiers used in scholarly communication.", "version": "1.1.4" }, "last_serial": 5895789, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5b39e2fbd5ff15fbb06631cf5f84538b", "sha256": "574fc777f52101aec18c4b1facd072d27b3c4aaeba27287576a411b3338d441c" }, "downloads": -1, "filename": "IDUtils-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "5b39e2fbd5ff15fbb06631cf5f84538b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8452, "upload_time": "2015-07-02T08:58:49", "url": "https://files.pythonhosted.org/packages/70/d8/ec8f8d1f0d088b63dd5b4941780e347ef25e0b6fa6ce982448d052dfeb9f/IDUtils-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ffd765ce512b18ebb04c416cf1720fb6", "sha256": "ea5b755aa204508ff9bb31b22a9098f24eae8db18dcdb638c84b3182dd116592" }, "downloads": -1, "filename": "IDUtils-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ffd765ce512b18ebb04c416cf1720fb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16505, "upload_time": "2015-07-02T08:58:53", "url": "https://files.pythonhosted.org/packages/36/e6/1d1bdd53cfde79015e1b21a858cb755b1569ff92fd2e8638f6fae4ce156a/IDUtils-0.1.0.tar.gz" } ], "0.1.0.dev20150000": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f267e670ee5177b53516ca8ad9885306", "sha256": "ac03e0834a92b33e87697b2e923aa4de17f202afa763364b95b7baf7d7a94408" }, "downloads": -1, "filename": "IDUtils-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "f267e670ee5177b53516ca8ad9885306", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8977, "upload_time": "2015-07-22T07:35:21", "url": "https://files.pythonhosted.org/packages/78/e7/849a9a06c690fca3133b3ca5010395b88c29f4360aa7fb9414337877987a/IDUtils-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f5961709cf947d799c933e54e02544d", "sha256": "7c38cfdc75f1fe18c2ef2cc1b6e378baace9960c9eb8973bba990f22cf493a07" }, "downloads": -1, "filename": "IDUtils-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7f5961709cf947d799c933e54e02544d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17135, "upload_time": "2015-07-22T07:35:24", "url": "https://files.pythonhosted.org/packages/5e/3d/e0803611b9f95a0b2480ee094c3729cfd7794b852f4664e7ec45482e0d5f/IDUtils-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "207fe1c6a94a3683c9d712f29cfd9eff", "sha256": "dcacc0d3ad440eb49cf54b514e3cd3c18919f9eaf79eabe9cd879294c85a4826" }, "downloads": -1, "filename": "IDUtils-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "207fe1c6a94a3683c9d712f29cfd9eff", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9187, "upload_time": "2016-04-07T15:30:08", "url": "https://files.pythonhosted.org/packages/ce/99/17aaf6063be3e79ab8cf4d9bed1fe7e7ad729642afcbda92c605110e39e1/IDUtils-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9aa72945d2b3970e801ff6263734999c", "sha256": "a02879d9fd79e473f3d2269938ac1239e8ea3c93b801b293a05becc7ddd114f0" }, "downloads": -1, "filename": "IDUtils-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9aa72945d2b3970e801ff6263734999c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17698, "upload_time": "2016-04-07T15:30:22", "url": "https://files.pythonhosted.org/packages/96/5a/60ab45d6b37dd3a2cac80c930e73cc2bf02f82e3ab049714b5c8fab42323/IDUtils-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "7767bacd12fd7ab0cb441c61aed404dd", "sha256": "663aaebd16d8b16136c48077521c328245b9780dbd88ee30e6601374a4798bb5" }, "downloads": -1, "filename": "IDUtils-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7767bacd12fd7ab0cb441c61aed404dd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9366, "upload_time": "2016-06-17T12:54:50", "url": "https://files.pythonhosted.org/packages/80/9d/205152776e76b2283e140fb8a2d4cd2fc68a9fe279daec208f121cfa1b1e/IDUtils-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b378c97bcb4f83cfe04b6d3b02c55bd8", "sha256": "91cc39516004e9dde7a110cdf1cdb1739e39b7cb46d92c1d366244bbcfdb493f" }, "downloads": -1, "filename": "IDUtils-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b378c97bcb4f83cfe04b6d3b02c55bd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17880, "upload_time": "2016-06-17T12:54:54", "url": "https://files.pythonhosted.org/packages/08/33/8e6989acec23b32782a39ecfb6fabd9d6c002804394431ccf5fdf2b4fb64/IDUtils-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e97632af4f03732181c65ea358c2410e", "sha256": "c7de03f41fa19ebdcb9f9d5069c70af71608ba6af129540918071d95f4058390" }, "downloads": -1, "filename": "IDUtils-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e97632af4f03732181c65ea358c2410e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9460, "upload_time": "2016-09-16T15:09:05", "url": "https://files.pythonhosted.org/packages/ce/87/76acba4dbf4598cbd6f4217a7f6f46023b857cdad27702cb35788211d133/IDUtils-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec72c950fa65e0d469339dcd6b597364", "sha256": "d3b6aed16f07043868819c40f2c3601724fd1f88bb05bd93433d364768139967" }, "downloads": -1, "filename": "IDUtils-0.2.2.tar.gz", "has_sig": false, "md5_digest": "ec72c950fa65e0d469339dcd6b597364", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17922, "upload_time": "2016-09-16T15:09:07", "url": "https://files.pythonhosted.org/packages/cc/17/ec6f6cb7688b404ee8809bec3d70f2347aa0afa654f72a7dfeff0f79dfbc/IDUtils-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "5a6b676e342450564a4a7a17b07657f9", "sha256": "48916154b4ecc396272e8b6ef020aeac785816e05ce6cc6ef14ca82705f50233" }, "downloads": -1, "filename": "IDUtils-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5a6b676e342450564a4a7a17b07657f9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9987, "upload_time": "2016-09-21T16:51:38", "url": "https://files.pythonhosted.org/packages/be/10/511e6ef2c36fa17ce8764563717e404ec627658f4f506419528e30e18ec6/IDUtils-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9977102428188d1fd17f13d4b02df0e4", "sha256": "dc412b8d8bbcbb2779e8cd7f29cd6da8727cfef7f1a74a28fdf54c3d26d54b6b" }, "downloads": -1, "filename": "IDUtils-0.2.3.tar.gz", "has_sig": false, "md5_digest": "9977102428188d1fd17f13d4b02df0e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18517, "upload_time": "2016-09-21T16:51:41", "url": "https://files.pythonhosted.org/packages/6a/b1/659cb9d0ae6238a07c0cbbd06b3cd48770e923d33da0a7d1b72e77835492/IDUtils-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "41abc322b2810fb331a36d6b8f676f0d", "sha256": "d525593288cb921a2657876ef4ff0ad63cd8e3da1196bea4d1476e9e39c63d2d" }, "downloads": -1, "filename": "IDUtils-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "41abc322b2810fb331a36d6b8f676f0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10157, "upload_time": "2017-01-31T08:01:36", "url": "https://files.pythonhosted.org/packages/ad/f2/209b5775a05402f53dd1f254c60e945e6f73ff8d54b83188e699c3fa8d9d/IDUtils-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e0b88e88b18d5b9a446e6671b2e370c", "sha256": "4dfb0b9d0905b40ef03078e0888c379c50abf12751ce4c3379448df19275133f" }, "downloads": -1, "filename": "IDUtils-0.2.4.tar.gz", "has_sig": false, "md5_digest": "7e0b88e88b18d5b9a446e6671b2e370c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18892, "upload_time": "2017-01-31T08:01:38", "url": "https://files.pythonhosted.org/packages/1c/d8/da58c5e3c488d15d7cc6777774ec5d578372a0d9f27a8042238c82b9ccd0/IDUtils-0.2.4.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "e6e2ed26bc3a75a817b5634deb81520a", "sha256": "08c53fa2fcbe703d0dd897baecf11a789451041070958ab2013b1e55927e3286" }, "downloads": -1, "filename": "IDUtils-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e6e2ed26bc3a75a817b5634deb81520a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10486, "upload_time": "2017-12-06T23:02:19", "url": "https://files.pythonhosted.org/packages/8c/80/b7d862fb179477b58113daeed94c88c1c8e975fe4df696a07e07eb733c99/IDUtils-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c68d0486a141e2d66f5ec454da9e640", "sha256": "913e2c7ae625be8c67bf5ff0add7d17f6f90af4b5b627be11d13ff3f73c2e2e6" }, "downloads": -1, "filename": "IDUtils-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3c68d0486a141e2d66f5ec454da9e640", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19434, "upload_time": "2017-12-06T23:02:20", "url": "https://files.pythonhosted.org/packages/66/8f/d58abed77fcaee65b2dda53232c29a82478ad6b410c21d3e693aba998987/IDUtils-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "fe1c9a096668f60c3afc7e2293d01927", "sha256": "0cf3a10efe698a82e3e5c30d77ea3e836a9e9d211e25b532569e33e7b4aabf66" }, "downloads": -1, "filename": "IDUtils-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe1c9a096668f60c3afc7e2293d01927", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7862, "upload_time": "2018-05-03T09:23:22", "url": "https://files.pythonhosted.org/packages/49/2b/ee36a12734050073f7a1038382da3524cbc5169205b668aea1833f4f0858/IDUtils-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd3a3ddc5a87c1582426743b20d563fb", "sha256": "d36c8ed85cf066d5b6fdd7dc1679c7fd67ab74bc02361dab6bbbaec40bf3cb0f" }, "downloads": -1, "filename": "IDUtils-1.0.1.tar.gz", "has_sig": false, "md5_digest": "dd3a3ddc5a87c1582426743b20d563fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19558, "upload_time": "2018-05-03T09:23:23", "url": "https://files.pythonhosted.org/packages/84/f5/2224fb4f76465db43e32958b19b53afdb8df37bac039396d2801817be9e9/IDUtils-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "eaa4442b67767effa67a881956733520", "sha256": "6c3acebad5795b1da6b43ce71398150b7887777d722b142e312ecdc969fcbf99" }, "downloads": -1, "filename": "IDUtils-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eaa4442b67767effa67a881956733520", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11010, "upload_time": "2018-08-24T12:29:05", "url": "https://files.pythonhosted.org/packages/46/9a/fab0c58905821b954ed2e0cefb7ed9fd502c32e61f170bbf6f15050793aa/IDUtils-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae97a738f803e3f26b5a7e58f05d5f26", "sha256": "c02f657ba0ff6c8763cb53acfc40aa76337d1ef28ba5002b2b19dab42381bc90" }, "downloads": -1, "filename": "IDUtils-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ae97a738f803e3f26b5a7e58f05d5f26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22866, "upload_time": "2018-08-24T12:29:06", "url": "https://files.pythonhosted.org/packages/85/be/35fc17ed93be31307081b8c938bf7e53dba8faa4d84eddeec86d50f3b275/IDUtils-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "e02db490d366e2adf5aa10c5cd510d64", "sha256": "0f6fcfe8c28adbe00eaec84a73d82b1e76740381204c70d0ad2b29707c51077b" }, "downloads": -1, "filename": "IDUtils-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e02db490d366e2adf5aa10c5cd510d64", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12804, "upload_time": "2018-11-28T18:30:08", "url": "https://files.pythonhosted.org/packages/b7/91/2a81db03e4ee8977c881f624129d07e298b5defdfd25afe3ed9c01d4ef69/IDUtils-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d60e43554b77390ef327727b44ff2a7", "sha256": "eb99c02f1f9f86b587f4da18a48ce62a309259ce008c78af3aa6654f8e86e98a" }, "downloads": -1, "filename": "IDUtils-1.1.1.tar.gz", "has_sig": false, "md5_digest": "8d60e43554b77390ef327727b44ff2a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23119, "upload_time": "2018-11-28T18:30:10", "url": "https://files.pythonhosted.org/packages/68/55/00be28a98449f90619de542a8088128961e9b4c6614f705824a7d7112ddb/IDUtils-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "e46ec2a79ea3e57dce4a287205813304", "sha256": "ad6d0d881cc00c7ea39ff7fb2b7c4acb6ab8760ad468401467cec3a07fd0ca5a" }, "downloads": -1, "filename": "IDUtils-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e46ec2a79ea3e57dce4a287205813304", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12977, "upload_time": "2019-03-01T12:32:02", "url": "https://files.pythonhosted.org/packages/47/57/6ceb54045c15ed313572909dc5ccb5a8202df006f2231be601d643927786/IDUtils-1.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ce52bc225d723ec4984c797a131d5be", "sha256": "72468741a574f1cd86fc4219fde4e2456d2c11f789711c397318fa781be8086f" }, "downloads": -1, "filename": "IDUtils-1.1.2.tar.gz", "has_sig": false, "md5_digest": "8ce52bc225d723ec4984c797a131d5be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21682, "upload_time": "2019-03-01T12:32:04", "url": "https://files.pythonhosted.org/packages/af/89/971d4abe5db736888737adc01bcf752de07e8eb17261a028991a14d1bc9c/IDUtils-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "b3f0dbeb51e8477f6be3d01baaa81879", "sha256": "a28ff017c431b1732d598d3b677409c60e3f770ac5803bf3b7ce25ed02cd658e" }, "downloads": -1, "filename": "IDUtils-1.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b3f0dbeb51e8477f6be3d01baaa81879", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13020, "upload_time": "2019-09-17T12:51:19", "url": "https://files.pythonhosted.org/packages/99/1c/e2c24821974b0e70ef889620586726700b996885f81b6837a0684feffdb4/IDUtils-1.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c1b90f491ea31fc5115074ec97ba57c", "sha256": "1e92c4f4d2fa546ff7fb34d9a8e8be6cab44e4a7c735a5b2d28607b3b2aa03e3" }, "downloads": -1, "filename": "IDUtils-1.1.3.tar.gz", "has_sig": false, "md5_digest": "8c1b90f491ea31fc5115074ec97ba57c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23556, "upload_time": "2019-09-17T12:51:21", "url": "https://files.pythonhosted.org/packages/6e/cf/9bf1513ff4c1af453adc73d8a7563a459308af8eab752b3d863531f888be/IDUtils-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "cfc5d44c5d1ca8fe1e7d5aa48a23ec46", "sha256": "dac173875ad77ae61d58d77b82bfbddfa411eb3fc26a1a7994d0195a7beb2d16" }, "downloads": -1, "filename": "IDUtils-1.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cfc5d44c5d1ca8fe1e7d5aa48a23ec46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13140, "upload_time": "2019-09-27T12:20:45", "url": "https://files.pythonhosted.org/packages/71/f0/fed65467cba78d7708c4bde080202584c8daf7b373931fb7a56942141659/IDUtils-1.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e92369bbd49f73818e0fbc572f8b97e", "sha256": "2bb23a159d58572b7c5061201acc1efb0e04b18f04e7b957b6529444a854b60f" }, "downloads": -1, "filename": "IDUtils-1.1.4.tar.gz", "has_sig": false, "md5_digest": "4e92369bbd49f73818e0fbc572f8b97e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23809, "upload_time": "2019-09-27T12:20:47", "url": "https://files.pythonhosted.org/packages/43/c8/17115b92b5d2c25c38a1063f75bc8bf45aed5a89a394dbca7e5414a8c26f/IDUtils-1.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cfc5d44c5d1ca8fe1e7d5aa48a23ec46", "sha256": "dac173875ad77ae61d58d77b82bfbddfa411eb3fc26a1a7994d0195a7beb2d16" }, "downloads": -1, "filename": "IDUtils-1.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cfc5d44c5d1ca8fe1e7d5aa48a23ec46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13140, "upload_time": "2019-09-27T12:20:45", "url": "https://files.pythonhosted.org/packages/71/f0/fed65467cba78d7708c4bde080202584c8daf7b373931fb7a56942141659/IDUtils-1.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e92369bbd49f73818e0fbc572f8b97e", "sha256": "2bb23a159d58572b7c5061201acc1efb0e04b18f04e7b957b6529444a854b60f" }, "downloads": -1, "filename": "IDUtils-1.1.4.tar.gz", "has_sig": false, "md5_digest": "4e92369bbd49f73818e0fbc572f8b97e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23809, "upload_time": "2019-09-27T12:20:47", "url": "https://files.pythonhosted.org/packages/43/c8/17115b92b5d2c25c38a1063f75bc8bf45aed5a89a394dbca7e5414a8c26f/IDUtils-1.1.4.tar.gz" } ] }