django-identities

View on PyPIReverse Dependencies (0)

2.3.1 django_identities-2.3.1-py3-none-any.whl

Wheel Details

Project: django-identities
Version: 2.3.1
Filename: django_identities-2.3.1-py3-none-any.whl
Download: [link]
Size: 24084
MD5: 32524faac30d1b0feda420f1e8c7996c
SHA256: 0c13c1020d6d82770b103dbe2d5e058ce2fcee0a4ea1d7d12a55ec68c111d532
Uploaded: 2023-07-24 16:01:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: django-identities
Version: 2.3.1
Summary: A django app with authentication related functionality, a custom user model and object level permissions / groups.
Author: Jarosław Surkont, Gerhard Bräunlich, Robin Engler, Christian Ribeaud, François Martin
Author-Email: jaroslaw.surkont[at]unibas.ch, gerhard.braeunlich[at]id.ethz.ch, robin.engler[at]sib.swiss, christian.ribeaud[at]karakun.com, francois.martin[at]karakun.com
Home-Page: https://gitlab.com/biomedit/django-identities
License: LGPL3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: Django (>=3.2)
Requires-Dist: djangorestframework (>=3.12)
Requires-Dist: django-simple-history (>=3.1.1)
Requires-Dist: django-guardian (>=2.4)
Requires-Dist: authlib (>=0.15)
Requires-Dist: django-drf-utils (>=2.0.0)
Requires-Dist: pylint (==2.17.4); extra == "dev"
Requires-Dist: pylint-django (==2.5.3); extra == "dev"
Requires-Dist: mypy (==1.4.1); extra == "dev"
Requires-Dist: black (==23.7.0); extra == "dev"
Requires-Dist: pytest (==7.4.0); extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: requests; extra == "dev"
Requires-Dist: bandit (==1.7.5); extra == "dev"
Requires-Dist: pytest-factoryboy (==2.5.1); extra == "dev"
Requires-Dist: django-stubs; extra == "dev"
Requires-Dist: djangorestframework-stubs; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 3598 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
identities/__init__.py sha256=Jzb_RfgvXCrm_SQ4AfeGVi1N36YybxnM5mpyxrnihgI 33
identities/admin.py sha256=4lZhG6iidWK-vpZxZ6DBejNyUB7gRmcQiIQkC6vIaZ4 428
identities/apps.py sha256=RzLu2FkMw8s9OBg82gTAtRbvH5Dnl1iJ71ch3Zijogg 173
identities/filters.py sha256=jm6L3bWC52xpxCroSsTWILr2Kb0Wuoi_TdZStzx88vw 1617
identities/models.py sha256=dr7OXMc5CM0s_vqA00YJlAhZEdAVFcItoXKo8zos2g8 1769
identities/oidc.py sha256=dLwQ32VjjINn202BapH51TMa121nsNaoEpUyUNK98dw 1620
identities/permissions.py sha256=FHP4Z9ByuTB_ypPxhC8dN0SEufcCGKiSNvZSG_ZW_oQ 6800
identities/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
identities/urls.py sha256=K27-Laqdek1eUacp9tCngnt6Oo0IpCKu1r3tbiJT1aI 928
identities/user_utils.py sha256=5DRfzBFYENxUn-xL18J5X7BJLfnoVU_jyV0wpuxDyfA 2931
identities/version.py sha256=neZxeMmEfjhVZM6xetRikrBdHWt5T5ehL72ZYdPtJ-E 22
identities/migrations/0001_initial.py sha256=EBM_AoAOmFQL845llzRgCbE75uCiv18d-LGhjqc9Czg 8067
identities/migrations/0002_remove_tech_account.py sha256=acpL8qqdleXHSGpWcpaGnHw_RqAG3QLDlmCconuTKjo 403
identities/migrations/0003_historicaluser.py sha256=JshFDvdBZG_ac61PMHeAqBSTFd9-gS0OHdE5oVupdMk 4758
identities/migrations/0004_alter_historicaluser_id.py sha256=iVp3P7RmDmiBad7Gxv2q-SIawUEWwIe852h48J9rrtE 474
identities/migrations/0005_alter_historicalprofile_options_and_more.py sha256=1QH3juQLbQUFB_bcSoDi0cgq6LGLXlvluXMWKsknVo8 1310
identities/migrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
identities/serializers/__init__.py sha256=IiosruhRwAP8AifcL3Fcbbk3nL9yf0WvsNgdXoriuaw 345
identities/serializers/group.py sha256=dt4t3SalAfG5PkpzrWblRcz1VLOU_2lBM3hTdgaErRM 5120
identities/serializers/permission.py sha256=vitF438VyPBNRQTV0ea6APsB7PvIWJ-FrBExnmZ7dTM 882
identities/serializers/profile.py sha256=rtQ40qXhB-yabt-7h2IYo3aY_PeoB7MIq38qxeb9d58 730
identities/serializers/user.py sha256=S2WuamFLXgn6jgwVpY7ZzqL_g78-BrrY-shueS1Cw8Y 3027
identities/serializers/userinfo.py sha256=KNW0pBGJ8Uk3E1_rhvz8Nu7x_cSnqLKg-FVV43VJp9g 1424
identities/serializers/utils.py sha256=i24IKWFwujX2ePq-rZ5q_dWfr45EyDpL6a7z7GCY-qo 154
identities/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
identities/tests/factories.py sha256=EwqpwNks02fjIF96-LRoCu9Vpe5EhtyiJ-0I9XgFj-A 1460
identities/views/__init__.py sha256=TQnnps-yGZhL22Oe6cqxOD11rMDiJCEyass83aPNzN8 225
identities/views/group.py sha256=v16qvHUaUg9Vf0Lzg3ami-JrTNCtJwcJJRsjRR6Irn0 801
identities/views/permission.py sha256=gwLg8wLnIju_FBS52kA1Tt6IpBRRBaoxpaKhw_cVrDM 3183
identities/views/user.py sha256=-clQZyhvuqDBF2h1rARPX6sQfG5PqIjlNgzbHV5hlGE 3105
django_identities-2.3.1.dist-info/METADATA sha256=f4WbSORykI7aAeUTdUXZgt3S5D-NRnUF4tAYkWVbgE8 5259
django_identities-2.3.1.dist-info/WHEEL sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q 92
django_identities-2.3.1.dist-info/top_level.txt sha256=sPGTEe7rh5WuJlw_NBzn7XWro0z2z_bA5hG39uRW2RA 11
django_identities-2.3.1.dist-info/RECORD

top_level.txt

identities