{ "info": { "author": "Paul Logston", "author_email": "paul@15five.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-scim2\n============\n\n|tests| |coverage| |docs|\n\nThis is a provider-side implementation of the SCIM 2.0 [1]_\nspecification for use in Django.\n\nNote that currently the only supported database is Postgres.\n\n\nInstallation\n------------\n\nInstall with pip::\n\n$ pip install django-scim2\n\nThen add the ``django_scim`` app to ``INSTALLED_APPS`` in your Django's settings::\n\n INSTALLED_APPS = (\n ...\n 'django_scim',\n )\n\nAdd the appropriate middleware to authorize or deny the SCIM calls::\n\n MIDDLEWARE_CLASSES = (\n ...\n 'django_scim.middleware.SCIMAuthCheckMiddleware',\n ...\n )\n\nMake sure to place this middleware after authentication middleware as this\nmiddleware simply checks `request.user.is_anonymous()` to determine if the SCIM\nrequest should be allowed or denied.\n\nAdd the necessary url patterns to your root urls.py file. Please note that the\nnamespace is mandatory and must be named `scim`::\n\n # Django 1.11\n urlpatterns = [\n ...\n url(r'^scim/v2/', include('django_scim.urls', namespace='scim')),\n ]\n\n # Django 2+\n urlpatterns = [\n ...\n path('scim/v2/', include('django_scim.urls')),\n ]\n\nFinally, add settings appropriate for you app to your settings.py file::\n\n SCIM_SERVICE_PROVIDER = {\n 'NETLOC': 'localhost',\n 'AUTHENTICATION_SCHEMES': [\n {\n 'type': 'oauth2',\n 'name': 'OAuth 2',\n 'description': 'Oauth 2 implemented with bearer token',\n },\n ],\n }\n\nOther SCIM settings can be provided but those listed above are required.\n\nPyPI\n----\n\nhttps://pypi.python.org/pypi/django-scim2\n\nSource\n------\n\nhttps://github.com/15five/django-scim2\n\nDocumentation\n-------------\n\n.. |docs| image:: https://readthedocs.org/projects/django-scim2/badge/\n :target: https://django-scim2.readthedocs.io/\n :alt: Documentation Status\n\nhttps://django-scim2.readthedocs.io/\n\nTests\n-----\n\n.. |tests| image:: https://travis-ci.com/15five/django-scim2.svg?branch=master\n :target: https://travis-ci.com/15five/django-scim2\n\nhttps://travis-ci.com/15five/django-scim2\n\n\nCoverage\n--------\n\n.. |coverage| image:: https://codecov.io/gh/15five/django-scim2/graph/badge.svg\n :target: https://codecov.io/gh/15five/django-scim2\n\nhttps://codecov.io/gh/15five/django-scim2/\n\nLicense\n-------\n\nThis library is released under the terms of the **MIT license**. Full details in ``LICENSE.txt`` file.\n\n\nExtensibility\n-------------\n\nThis library was forked and developed to be highly extensible. A number of\nadapters can be defined to control what different endpoints do to your resources.\nPlease see the documentation for more details.\n\nPLEASE NOTE: This app does not implement authorization and authentication.\nSuch tasks are left for other apps such as `Django OAuth Toolkit`_ to implement.\n\n.. _`Django OAuth Toolkit`: https://github.com/evonove/django-oauth-toolkit\n\nCredits\n-------\n\nThis project was forked from https://bitbucket.org/atlassian/django_scim\n\n\n.. [1] http://www.simplecloud.info/, https://tools.ietf.org/html/rfc7644", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/15five/django-scim2/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/15five/django-scim2", "keywords": "django scim 2.0", "license": "MIT", "maintainer": "Paul Logston", "maintainer_email": "paul@15five.com", "name": "django-scim2", "package_url": "https://pypi.org/project/django-scim2/", "platform": "", "project_url": "https://pypi.org/project/django-scim2/", "project_urls": { "Download": "https://github.com/15five/django-scim2/archive/master.zip", "Homepage": "https://github.com/15five/django-scim2" }, "release_url": "https://pypi.org/project/django-scim2/0.14.2/", "requires_dist": null, "requires_python": "", "summary": "A partial implementation of the SCIM 2.0 provider specification for use with Django.", "version": "0.14.2" }, "last_serial": 5963023, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4d2ab34c4b9298ca6c57a0f205eaf1b7", "sha256": "af2897a3effd17740b8baa0454a32f419732291542efcaa4f3205f99c3432dc4" }, "downloads": -1, "filename": "django-scim2-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4d2ab34c4b9298ca6c57a0f205eaf1b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11949, "upload_time": "2016-12-13T22:11:19", "url": "https://files.pythonhosted.org/packages/e5/2c/a3fb698b19a0f488a8c6ca5399a2afdf004d219806f6051c5278c6fa9725/django-scim2-0.1.1.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "bac33e61ffd705385eaa1695f388b51a", "sha256": "8f8399fa128ef0403e8b2a1ea58c55f1c717f98af8e87d2e695bb2d3790f46b2" }, "downloads": -1, "filename": "django-scim2-0.10.1.tar.gz", "has_sig": false, "md5_digest": "bac33e61ffd705385eaa1695f388b51a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33797, "upload_time": "2019-03-01T07:14:33", "url": "https://files.pythonhosted.org/packages/f6/d6/58e48269bc082c8508259394dac01a464743cd23aede68203d5841340065/django-scim2-0.10.1.tar.gz" } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "f0ede9a704cd8c432389441e11a9aa0c", "sha256": "e2842b6afc7aa71fbbae50809e40a73281d9d78a5f7936c9525705e77b7ccb92" }, "downloads": -1, "filename": "django-scim2-0.10.3.tar.gz", "has_sig": false, "md5_digest": "f0ede9a704cd8c432389441e11a9aa0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33934, "upload_time": "2019-03-05T21:31:25", "url": "https://files.pythonhosted.org/packages/bf/f1/0c1a44775e8b1b24f3842d735581cc6d1487aa3d5d1962bcc1bd75f91f2e/django-scim2-0.10.3.tar.gz" } ], "0.10.4": [ { "comment_text": "", "digests": { "md5": "09a5e0aca3c6f844ba39e2baf5d95a35", "sha256": "94eb8c08a0698f20061471d5278a1016d5265cc08883fb5028df049ffc883bd4" }, "downloads": -1, "filename": "django-scim2-0.10.4.tar.gz", "has_sig": false, "md5_digest": "09a5e0aca3c6f844ba39e2baf5d95a35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33980, "upload_time": "2019-03-05T22:00:48", "url": "https://files.pythonhosted.org/packages/eb/77/9bb228d9309e5ff8ae7c2152e86e8f45b3a195a8819d326eef6ceff1a9c2/django-scim2-0.10.4.tar.gz" } ], "0.10.5": [ { "comment_text": "", "digests": { "md5": "a83c71a5a1b52e83dd1f6204cf59c78b", "sha256": "c42cd91097eef834c81b49239bc04ee531776b05602513d50709f70bf40ab8d8" }, "downloads": -1, "filename": "django-scim2-0.10.5.tar.gz", "has_sig": false, "md5_digest": "a83c71a5a1b52e83dd1f6204cf59c78b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34017, "upload_time": "2019-03-06T14:28:45", "url": "https://files.pythonhosted.org/packages/32/5d/c45f0f91935677874120175450d2de9d030c0ecd835c8eb3d12a44b08393/django-scim2-0.10.5.tar.gz" } ], "0.10.6": [ { "comment_text": "", "digests": { "md5": "8ad3749eb16e0d9388e74f9b2b9406ae", "sha256": "916d0f260ab2e75a646941501e794b742d8f14a06a572d70f34906d5bb84138d" }, "downloads": -1, "filename": "django-scim2-0.10.6.tar.gz", "has_sig": false, "md5_digest": "8ad3749eb16e0d9388e74f9b2b9406ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34235, "upload_time": "2019-03-06T17:20:20", "url": "https://files.pythonhosted.org/packages/37/48/0b7e50efdc2d9f029cb4e94d12a0942739080a822b39fea7ff15d8e866a8/django-scim2-0.10.6.tar.gz" } ], "0.10.7": [ { "comment_text": "", "digests": { "md5": "c01f0ed1f1416c543b8137b378a609d9", "sha256": "835ec65eaeebd8ec21b5f9d4ec74e8b3a3c88a5121527fcec05055ab4f7e861e" }, "downloads": -1, "filename": "django-scim2-0.10.7.tar.gz", "has_sig": false, "md5_digest": "c01f0ed1f1416c543b8137b378a609d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34588, "upload_time": "2019-04-18T22:57:43", "url": "https://files.pythonhosted.org/packages/5f/cd/de965736595d6eabde5c54ed33ea5debc912729163f25c0eec64e1b31395/django-scim2-0.10.7.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "0195e695e9298b03dbac87619bfe3198", "sha256": "d339ecca14835fad3794597e0d31d966e5beb3b2ef6cf776ac746c6d95b71544" }, "downloads": -1, "filename": "django-scim2-0.11.0.tar.gz", "has_sig": false, "md5_digest": "0195e695e9298b03dbac87619bfe3198", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25194, "upload_time": "2019-04-27T03:52:35", "url": "https://files.pythonhosted.org/packages/f4/cc/718d045b4af32342e360c03ec0abd5b74a771290237d95618e1a738594c4/django-scim2-0.11.0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "6a0e8eac18cce5da53f5c4848aef76c0", "sha256": "0bd5ec0860c854ba690b06f774c4f147beede8aefd68e3a2fd503b924e383ed2" }, "downloads": -1, "filename": "django-scim2-0.11.1.tar.gz", "has_sig": false, "md5_digest": "6a0e8eac18cce5da53f5c4848aef76c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20646, "upload_time": "2019-06-04T00:31:39", "url": "https://files.pythonhosted.org/packages/e7/01/716d9c11dd2cb4ba0ef723fe70193a6e54ae51b2ee30c37489d53c296182/django-scim2-0.11.1.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "738b8636fd7087eb8b533ddaa9acf395", "sha256": "caaa2ec0ab064b1db1f3107424fc1682205805cc46a160a7cf300c5f70ac32ee" }, "downloads": -1, "filename": "django-scim2-0.12.0.tar.gz", "has_sig": false, "md5_digest": "738b8636fd7087eb8b533ddaa9acf395", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28066, "upload_time": "2019-06-04T23:57:39", "url": "https://files.pythonhosted.org/packages/81/ec/c0e852dc2ff2b55dcb7bfbb5433a8353d5f832b46abf9afd168d3583fbee/django-scim2-0.12.0.tar.gz" } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "3737ffcd9515d79d7a504647e1ec9250", "sha256": "3df4117bb5f8b7c1a51f3b9b772ffcd17692b73139b24eb8e50e814380ae5040" }, "downloads": -1, "filename": "django-scim2-0.12.1.tar.gz", "has_sig": false, "md5_digest": "3737ffcd9515d79d7a504647e1ec9250", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28313, "upload_time": "2019-06-05T18:53:32", "url": "https://files.pythonhosted.org/packages/2a/3b/3a935fe1e8ecfcf3e38ae0f94ae88b255e62d0328662cf32b73cff39d9f8/django-scim2-0.12.1.tar.gz" } ], "0.12.2": [ { "comment_text": "", "digests": { "md5": "9e64bcb6e0ee7633e7a0782428c80f1c", "sha256": "67863d74c79d78eecfc51bba9864eba29caa8feed14e8b53bab543cdcc217b00" }, "downloads": -1, "filename": "django-scim2-0.12.2.tar.gz", "has_sig": false, "md5_digest": "9e64bcb6e0ee7633e7a0782428c80f1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27352, "upload_time": "2019-06-19T20:18:39", "url": "https://files.pythonhosted.org/packages/03/db/4f5ebc0643e9224f109ac8ec7db8f776ebb8296c5e750e40a3d128dcbe1a/django-scim2-0.12.2.tar.gz" } ], "0.12.3": [ { "comment_text": "", "digests": { "md5": "2921c76bec075e024493673c9fead077", "sha256": "804ec73d145a80f1daebf1d769d21d5b3efa2bffe509c90810c0460f076612c4" }, "downloads": -1, "filename": "django-scim2-0.12.3.tar.gz", "has_sig": false, "md5_digest": "2921c76bec075e024493673c9fead077", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27403, "upload_time": "2019-07-09T20:14:51", "url": "https://files.pythonhosted.org/packages/3c/e7/41f415f3384bbf30b7087b971d3b6d1bbe46600e92e4802138473e8ad4e3/django-scim2-0.12.3.tar.gz" } ], "0.12.4": [ { "comment_text": "", "digests": { "md5": "d0ffa9bacf33ee40b2eadf620d25491a", "sha256": "1a83b26a817a4111c88a67c3a1bafeba205549de454d457f4e46c58fc7692832" }, "downloads": -1, "filename": "django-scim2-0.12.4.tar.gz", "has_sig": false, "md5_digest": "d0ffa9bacf33ee40b2eadf620d25491a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27410, "upload_time": "2019-07-09T23:04:09", "url": "https://files.pythonhosted.org/packages/f2/2b/e08070935fd1538e4c6f3fbee4e99c12491340a3dede6daa0a5a684868d2/django-scim2-0.12.4.tar.gz" } ], "0.12.5": [ { "comment_text": "", "digests": { "md5": "3029e298234b3ba70afe918ce45ff4cf", "sha256": "fc90a8e25e8fca0d323e529f38bda1c240389aace330dc507940c2328caca4ea" }, "downloads": -1, "filename": "django-scim2-0.12.5.tar.gz", "has_sig": false, "md5_digest": "3029e298234b3ba70afe918ce45ff4cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27435, "upload_time": "2019-07-10T00:17:00", "url": "https://files.pythonhosted.org/packages/57/c5/1443a4c54ed8a21569c84398551cf229eb28f2fa202ae5174f113492886f/django-scim2-0.12.5.tar.gz" } ], "0.12.6": [ { "comment_text": "", "digests": { "md5": "c211a3eba5b91deb70b76dc5e3774c48", "sha256": "71815175e97d69abdbd1e2a44f991fa9384170ac8e2c2448b786257142134cc1" }, "downloads": -1, "filename": "django-scim2-0.12.6.tar.gz", "has_sig": false, "md5_digest": "c211a3eba5b91deb70b76dc5e3774c48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27895, "upload_time": "2019-07-10T18:45:04", "url": "https://files.pythonhosted.org/packages/c2/7b/0f4fa088129e45708f1481adc7250a65fbcfb50d1e85fb42f5393cdb549c/django-scim2-0.12.6.tar.gz" } ], "0.12.7": [ { "comment_text": "", "digests": { "md5": "bf5727e951beb2e2738e7d259e0dff76", "sha256": "937c1456b8bea3532a17f35eb2e44d6c46876a0371e63bbb0f98ab0693d58cec" }, "downloads": -1, "filename": "django-scim2-0.12.7.tar.gz", "has_sig": false, "md5_digest": "bf5727e951beb2e2738e7d259e0dff76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27874, "upload_time": "2019-07-10T20:22:23", "url": "https://files.pythonhosted.org/packages/f9/84/68c4a0d41330f562c49a5a21de0974583a4c74dd44ff8e30a36c3447591f/django-scim2-0.12.7.tar.gz" } ], "0.12.8": [ { "comment_text": "", "digests": { "md5": "75ca7aa597dacff72138ef81f72b2872", "sha256": "ff5def8f4280a135b12d75c35e692edab85e402203cbebebdcc5c33e6c920bd3" }, "downloads": -1, "filename": "django-scim2-0.12.8.tar.gz", "has_sig": false, "md5_digest": "75ca7aa597dacff72138ef81f72b2872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27893, "upload_time": "2019-08-01T22:14:57", "url": "https://files.pythonhosted.org/packages/28/39/c933fb3ec1857edadabbb37da31cbe73d1ecfe37dd05611fd1e02fa67862/django-scim2-0.12.8.tar.gz" } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "c1dcd34ab2588c818281f0de3b931b0d", "sha256": "16ae76a41b32b068a39e3424772c8597cfe9bf5803b55f228a169663c37267d0" }, "downloads": -1, "filename": "django-scim2-0.13.0.tar.gz", "has_sig": false, "md5_digest": "c1dcd34ab2588c818281f0de3b931b0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28172, "upload_time": "2019-08-13T03:26:08", "url": "https://files.pythonhosted.org/packages/68/37/fd9d671b65520ed14c782f5a0efaa7aa08a42d315267bf5a19bc85a82043/django-scim2-0.13.0.tar.gz" } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "f24217e0bd8f7d427b8a49a50408118e", "sha256": "648c6751673abf5a7f579f58ba1ed4e692460164b97071e46452eb0ae423c8eb" }, "downloads": -1, "filename": "django-scim2-0.13.1.tar.gz", "has_sig": false, "md5_digest": "f24217e0bd8f7d427b8a49a50408118e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28242, "upload_time": "2019-08-13T23:41:15", "url": "https://files.pythonhosted.org/packages/d4/7e/40dcea72bd68f107cc2c64dae6a32d5f648a9e85390b611252f3674a1aa4/django-scim2-0.13.1.tar.gz" } ], "0.13.2": [ { "comment_text": "", "digests": { "md5": "5a9a840d7cb8c806036234780bd6ecd9", "sha256": "1ad673b825133f7de05d44597970aa14a12344513c356de259dfff1590a82532" }, "downloads": -1, "filename": "django-scim2-0.13.2.tar.gz", "has_sig": false, "md5_digest": "5a9a840d7cb8c806036234780bd6ecd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28283, "upload_time": "2019-08-22T18:46:49", "url": "https://files.pythonhosted.org/packages/de/11/b3a8e2ee5b7601ec0a1839b23dcd3027604f2081500a07cba7fdd5699677/django-scim2-0.13.2.tar.gz" } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "c70874d6ed1d31c14c5c501bc2b6b508", "sha256": "018cb668b385ee1abbd685f4d21cd714c8b8febb5fcd2adaf7fdee6fa3959334" }, "downloads": -1, "filename": "django-scim2-0.14.2.tar.gz", "has_sig": false, "md5_digest": "c70874d6ed1d31c14c5c501bc2b6b508", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28311, "upload_time": "2019-10-12T05:06:26", "url": "https://files.pythonhosted.org/packages/58/da/c564157d12200664172c8030e50352f42d966190ea431d4ad7a73ef51b3a/django-scim2-0.14.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "8874a6c678a4149073878daf99390b77", "sha256": "eb93a778186c8e9f517a40a524214075095e8ca12fe695c04dcc0afb3a51567d" }, "downloads": -1, "filename": "django-scim2-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8874a6c678a4149073878daf99390b77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14930, "upload_time": "2016-12-29T06:22:26", "url": "https://files.pythonhosted.org/packages/a0/4a/9ed64c28b67b2cc52b5f1721d918160d31ba51dbe3b03589629e7008e5f9/django-scim2-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "50fc3daedfade7fbd86ee469611a6015", "sha256": "3f7efcd958b1fe780e1f3dc862c21c35ed6521f9015a1527bf88b6d5c3a2f3a9" }, "downloads": -1, "filename": "django-scim2-0.2.1.tar.gz", "has_sig": false, "md5_digest": "50fc3daedfade7fbd86ee469611a6015", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15064, "upload_time": "2016-12-29T06:29:22", "url": "https://files.pythonhosted.org/packages/f8/bb/3cfe2675a7f5127fe8762633b2756e9cd21258204f9a022e05f1edb2c4ee/django-scim2-0.2.1.tar.gz" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "c994934633c89b6f6511c5c84ccfa1b6", "sha256": "99f9fcd7a05cd2472a2f60a906921781163412bf68d97ff701ea364cd1600f4f" }, "downloads": -1, "filename": "django-scim2-0.2.10.tar.gz", "has_sig": false, "md5_digest": "c994934633c89b6f6511c5c84ccfa1b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26124, "upload_time": "2017-04-19T21:38:04", "url": "https://files.pythonhosted.org/packages/10/fe/11010750fef3f186135552d2c81c271c0fcf082aabb82bccba6b632e9472/django-scim2-0.2.10.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "3822cff9759f0f0a046f1c825d7ae596", "sha256": "acc0e4ea0f2accb3cacb8ad924b4af45cd6330cbdceb9a615e3cc65c0dde31ae" }, "downloads": -1, "filename": "django-scim2-0.2.11.tar.gz", "has_sig": false, "md5_digest": "3822cff9759f0f0a046f1c825d7ae596", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26189, "upload_time": "2017-05-30T20:28:10", "url": "https://files.pythonhosted.org/packages/dc/31/da3e9fa7168421a9810a556d843e5f0a0ac5cde6035eead7fb9a152f4029/django-scim2-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "5536cf8a33578770362aa3dce95f2d5e", "sha256": "453ce222a51eefc83f39539f392af2b9e86aede1e292a429e17c6af990a5c985" }, "downloads": -1, "filename": "django-scim2-0.2.12.tar.gz", "has_sig": false, "md5_digest": "5536cf8a33578770362aa3dce95f2d5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26188, "upload_time": "2017-06-01T19:43:24", "url": "https://files.pythonhosted.org/packages/6b/65/680501bb5e6b01b4e420dbfce8716d26052e2ac7fb0af9ce7917f10749cf/django-scim2-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "cd7ab0f32fb5a499cd2d7c3dd9c6d8fe", "sha256": "a223f8b2f2457c045f72a22fba6bdba9cd0f80b0c554fa66c279b349b9d30137" }, "downloads": -1, "filename": "django-scim2-0.2.13.tar.gz", "has_sig": false, "md5_digest": "cd7ab0f32fb5a499cd2d7c3dd9c6d8fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26230, "upload_time": "2017-06-08T19:11:50", "url": "https://files.pythonhosted.org/packages/fc/cf/adf509e34518e2b3301f1052b1bf4c7c9c3f233b6514ea012d87cafb9fe4/django-scim2-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "63ad25dc40dad7d0cb65f0ce375cffc9", "sha256": "5072a2f5f0eb4b4b546623aea5e950465a293b4600c6c12269522afdc8ea7946" }, "downloads": -1, "filename": "django-scim2-0.2.14.tar.gz", "has_sig": false, "md5_digest": "63ad25dc40dad7d0cb65f0ce375cffc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26475, "upload_time": "2017-06-30T19:54:11", "url": "https://files.pythonhosted.org/packages/31/8b/7474ddb3963e2751a90a5f7bce32727a6871dc4b3b526eb895689305a7f7/django-scim2-0.2.14.tar.gz" } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "487ca892692ba2590ebaaa93e58b8262", "sha256": "96ac248f79a737cc5b1be1eada94a60a4ee8036b89a7a917f3a8561d2bd4fdba" }, "downloads": -1, "filename": "django-scim2-0.2.15.tar.gz", "has_sig": false, "md5_digest": "487ca892692ba2590ebaaa93e58b8262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26243, "upload_time": "2017-06-30T21:05:46", "url": "https://files.pythonhosted.org/packages/b7/cc/09401c927e3c8aff2b1dc5c750db39332eeaa8830bae67acc4b65025eccd/django-scim2-0.2.15.tar.gz" } ], "0.2.16": [ { "comment_text": "", "digests": { "md5": "393c676cb3d41436e017f5284c2cd6b6", "sha256": "2bc2d2ffd123642031b3869002c442bdbb3bf7ef1db50d70f66cb210740a05a5" }, "downloads": -1, "filename": "django_scim2-0.2.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "393c676cb3d41436e017f5284c2cd6b6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35769, "upload_time": "2017-07-03T22:36:33", "url": "https://files.pythonhosted.org/packages/0d/63/dfabfd74f2a836058ac9f320ea6cd9c8832bef83dc2a8793c3fe4bb5e65c/django_scim2-0.2.16-py2.py3-none-any.whl" } ], "0.2.19": [ { "comment_text": "", "digests": { "md5": "39e713923709787be28b9562f5ba7779", "sha256": "5a1e4a66cdf5a6df334b4c73be7f99c85a3951a4c5f3bea5568ee7de213c2048" }, "downloads": -1, "filename": "django_scim2-0.2.19-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "39e713923709787be28b9562f5ba7779", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36491, "upload_time": "2017-07-25T22:19:07", "url": "https://files.pythonhosted.org/packages/89/a3/933e1e72724b5affc29b7978d0908b708fd81ba1062f85d978ebcb137719/django_scim2-0.2.19-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c43fafb8e4abd93d156bfe49273fda4d", "sha256": "ade2380f843de8dc199312134dbeaf9134c701bed861d5597dc88f5b5e950ead" }, "downloads": -1, "filename": "django-scim2-0.2.19.tar.gz", "has_sig": false, "md5_digest": "c43fafb8e4abd93d156bfe49273fda4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26717, "upload_time": "2017-07-25T22:19:09", "url": "https://files.pythonhosted.org/packages/ad/4c/03ca0d36d46cd1df7d1a80bb87669664ee04346a97f7faa3fa953061abce/django-scim2-0.2.19.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "6bf9e8619cee56c1b24f338798633ee0", "sha256": "187da578d68019fcf348d6db8deb94aab7db11e46a626cedffafb0fdbd218b9f" }, "downloads": -1, "filename": "django-scim2-0.2.2.tar.gz", "has_sig": false, "md5_digest": "6bf9e8619cee56c1b24f338798633ee0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15062, "upload_time": "2016-12-29T06:58:51", "url": "https://files.pythonhosted.org/packages/a5/b6/c0f1703ba6826202c1651bdd56835d2c3c5ebea3b0f6f44289c5a547b0d4/django-scim2-0.2.2.tar.gz" } ], "0.2.20": [ { "comment_text": "", "digests": { "md5": "0a1bdde7d662a4790a9f2050d3288a53", "sha256": "702002f8b97ca32f3fd6d3674d80f7a91046e66cc5ed0414a5555678c991f9be" }, "downloads": -1, "filename": "django_scim2-0.2.20-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a1bdde7d662a4790a9f2050d3288a53", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 36493, "upload_time": "2017-08-24T20:06:43", "url": "https://files.pythonhosted.org/packages/92/5e/10b48e138f7c375533c487038436f12fb99426513c31527bb7e7f1bbaf75/django_scim2-0.2.20-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f23583dbc04810cd9fc36fe8b6b8729a", "sha256": "d34f1205e555841347d12462e41a64048d37f611d0d54fb0b7bdd5d8c59b2a67" }, "downloads": -1, "filename": "django-scim2-0.2.20.tar.gz", "has_sig": false, "md5_digest": "f23583dbc04810cd9fc36fe8b6b8729a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26781, "upload_time": "2017-08-24T20:08:15", "url": "https://files.pythonhosted.org/packages/4e/11/1d03e731bdd14edf97560873d7f1b8416ad7d3617eda802e203b07068c1a/django-scim2-0.2.20.tar.gz" } ], "0.2.21": [ { "comment_text": "", "digests": { "md5": "d18101ab3562924eae66bb868fb08d30", "sha256": "210af835bf820e80acbaaeafd2c47d208f83a73c7305f89dd94e5f1aa7724436" }, "downloads": -1, "filename": "django-scim2-0.2.21.tar.gz", "has_sig": false, "md5_digest": "d18101ab3562924eae66bb868fb08d30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26776, "upload_time": "2017-09-23T19:27:38", "url": "https://files.pythonhosted.org/packages/18/fb/2c9820c8e7de82e17f5596f768e2ccfc5011cf6b61af47c66310d3dc548c/django-scim2-0.2.21.tar.gz" } ], "0.2.22": [ { "comment_text": "", "digests": { "md5": "81b227d6f248e1b9939b8b9ce8573ebd", "sha256": "b4c1054bccc1c3359a52a691777ab7162aa4cb5053ffb2f9d1ae151d4df2030f" }, "downloads": -1, "filename": "django-scim2-0.2.22.tar.gz", "has_sig": false, "md5_digest": "81b227d6f248e1b9939b8b9ce8573ebd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26960, "upload_time": "2017-09-29T20:07:56", "url": "https://files.pythonhosted.org/packages/52/28/729cc9fbb36c9c49bc52e79b1aaa75dfff27064f4e74a2d9ac6f64afbd7b/django-scim2-0.2.22.tar.gz" } ], "0.2.23": [ { "comment_text": "", "digests": { "md5": "8f23896e93fd298f717b468e517c0835", "sha256": "3fcbceb8de09a71a0765afdfd956a16b4aea1c47acfb5ea23020b2f2cea32425" }, "downloads": -1, "filename": "django-scim2-0.2.23.tar.gz", "has_sig": false, "md5_digest": "8f23896e93fd298f717b468e517c0835", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26971, "upload_time": "2017-10-11T19:05:55", "url": "https://files.pythonhosted.org/packages/82/60/a0cc56bee2b573c967931d567df4ba064246f6e3a411bc8da1fa0a253797/django-scim2-0.2.23.tar.gz" } ], "0.2.24": [ { "comment_text": "", "digests": { "md5": "daa6d7946ba482349f39e3fe30e266aa", "sha256": "1d123ff32f368a3225c133028bfec56889494f5988acafa3dc56c11749e82996" }, "downloads": -1, "filename": "django-scim2-0.2.24.tar.gz", "has_sig": false, "md5_digest": "daa6d7946ba482349f39e3fe30e266aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27202, "upload_time": "2017-10-20T15:49:43", "url": "https://files.pythonhosted.org/packages/d0/99/9d8e8b69de4fceec364082a44963b856a22b682a32e082610517b20f695e/django-scim2-0.2.24.tar.gz" } ], "0.2.25": [ { "comment_text": "", "digests": { "md5": "3eb16d8613ba2a626add6d1c445a00aa", "sha256": "63e416a6662ba807654654f15e19ca331d67fce3cd24b63228a51a4b5e641af3" }, "downloads": -1, "filename": "django-scim2-0.2.25.tar.gz", "has_sig": false, "md5_digest": "3eb16d8613ba2a626add6d1c445a00aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27200, "upload_time": "2017-10-20T15:55:53", "url": "https://files.pythonhosted.org/packages/58/e6/efe58bce16bbf4a16dfe0dcac66d5c3b08356e613a652d3fbe6b4a562789/django-scim2-0.2.25.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "db9bcaa563983ca1e86e89d83c1698e9", "sha256": "5e168053cf32ada2671656d2698fecdf47733756986cd38ae125248641a287d7" }, "downloads": -1, "filename": "django-scim2-0.2.3.tar.gz", "has_sig": false, "md5_digest": "db9bcaa563983ca1e86e89d83c1698e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25274, "upload_time": "2016-12-29T07:33:18", "url": "https://files.pythonhosted.org/packages/22/13/397b2136aa534b9554bba3a7206b476ef7e07e51b5bcbdb3ac1e0c253edd/django-scim2-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "1ccd4812b884c4d8c64d4e144a8e2caa", "sha256": "1b6c9d849747d4eaf16e3a64fb2a40600dba1d04bd5c72151b61f1915301b3a2" }, "downloads": -1, "filename": "django-scim2-0.2.4.tar.gz", "has_sig": false, "md5_digest": "1ccd4812b884c4d8c64d4e144a8e2caa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25288, "upload_time": "2016-12-29T17:24:48", "url": "https://files.pythonhosted.org/packages/b5/ec/1cbb847d69494549c8b99c0f4610d190fd7b0d1649e6c49128f6e1d0604a/django-scim2-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "4b720dd2c9b892ef8e4d5db8f8060dba", "sha256": "985b6693a1e6f7eaa670d5d1817091de5e57810c6eeba097ad18e3d06650a708" }, "downloads": -1, "filename": "django-scim2-0.2.5.tar.gz", "has_sig": false, "md5_digest": "4b720dd2c9b892ef8e4d5db8f8060dba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25300, "upload_time": "2017-02-16T22:25:11", "url": "https://files.pythonhosted.org/packages/9a/66/9cbf6e8e9f21ae34241f2d42c218f29a9e0228a4442dcb05881fe4a2749e/django-scim2-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "2b6eb2bfaade3b7c9e670d29738b3565", "sha256": "9644ee8ba755dabef760db40715435034308a620b6fa4b931011a37a8f37440d" }, "downloads": -1, "filename": "django-scim2-0.2.6.tar.gz", "has_sig": false, "md5_digest": "2b6eb2bfaade3b7c9e670d29738b3565", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25396, "upload_time": "2017-02-24T22:15:54", "url": "https://files.pythonhosted.org/packages/24/a9/5a186963d0ecc6ee9fd8142b067b7ac36ad3feabe016d8544f8be9986a2e/django-scim2-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "bf02a952d3cfb8c6f8181aa073b4d7a7", "sha256": "6819a30dbf8c3ac5407beed4636dd61087c08d5bb87af82ca9ae4bcadde64162" }, "downloads": -1, "filename": "django-scim2-0.2.7.tar.gz", "has_sig": false, "md5_digest": "bf02a952d3cfb8c6f8181aa073b4d7a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25496, "upload_time": "2017-03-08T23:37:47", "url": "https://files.pythonhosted.org/packages/7b/84/36eb3efad5e7096d47ca235de65fbdee86ada4763caa0e6746fb1680fe86/django-scim2-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "546877701f791994b53cdbd12f3cbffc", "sha256": "c91e5ffde9295822b8c4f168daf123e0aefbff0a77353efbddb988f53cd73c84" }, "downloads": -1, "filename": "django-scim2-0.2.8.tar.gz", "has_sig": false, "md5_digest": "546877701f791994b53cdbd12f3cbffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25551, "upload_time": "2017-03-09T00:23:00", "url": "https://files.pythonhosted.org/packages/1c/f2/ca4cd0f261965ef74455dc1db32d8f332ce877122cde57e792ec417874cf/django-scim2-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "a3fccc643770e2b889f2f6d8655562ba", "sha256": "fc326f6f4e6d08e90756f05fed81c360d0e8491f4b1b5694d9edf03e07eefea7" }, "downloads": -1, "filename": "django-scim2-0.2.9.tar.gz", "has_sig": false, "md5_digest": "a3fccc643770e2b889f2f6d8655562ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25990, "upload_time": "2017-04-05T19:01:41", "url": "https://files.pythonhosted.org/packages/e2/63/a0d804101547f41ac5ea776a8bff58eec449cb9722d258f3e4ed8cb74a58/django-scim2-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "9f1e1ea539d863cb1d8c1746adac847d", "sha256": "80c8ab9d2cc8013ae5ab1a725375097edf717333a559506470999772c405ad74" }, "downloads": -1, "filename": "django-scim2-0.3.0.tar.gz", "has_sig": false, "md5_digest": "9f1e1ea539d863cb1d8c1746adac847d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28680, "upload_time": "2018-02-22T23:27:08", "url": "https://files.pythonhosted.org/packages/d5/36/ebf789815e0dda12e0e72147a92ae6180aecd0483fb8e3657f01c6b6a1a3/django-scim2-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "1bec781a84458e0839ef7ca1a4002e92", "sha256": "8395acee205936ac36d817ad8330683d95a9efdf0d1c6eef46551e804918452c" }, "downloads": -1, "filename": "django-scim2-0.4.0.tar.gz", "has_sig": false, "md5_digest": "1bec781a84458e0839ef7ca1a4002e92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28749, "upload_time": "2018-06-13T17:04:47", "url": "https://files.pythonhosted.org/packages/a3/69/9c70acba9ea4ed78e28246dd60aa8a7c1faa003f1976516cf0da4879dd4f/django-scim2-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "b80eb1c4566e905bab01dcd5a10ef35f", "sha256": "f5f3d97341ff77a66d9ea4c92fa5c3b3197636a340a0e3a0d9bb354351244fe0" }, "downloads": -1, "filename": "django-scim2-0.4.1.tar.gz", "has_sig": false, "md5_digest": "b80eb1c4566e905bab01dcd5a10ef35f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28821, "upload_time": "2018-06-13T17:11:03", "url": "https://files.pythonhosted.org/packages/8f/37/c5a4db7ea68a7c0a7459c2fd125e01eba4cf2acdbf6a5a7a0d1dadbc1500/django-scim2-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "e3623021801e87528ff5f591acc9d3c8", "sha256": "e5f070ea314c41ceaec08d2119cd7abea34a2467cf07393388acf18a7111f721" }, "downloads": -1, "filename": "django-scim2-0.5.0.tar.gz", "has_sig": false, "md5_digest": "e3623021801e87528ff5f591acc9d3c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29890, "upload_time": "2018-12-13T18:24:46", "url": "https://files.pythonhosted.org/packages/e3/24/60386a2b44f3ce30ca675cb03824c76231bca549665e34d6dcc75c45fd5f/django-scim2-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "0c486e1c868a81026e112cacd43b5406", "sha256": "084c6b0ee175ec56d657c24175be7da54df70e4cfba64068e190581ef78e39c2" }, "downloads": -1, "filename": "django-scim2-0.5.1.tar.gz", "has_sig": false, "md5_digest": "0c486e1c868a81026e112cacd43b5406", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30046, "upload_time": "2018-12-13T22:05:51", "url": "https://files.pythonhosted.org/packages/93/27/479ec8cc701c031d8a93fda8fbcf53856e338119cb716ccd9815689c879a/django-scim2-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "205a08328c8a1846665791943a16886b", "sha256": "4778a8d252cdf24ef1f0310ca97758c7b8b86e00b7c9818e72528f03b9135475" }, "downloads": -1, "filename": "django-scim2-0.5.2.tar.gz", "has_sig": false, "md5_digest": "205a08328c8a1846665791943a16886b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30044, "upload_time": "2018-12-13T23:16:12", "url": "https://files.pythonhosted.org/packages/69/cf/a264706705f864a74c54432b9a592a27c44d67dbdb174553fc299252c00b/django-scim2-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "7cda89c0c2fa6a9c1c7d3885794fedbc", "sha256": "2ed6ba23812dc26a51c2aa06017430891da2ef72dd78380748de5c54814a4ec5" }, "downloads": -1, "filename": "django-scim2-0.5.3.tar.gz", "has_sig": false, "md5_digest": "7cda89c0c2fa6a9c1c7d3885794fedbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30718, "upload_time": "2019-02-11T18:18:31", "url": "https://files.pythonhosted.org/packages/a4/9a/5c2b90cad5c8058cf7cd57884920aac3d758a9e33a1bb3c72f77ff093c52/django-scim2-0.5.3.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "422e61231aef53aa91dd4c5de1d4e0de", "sha256": "1226c56a9a16cf2f5e32f8f3a81605ff89eebe751f5a5996b4a12b2a2c0ebec6" }, "downloads": -1, "filename": "django-scim2-0.6.0.tar.gz", "has_sig": false, "md5_digest": "422e61231aef53aa91dd4c5de1d4e0de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31236, "upload_time": "2019-02-13T21:48:27", "url": "https://files.pythonhosted.org/packages/71/fa/316942ea385527902cc256f54f17d4517f2956092ee4584bebf785312ac5/django-scim2-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "4f607e31fedec2c613b29cc53e5b5037", "sha256": "c7ab04dfa7957e19b82d479219163a7646fc92f67652b4ddf0764f6fc81dcf68" }, "downloads": -1, "filename": "django-scim2-0.7.0.tar.gz", "has_sig": false, "md5_digest": "4f607e31fedec2c613b29cc53e5b5037", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31432, "upload_time": "2019-02-21T21:33:38", "url": "https://files.pythonhosted.org/packages/50/a6/05e808ff5acea7a02bb9fadf710bc569185a571c712c911a8f4dbb4c8f1a/django-scim2-0.7.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "eafdf1bf45a11fc7ec1e3a711995bdeb", "sha256": "edf7b9acc145a6c3d75245891d62d392074a44f0e1e1e5f8a1a0063e40e86db5" }, "downloads": -1, "filename": "django-scim2-0.8.1.tar.gz", "has_sig": false, "md5_digest": "eafdf1bf45a11fc7ec1e3a711995bdeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32690, "upload_time": "2019-02-26T21:49:08", "url": "https://files.pythonhosted.org/packages/9e/94/2daee4728888e4011bfcb363a38f8f2ad9ca3bc0e7dfc11ea83b0abdf2b3/django-scim2-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "b3976be427f0e3b4fb05689713a3b7a1", "sha256": "d591a33d7bf9fe9222b10134aa4122b424fbe85824f23071be363d0b735273bd" }, "downloads": -1, "filename": "django-scim2-0.8.2.tar.gz", "has_sig": false, "md5_digest": "b3976be427f0e3b4fb05689713a3b7a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32769, "upload_time": "2019-02-27T16:34:47", "url": "https://files.pythonhosted.org/packages/3a/1d/021a28baf39962d07722dc9ebb684bc1bae40bb44d62b2d724f1c8ddfd29/django-scim2-0.8.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c70874d6ed1d31c14c5c501bc2b6b508", "sha256": "018cb668b385ee1abbd685f4d21cd714c8b8febb5fcd2adaf7fdee6fa3959334" }, "downloads": -1, "filename": "django-scim2-0.14.2.tar.gz", "has_sig": false, "md5_digest": "c70874d6ed1d31c14c5c501bc2b6b508", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28311, "upload_time": "2019-10-12T05:06:26", "url": "https://files.pythonhosted.org/packages/58/da/c564157d12200664172c8030e50352f42d966190ea431d4ad7a73ef51b3a/django-scim2-0.14.2.tar.gz" } ] }