{ "info": { "author": "Cloud Python", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3" ], "description": "Compatibility Lib\n=================\n\n A library that calls the compatibility server to get compatibility\n information about Python packages, and provides utilities to store the\n results into BigQuery.\n\nRunning the server locally\n--------------------------\n\n1. Install Docker_\n\n.. _Docker: https://www.docker.com/community-edition\n\n2. Download the code:\n\n ::\n\n git clone git@github.com:GoogleCloudPlatform/cloud-opensource-python.git\n\n3. Build and run the Docker image\n\n ::\n\n cd cloud-opensource-python/compatbility_server\n ./run-in-docker.sh\n\nTesting the server out\n----------------------\n\n ::\n\n curl 'http://0.0.0.0:8888/?package=six&package=Django&python-version=3' | python3 -m json.tool\n {\n \"result\": \"SUCCESS\",\n \"packages\": [\n \"six\",\n \"Django\"\n ],\n \"description\": null,\n \"requirements\": \"absl-py==0.2.2\\napparmor==2.11.1\\nasn1crypto==0.24.0\\nastor==0.6.2\\natomicwrites==1.1.5\\nattrs==18.1.0\\nbleach==1.5.0\\nblinker==1.3\\nBrlapi==0.6.6\\ncachetools==2.1.0\\ncertifi==2018.4.16\\nchardet==3.0.4\\ncheckbox-ng==0.23\\ncheckbox-support==0.22\\ncolorlog==2.10.0\\ncryptography==2.1.4\\ncupshelpers==1.0\\ndecorator==4.3.0\\ndefer==1.0.6\\nDjango==2.0.6\\nfeedparser==5.2.1\\ngast==0.2.0\\nglinux-rebootd==0.1\\ngoobuntu-config-tools==0.1\\ngoogle-api-core==1.2.0\\ngoogle-auth==1.5.0\\ngoogleapis-common-protos==1.5.3\\ngpg==1.10.0\\ngrpcio==1.12.1\\nguacamole==0.9.2\\nhtml5lib==0.9999999\\nhttplib2==0.9.2\\nidna==2.6\\nimportlab==0.1.1\\nIPy==0.83\\nJinja2==2.9.6\\nkeyring==10.5.1\\nkeyrings.alt==2.2\\nLibAppArmor==2.11.1\\nlouis==3.3.0\\nlxml==4.0.0\\nMako==1.0.7\\nMarkdown==2.6.11\\nMarkupSafe==1.0\\nmore-itertools==4.2.0\\nnetworkx==2.1\\nnox-automation==0.19.0\\nnumpy==1.14.5\\noauthlib==2.0.4\\nobno==29\\nolefile==0.44\\nonboard==1.4.1\\nopencensus==0.1.5\\npadme==1.1.1\\npexpect==4.2.1\\nPillow==4.3.0\\nplainbox==0.25\\npluggy==0.6.0\\nprotobuf==3.5.2.post1\\npsutil==5.4.2\\npy==1.5.3\\npyasn1==0.4.3\\npyasn1-modules==0.2.1\\npycairo==1.15.4\\npycrypto==2.6.1\\npycups==1.9.73\\npycurl==7.43.0\\npygobject==3.26.1\\npyinotify==0.9.6\\nPyJWT==1.5.3\\npyOpenSSL==17.5.0\\npyparsing==2.1.10\\npysmbc==1.0.15.6\\npytest==3.6.1\\npython-apt==1.4.0b3\\npython-debian==0.1.31\\npython-xapp==1.0.0\\npython-xlib==0.20\\npytype==2018.5.22.1\\npytz==2018.4\\npyxdg==0.25\\nPyYAML==3.12\\nreportlab==3.3.0\\nrequests==2.18.4\\nretrying==1.3.3\\nrsa==3.4.2\\nSecretStorage==2.3.1\\nsetproctitle==1.1.10\\nsix==1.11.0\\ntensorboard==1.8.0\\ntensorflow==1.8.0\\ntermcolor==1.1.0\\nufw==0.35\\nunattended-upgrades==0.1\\nurllib3==1.22\\nvirtualenv==16.0.0\\nWerkzeug==0.14.1\\nXlsxWriter==0.9.6\\nyoutube-dl==2017.11.6\\n\"\n }\n\nGet Compatibility Data using the library\n----------------------------------------\n\nThe library is sending requests to the compatibility server running GKE.\n\n ::\n\n from compatibility_lib import compatibility_checker\n\n checker = compatibility_checker.CompatibilityChecker()\n\n # Get self compatibility data\n checker.get_self_compatibility(python_version='2')\n\n # Get pairwise compatibility data\n checker.get_pairwise_compatibility(python_version='2')\n\n # Get the data and store to BigQuery\n from compatibility_lib import get_compatibility_data\n\n get_compatibility_data.write_to_status_table()\n\nDisclaimer\n----------\n\nThis is not an official Google product.\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/GoogleCloudPlatform/cloud-opensource-python/tree/master/compatibility_lib", "keywords": "", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "compatibility-lib", "package_url": "https://pypi.org/project/compatibility-lib/", "platform": "", "project_url": "https://pypi.org/project/compatibility-lib/", "project_urls": { "Homepage": "https://github.com/GoogleCloudPlatform/cloud-opensource-python/tree/master/compatibility_lib" }, "release_url": "https://pypi.org/project/compatibility-lib/0.1.11/", "requires_dist": null, "requires_python": "", "summary": "A library to get and store the dependency compatibility status data to BigQuery.", "version": "0.1.11" }, "last_serial": 5509023, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2e6e44e856ba7ef76de8d866431d0feb", "sha256": "265fc4ddc6eece76fceecd06d0756669b14d4f37321f32d49e208ae496f7226b" }, "downloads": -1, "filename": "compatibility_lib-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2e6e44e856ba7ef76de8d866431d0feb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23666, "upload_time": "2018-06-28T18:02:50", "url": "https://files.pythonhosted.org/packages/28/72/90d1d6a8805b1f91de184ff6d88453821132b1e67524f7885ee823c18c9d/compatibility_lib-0.0.1-py2.py3-none-any.whl" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "d0b26218d34af4c0d0ad3d50bf9df8da", "sha256": "1b7d8a46c0c718fbc1edc25485807bc9bf3f49c2b82cd4af6f0a5c84bb66a944" }, "downloads": -1, "filename": "compatibility_lib-0.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0b26218d34af4c0d0ad3d50bf9df8da", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38478, "upload_time": "2018-10-12T00:29:20", "url": "https://files.pythonhosted.org/packages/12/a9/f27e2db6811a1cb87ef111a0707e68ac4ae227bf88b86e2000e5b2824e2b/compatibility_lib-0.0.10-py2.py3-none-any.whl" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "995ba0dcd825a1c82ec744b7f6b34c1f", "sha256": "263021488bcf725906851ecbcb419f7864cf18e844bff4250dc694d09e35b0d5" }, "downloads": -1, "filename": "compatibility_lib-0.0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "995ba0dcd825a1c82ec744b7f6b34c1f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38624, "upload_time": "2018-11-02T20:59:46", "url": "https://files.pythonhosted.org/packages/ea/1d/dcc28ebb77b701269d212d378b6c69f90b7badafe44fc3e05f21347cec8a/compatibility_lib-0.0.11-py2.py3-none-any.whl" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "f5f7a7ec1a1d08ffd492df2b3ad0f4cd", "sha256": "bb8e115a6053aef32b307a392370b94994b2b42970e02af844d989baebcebe18" }, "downloads": -1, "filename": "compatibility_lib-0.0.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f5f7a7ec1a1d08ffd492df2b3ad0f4cd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38675, "upload_time": "2018-11-05T23:01:31", "url": "https://files.pythonhosted.org/packages/d6/01/3872cfb4e96774b773757aab627fa3e6b3c9dbc92066aad611e2535b82ed/compatibility_lib-0.0.12-py2.py3-none-any.whl" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "a3e50979dd26710ca641317e5e3543fd", "sha256": "a36f9faefea14d837719cd72c66460a914b4131a8b0d9ce2ae3ac16ee373982b" }, "downloads": -1, "filename": "compatibility_lib-0.0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a3e50979dd26710ca641317e5e3543fd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 52851, "upload_time": "2018-11-17T00:46:02", "url": "https://files.pythonhosted.org/packages/1c/23/7d78d5a9d73e7ab4863e96f9d9ffd285cd4ae75ea9daf634fea2fdc7af04/compatibility_lib-0.0.13-py2.py3-none-any.whl" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "3f6462a3e1610858223c23a0b58b2375", "sha256": "a68aacf30e71429a2269cdb26ac10ba311f28d1f6ccad8d1259bed6745bf0364" }, "downloads": -1, "filename": "compatibility_lib-0.0.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f6462a3e1610858223c23a0b58b2375", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39889, "upload_time": "2018-11-19T23:23:33", "url": "https://files.pythonhosted.org/packages/c3/27/c9e2e111d0c80dfb6e9cf79d6da3f83bcb42a1b50410bf8c6b0cfb7892e6/compatibility_lib-0.0.14-py2.py3-none-any.whl" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "b94fff5c216b021eb65a4365f1405b9d", "sha256": "4c90ce4f7d63189fb3f2457f67b275518593da139d7edae72c02e37e16de921a" }, "downloads": -1, "filename": "compatibility_lib-0.0.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b94fff5c216b021eb65a4365f1405b9d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 39886, "upload_time": "2018-12-04T02:28:23", "url": "https://files.pythonhosted.org/packages/04/73/6e72cdf11577a6296d32551ded512efa81e634fd54296c6d768e1cfbdb3c/compatibility_lib-0.0.15-py2.py3-none-any.whl" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "a8a129c8670a75f5a6eda7b9415a0953", "sha256": "22df0e8af018949b9c3a020bc0a437c7dbfecea1d743301259679257021320b1" }, "downloads": -1, "filename": "compatibility_lib-0.0.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a8a129c8670a75f5a6eda7b9415a0953", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 41431, "upload_time": "2018-12-17T20:33:23", "url": "https://files.pythonhosted.org/packages/16/74/e881451d70016b69a44923f4180be4edbcb9ef19238690cfcd0c2a5e24f9/compatibility_lib-0.0.16-py2.py3-none-any.whl" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "75c31d6641f095f3edbbdc1b87dff017", "sha256": "2e71c03b69b14ee43f1f1c661bf196b77572a5652d463b8cf49cda5b8eeb3161" }, "downloads": -1, "filename": "compatibility_lib-0.0.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "75c31d6641f095f3edbbdc1b87dff017", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 55271, "upload_time": "2018-12-18T17:35:04", "url": "https://files.pythonhosted.org/packages/77/70/fa519aae70b9e28e43c9206b9caec3ae61da8d04c2850c8d75924fe67af7/compatibility_lib-0.0.17-py2.py3-none-any.whl" } ], "0.0.18": [ { "comment_text": "", "digests": { "md5": "cb966c5a8a2c67c1a09a91e58883e8ed", "sha256": "2b8237b9600940dbf91d30b85d591368ef5a622fee13e066c01773ee41787c40" }, "downloads": -1, "filename": "compatibility_lib-0.0.18-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb966c5a8a2c67c1a09a91e58883e8ed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 41425, "upload_time": "2019-01-16T18:35:09", "url": "https://files.pythonhosted.org/packages/c3/a3/c0fe13fb87b71fcbc0f6bfe2268f2e80157c451efd225ed7df97a301dcd9/compatibility_lib-0.0.18-py2.py3-none-any.whl" } ], "0.0.19": [ { "comment_text": "", "digests": { "md5": "3a0877ced23de251568a38c1650cb337", "sha256": "2b7af56d564c4e9dee2b975f6a325811e66272284d9fc2be294ec11663a81658" }, "downloads": -1, "filename": "compatibility_lib-0.0.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a0877ced23de251568a38c1650cb337", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 42299, "upload_time": "2019-01-26T00:03:00", "url": "https://files.pythonhosted.org/packages/8e/4b/49ecb39bb5bc632de4b302e2a9525471777eca089fb974a1ed558b711373/compatibility_lib-0.0.19-py2.py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6445ee696558f4a02bc7302cff879ba9", "sha256": "918d42a1ed7e08cc42e822dd38de7f656fbacf1dd5de6cae90360907149a40c2" }, "downloads": -1, "filename": "compatibility_lib-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6445ee696558f4a02bc7302cff879ba9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24362, "upload_time": "2018-06-28T18:19:46", "url": "https://files.pythonhosted.org/packages/0f/12/077ccc881e7c6cec6c0f19d7ab34844df2ab7ce8245b1f3f16dea886c7fa/compatibility_lib-0.0.2-py2.py3-none-any.whl" } ], "0.0.20": [ { "comment_text": "", "digests": { "md5": "d0da4c2ec7c55ef14d4fc0cac3f83090", "sha256": "cc1df3456586cbaf2582d2523a6feec2dc19cefb0ee3002b7f86e0d2fd138160" }, "downloads": -1, "filename": "compatibility_lib-0.0.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0da4c2ec7c55ef14d4fc0cac3f83090", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43453, "upload_time": "2019-02-13T19:36:04", "url": "https://files.pythonhosted.org/packages/72/0f/ded108859890eaa69882ae180e821a05a4abd96ed830757d318bde9cb9e8/compatibility_lib-0.0.20-py2.py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "3f70da6d77e6030792055068a0801a61", "sha256": "16f797c12890c292c1ed84d2f66a4b95b6928e7fc507bd87d0bfa3f73d9b61aa" }, "downloads": -1, "filename": "compatibility_lib-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f70da6d77e6030792055068a0801a61", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30284, "upload_time": "2018-07-20T22:58:32", "url": "https://files.pythonhosted.org/packages/6c/fc/d2a3f1c419c5e556ef4065af77f865a44b740ef21503220159c04b9952b2/compatibility_lib-0.0.3-py2.py3-none-any.whl" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "cc2b2e0cf623293e9a536cad72302f00", "sha256": "3710c96713750603d921cb69d51d24f705cdc40f9edafd36c9f490f6aafb9727" }, "downloads": -1, "filename": "compatibility_lib-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc2b2e0cf623293e9a536cad72302f00", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30325, "upload_time": "2018-08-13T23:17:29", "url": "https://files.pythonhosted.org/packages/c5/6c/c83f141ecdf513dc4293dd5aed5522a776d8c455b86012820332c2697706/compatibility_lib-0.0.4-py2.py3-none-any.whl" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "1b88494296694da004380245a0c214e8", "sha256": "147e8636fb03a1dc0896dc28657d0b345cc768522c9f948f17727e3d22f9d0da" }, "downloads": -1, "filename": "compatibility_lib-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1b88494296694da004380245a0c214e8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 38820, "upload_time": "2018-08-27T16:56:46", "url": "https://files.pythonhosted.org/packages/b8/b3/8e05152e72a312d37126761693a50d21aa405a130b02a6c11ce152bae196/compatibility_lib-0.0.5-py2.py3-none-any.whl" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "6c6d68532e2ad65ec545de697c1b5f62", "sha256": "fe3f80a43ba5d14760b4da5da19568a025c2d34f5930985b963a214a0a13877e" }, "downloads": -1, "filename": "compatibility_lib-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c6d68532e2ad65ec545de697c1b5f62", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34601, "upload_time": "2018-09-19T23:22:33", "url": "https://files.pythonhosted.org/packages/b2/0a/58eb17776f562717eb5300579e1e7f5fbb745b1b6b586220328f7ec6873f/compatibility_lib-0.0.6-py2.py3-none-any.whl" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "f729d1e550683634e8ba36b2e7e16010", "sha256": "654afe654b49fd2714edb8bb9ad6852bd6e230996f4331410872aa2ebe7354b4" }, "downloads": -1, "filename": "compatibility_lib-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f729d1e550683634e8ba36b2e7e16010", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47528, "upload_time": "2018-09-28T00:57:13", "url": "https://files.pythonhosted.org/packages/42/d6/0e9cb49d138a148376dd2a8a482ef7b13fac2c665e7a5d00447f46968b3f/compatibility_lib-0.0.7-py2.py3-none-any.whl" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "2eff643895fedd88faaab51e48484a8d", "sha256": "c458b95ba72c0d16c7d79d14004f221c9ff4b4598110848f47050ec4e32b03e5" }, "downloads": -1, "filename": "compatibility_lib-0.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2eff643895fedd88faaab51e48484a8d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 34785, "upload_time": "2018-10-02T17:37:56", "url": "https://files.pythonhosted.org/packages/10/89/cb775b922f5cbe7d19b86682bdc9a79bd7c2f91233957c04dcbc6eda0570/compatibility_lib-0.0.8-py2.py3-none-any.whl" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "1c2c613b533607cf05fbf4e7e608ec19", "sha256": "45af408f8bc612b489cc352f30dde9225411ae418be613becff2ac953f2b96e9" }, "downloads": -1, "filename": "compatibility_lib-0.0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1c2c613b533607cf05fbf4e7e608ec19", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 37984, "upload_time": "2018-10-10T23:35:39", "url": "https://files.pythonhosted.org/packages/92/85/56e2f1ffbd93f3b9590bb5c0583ee64b7de967ef94120c7225fdea3f7a62/compatibility_lib-0.0.9-py2.py3-none-any.whl" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "66359fc243cd0fb2379e2d33046c7203", "sha256": "c7400778d731a8bfcb0d68d42aad436b356f47fcf56761183a927f79bde1337a" }, "downloads": -1, "filename": "compatibility_lib-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66359fc243cd0fb2379e2d33046c7203", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43712, "upload_time": "2019-02-21T19:33:01", "url": "https://files.pythonhosted.org/packages/75/fb/d843c6f685a051c40c66f11317291f4b8b6ed184fccbf1e9a6784effd9f6/compatibility_lib-0.1.0-py2.py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a8ab437e914922d656ac85a4b68fe993", "sha256": "732645f4cdfb437a8a3f88d79904a72cb2e45f965dcfd1a4291c55704115db6b" }, "downloads": -1, "filename": "compatibility_lib-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a8ab437e914922d656ac85a4b68fe993", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43709, "upload_time": "2019-02-22T00:04:50", "url": "https://files.pythonhosted.org/packages/d3/25/4ca527dc53a4199b5d718e3a3d59af981d5bb662ec736dc663e0c69c6a32/compatibility_lib-0.1.1-py2.py3-none-any.whl" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "d90c80284321ca4c42350a0a94010302", "sha256": "4fb7c09a754839e84aa29419eed047e5bebd7ef60e861a92c3791e919a5c7250" }, "downloads": -1, "filename": "compatibility_lib-0.1.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d90c80284321ca4c42350a0a94010302", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48015, "upload_time": "2019-06-25T18:17:16", "url": "https://files.pythonhosted.org/packages/c4/d4/606303cca4b60cbba7adf4908a754d8598b8380ec1f9dbb1376f4111a52e/compatibility_lib-0.1.10-py2.py3-none-any.whl" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "e1258938b696290533c5e214f85fcd65", "sha256": "85739eb7439fb2c24e8b91c5230c1831ce647e116e0e36a19d81e430934d4161" }, "downloads": -1, "filename": "compatibility_lib-0.1.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e1258938b696290533c5e214f85fcd65", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48569, "upload_time": "2019-07-09T20:53:33", "url": "https://files.pythonhosted.org/packages/10/dc/30b2a98fc5e0586533053c9b0d0f2afff2124d0f97b9ca56ded05f3a6cb9/compatibility_lib-0.1.11-py2.py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "519be0744314ea72d1dfc0d87ceca94b", "sha256": "454105fe2e25dd157a667e27ed7b168eec20e25fd374b4bb50b60cffc4e320c0" }, "downloads": -1, "filename": "compatibility_lib-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "519be0744314ea72d1dfc0d87ceca94b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43866, "upload_time": "2019-02-22T22:57:41", "url": "https://files.pythonhosted.org/packages/53/43/8b42738cd3e705c6ac3dfe5d476220a4cd7093b4c6edeab84cbd07e990bc/compatibility_lib-0.1.2-py2.py3-none-any.whl" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a87820cfacf6a6a4a7f31a7bf113777d", "sha256": "6fe7ead0b81c662d935a0d885ad741af65e00bca30d871d9c84f8ded04b51058" }, "downloads": -1, "filename": "compatibility_lib-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a87820cfacf6a6a4a7f31a7bf113777d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43895, "upload_time": "2019-02-25T23:36:24", "url": "https://files.pythonhosted.org/packages/66/bb/79210a513c4cfb32d4daf34dbf0d548c95913608224a5cf169601b61b36f/compatibility_lib-0.1.3-py2.py3-none-any.whl" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "105ff3d68ee88bdca639eda5d08b76b3", "sha256": "613dd5f9436404bc1f478b609d48475c16e033a52f35e5a9486b035253895f89" }, "downloads": -1, "filename": "compatibility_lib-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "105ff3d68ee88bdca639eda5d08b76b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 44104, "upload_time": "2019-03-01T23:52:14", "url": "https://files.pythonhosted.org/packages/30/bc/2a8ab465590c23d2f32d0495c290c5a7cae55f926e99024ce86261a08ae1/compatibility_lib-0.1.4-py2.py3-none-any.whl" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "8a2c3c1ad5c03c946f6124325990a0d2", "sha256": "370ed23440f4b5b7752be797245d79625261645d793291ccab0359a182bbae07" }, "downloads": -1, "filename": "compatibility_lib-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a2c3c1ad5c03c946f6124325990a0d2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57976, "upload_time": "2019-03-02T00:20:25", "url": "https://files.pythonhosted.org/packages/1c/a1/ac5e453490809b000f5491d70d8162841d2fa0f44f38bdae28795fca8219/compatibility_lib-0.1.5-py2.py3-none-any.whl" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "c2b14e704967fea4c2137d37d8fa0e8b", "sha256": "4b187c2e2130154ad81d587aecd2964067f4c49e39e037e23977f8e71320170c" }, "downloads": -1, "filename": "compatibility_lib-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c2b14e704967fea4c2137d37d8fa0e8b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46961, "upload_time": "2019-04-15T18:40:44", "url": "https://files.pythonhosted.org/packages/6c/1b/6b81b9df2528f8c6d78be4b82079b2acdb5b21fdfb6ff62b9d51868b453a/compatibility_lib-0.1.6-py2.py3-none-any.whl" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "c59fdb6e466420701d4f7436b1717815", "sha256": "f970818ace36f03e94cf1d4bbea6f051353898707a998e068b92eb7d79eb14ab" }, "downloads": -1, "filename": "compatibility_lib-0.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c59fdb6e466420701d4f7436b1717815", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47733, "upload_time": "2019-06-10T20:45:04", "url": "https://files.pythonhosted.org/packages/2d/f2/ad8f7b68531cdb8697e2f723401ff5d160511440eb0f792073ddb2054bae/compatibility_lib-0.1.7-py2.py3-none-any.whl" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "afea9c6253a9a2dfe3418cfe9edeb845", "sha256": "efb7acdde3b804a940254acd0fc15ab2a2d264dcbaf5e394ae119e34d8b1aa0d" }, "downloads": -1, "filename": "compatibility_lib-0.1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "afea9c6253a9a2dfe3418cfe9edeb845", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48301, "upload_time": "2019-06-11T20:51:14", "url": "https://files.pythonhosted.org/packages/06/00/9f9e9fc967367ba75a496e8418b945c8e91f09a04cb7fd07c12b8296b01b/compatibility_lib-0.1.8-py2.py3-none-any.whl" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "ac7ea746b5df92a496237a54aa8e06b4", "sha256": "f72de5c67493d43b35e0b503f19256ad13a9ad19df94f43a8791a033454baa04" }, "downloads": -1, "filename": "compatibility_lib-0.1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ac7ea746b5df92a496237a54aa8e06b4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 47890, "upload_time": "2019-06-13T21:55:56", "url": "https://files.pythonhosted.org/packages/c6/d3/38ee4546b14e33ecce37aca3dcdb663537ed23ed0dbd3972555291638779/compatibility_lib-0.1.9-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e1258938b696290533c5e214f85fcd65", "sha256": "85739eb7439fb2c24e8b91c5230c1831ce647e116e0e36a19d81e430934d4161" }, "downloads": -1, "filename": "compatibility_lib-0.1.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e1258938b696290533c5e214f85fcd65", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48569, "upload_time": "2019-07-09T20:53:33", "url": "https://files.pythonhosted.org/packages/10/dc/30b2a98fc5e0586533053c9b0d0f2afff2124d0f97b9ca56ded05f3a6cb9/compatibility_lib-0.1.11-py2.py3-none-any.whl" } ] }