drf-iam 0.0.1.post0__py3-none-any.whl → 0.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,12 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: drf-iam
3
- Version: 0.0.1.post0
3
+ Version: 0.0.2
4
4
  Summary: IAM-style roles and permissions for Django Rest Framework
5
5
  Home-page: https://github.com/tushar1328/drf-iam.git
6
6
  Author: Tushar Patel
7
7
  Author-email: tushar.patel@gmail.com
8
+ Project-URL: Documentation, https://drf-iam.readthedocs.io/en/latest/installation.html
9
+ Project-URL: Source, https://github.com/tushar1328/drf-iam.git
8
10
  Classifier: Framework :: Django
9
11
  Classifier: Framework :: Django :: 3.2
10
12
  Classifier: Programming Language :: Python :: 3
@@ -20,6 +22,7 @@ Dynamic: classifier
20
22
  Dynamic: description
21
23
  Dynamic: description-content-type
22
24
  Dynamic: home-page
25
+ Dynamic: project-url
23
26
  Dynamic: requires-dist
24
27
  Dynamic: requires-python
25
28
  Dynamic: summary
@@ -6,7 +6,7 @@ drf_iam/permissions.py,sha256=kUhB7V48sb4v3uZI2lWv40hvI85nE61rL-amh6OY8mg,958
6
6
  drf_iam/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
7
7
  drf_iam/migrations/0001_initial.py,sha256=y_4jXnr7gjU4UXxVrgVrStTSFu3h1ZrmjEZDL4FtZa4,3086
8
8
  drf_iam/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- drf_iam-0.0.1.post0.dist-info/METADATA,sha256=LXFRG58OZ96UenArozVYTCdrxlBqA34vNLGVCiWEB8k,947
10
- drf_iam-0.0.1.post0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
11
- drf_iam-0.0.1.post0.dist-info/top_level.txt,sha256=daz6AaQ9e_cfCjLk2aRoLb_PCOoFofYUX4DU85VwHSM,8
12
- drf_iam-0.0.1.post0.dist-info/RECORD,,
9
+ drf_iam-0.0.2.dist-info/METADATA,sha256=WLu6QTApO6YfbOO9PYGgzNRyyd3W-JLMS5w_zkOXNJo,1112
10
+ drf_iam-0.0.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
11
+ drf_iam-0.0.2.dist-info/top_level.txt,sha256=daz6AaQ9e_cfCjLk2aRoLb_PCOoFofYUX4DU85VwHSM,8
12
+ drf_iam-0.0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5