djresttoolkit 0.1.0__tar.gz → 0.1.1__tar.gz
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.
- {djresttoolkit-0.1.0 → djresttoolkit-0.1.1}/PKG-INFO +5 -3
- {djresttoolkit-0.1.0 → djresttoolkit-0.1.1}/README.md +1 -1
- {djresttoolkit-0.1.0 → djresttoolkit-0.1.1}/pyproject.toml +4 -2
- {djresttoolkit-0.1.0 → djresttoolkit-0.1.1}/.gitignore +0 -0
- {djresttoolkit-0.1.0 → djresttoolkit-0.1.1}/LICENSE +0 -0
- {djresttoolkit-0.1.0 → djresttoolkit-0.1.1}/src/djresttoolkit/__init__.py +0 -0
- {djresttoolkit-0.1.0 → djresttoolkit-0.1.1}/src/djresttoolkit/py.typed +0 -0
@@ -1,10 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: djresttoolkit
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A collection of Django and DRF utilities to simplify API development.
|
5
5
|
Project-URL: Homepage, https://github.com/shaileshpandit141/djresttoolkit
|
6
|
-
Project-URL:
|
6
|
+
Project-URL: Documentation, https://shaileshpandit141.github.io/djresttoolkit
|
7
|
+
Project-URL: Source, https://github.com/shaileshpandit141/djresttoolkit
|
7
8
|
Project-URL: Issues, https://github.com/shaileshpandit141/djresttoolkit/issues
|
9
|
+
Project-URL: License, https://github.com/shaileshpandit141/djresttoolkit/blob/main/LICENSE
|
8
10
|
Author-email: shaileshpandit141 <shaileshpandit141@gmail.com>
|
9
11
|
License: # MIT License
|
10
12
|
|
@@ -98,4 +100,4 @@ MIT License — See [LICENSE](LICENSE).
|
|
98
100
|
|
99
101
|
## 👤 Author
|
100
102
|
|
101
|
-
For questions or assistance, contact **Shailesh** at [shaileshpandit141@gmail.com](mailto:shaileshpandit141@gmail.com).
|
103
|
+
For questions or assistance, contact **Shailesh** at [shaileshpandit141@gmail.com](mailto:shaileshpandit141@gmail.com).
|
@@ -46,4 +46,4 @@ MIT License — See [LICENSE](LICENSE).
|
|
46
46
|
|
47
47
|
## 👤 Author
|
48
48
|
|
49
|
-
For questions or assistance, contact **Shailesh** at [shaileshpandit141@gmail.com](mailto:shaileshpandit141@gmail.com).
|
49
|
+
For questions or assistance, contact **Shailesh** at [shaileshpandit141@gmail.com](mailto:shaileshpandit141@gmail.com).
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "djresttoolkit"
|
7
|
-
version = "0.1.
|
7
|
+
version = "0.1.1"
|
8
8
|
description = "A collection of Django and DRF utilities to simplify API development."
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
10
10
|
license = { file = "LICENSE" }
|
@@ -102,8 +102,10 @@ djresttoolkit = { workspace = true }
|
|
102
102
|
# ============
|
103
103
|
[project.urls]
|
104
104
|
Homepage = "https://github.com/shaileshpandit141/djresttoolkit"
|
105
|
-
|
105
|
+
Documentation = "https://shaileshpandit141.github.io/djresttoolkit"
|
106
|
+
Source = "https://github.com/shaileshpandit141/djresttoolkit"
|
106
107
|
Issues = "https://github.com/shaileshpandit141/djresttoolkit/issues"
|
108
|
+
License = "https://github.com/shaileshpandit141/djresttoolkit/blob/main/LICENSE"
|
107
109
|
|
108
110
|
# ===================
|
109
111
|
# Tool Configurations
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|