hjtdev-appkit 2.0.1__tar.gz → 2.0.2__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.
- {hjtdev_appkit-2.0.1/src/hjtdev_appkit.egg-info → hjtdev_appkit-2.0.2}/PKG-INFO +2 -2
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/pyproject.toml +4 -2
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2/src/hjtdev_appkit.egg-info}/PKG-INFO +2 -2
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/LICENSE +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/MANIFEST.in +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/README.md +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/setup.cfg +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/__init__.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/apps.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/cache.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/checks.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/conf.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/crypto.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/dates.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/exceptions.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/files.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/locale/fa/LC_MESSAGES/django.mo +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/locale/fa/LC_MESSAGES/django.po +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/media.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/mixins.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/money.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/net.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/pagination.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/permissions.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/py.typed +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/request_id.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/testing.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/text.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/throttling.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/appkit/validation.py +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/hjtdev_appkit.egg-info/SOURCES.txt +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/hjtdev_appkit.egg-info/dependency_links.txt +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/hjtdev_appkit.egg-info/requires.txt +0 -0
- {hjtdev_appkit-2.0.1 → hjtdev_appkit-2.0.2}/src/hjtdev_appkit.egg-info/top_level.txt +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hjtdev-appkit
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Shared Django + DRF foundation every app package and host in this ecosystem depends on — cache, mixins, error envelope, request-ID plumbing, and the HttpClient/provider contract. Not an installable feature; the thing every other app is built on.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/HjtDev/appkit
|
|
7
7
|
Project-URL: Repository, https://github.com/HjtDev/appkit
|
|
8
8
|
Project-URL: Changelog, https://github.com/HjtDev/appkit/blob/main/CHANGELOG.md
|
|
9
|
-
Project-URL: Documentation, https://github.com/HjtDev/
|
|
9
|
+
Project-URL: Documentation, https://github.com/HjtDev/ecosystem-docs/blob/main/APP-DESIGN.md
|
|
10
10
|
Requires-Python: >=3.13
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
@@ -21,8 +21,10 @@ name = "hjtdev-appkit"
|
|
|
21
21
|
# command (`uv add "git+...#subdirectory=backend"`) actually worked, so changing the
|
|
22
22
|
# requirement string is a real break for an existing consumer, not a fix to something broken.
|
|
23
23
|
# 2.0.1 fixes a metadata-only bug (empty PyPI/npm descriptions, see CHANGELOG) — no API change.
|
|
24
|
+
# 2.0.2 repoints the Documentation URL at ecosystem-docs and adds the docs-link Makefile target
|
|
25
|
+
# (BASE-DESIGN.md §11.4) — again metadata/tooling-only, no API change.
|
|
24
26
|
# Must match frontend/package.json and CHANGELOG.md; CI's version-lockstep job enforces it.
|
|
25
|
-
version = "2.0.
|
|
27
|
+
version = "2.0.2"
|
|
26
28
|
description = "Shared Django + DRF foundation every app package and host in this ecosystem depends on — cache, mixins, error envelope, request-ID plumbing, and the HttpClient/provider contract. Not an installable feature; the thing every other app is built on."
|
|
27
29
|
# Points at THIS directory's own README.md, not the repo-root one two levels up — setuptools
|
|
28
30
|
# reads `readme` relative to pyproject.toml, and a monorepo's sdist build has no reliable access
|
|
@@ -65,7 +67,7 @@ dependencies = [
|
|
|
65
67
|
Homepage = "https://github.com/HjtDev/appkit"
|
|
66
68
|
Repository = "https://github.com/HjtDev/appkit"
|
|
67
69
|
Changelog = "https://github.com/HjtDev/appkit/blob/main/CHANGELOG.md"
|
|
68
|
-
Documentation = "https://github.com/HjtDev/
|
|
70
|
+
Documentation = "https://github.com/HjtDev/ecosystem-docs/blob/main/APP-DESIGN.md"
|
|
69
71
|
|
|
70
72
|
# Extras = features a CONSUMER opts into, installed with hjtdev-appkit[crypto] /
|
|
71
73
|
# hjtdev-appkit[images]. cryptography (42 lifetime OSV advisories) and pillow (153) are kept
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hjtdev-appkit
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Shared Django + DRF foundation every app package and host in this ecosystem depends on — cache, mixins, error envelope, request-ID plumbing, and the HttpClient/provider contract. Not an installable feature; the thing every other app is built on.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/HjtDev/appkit
|
|
7
7
|
Project-URL: Repository, https://github.com/HjtDev/appkit
|
|
8
8
|
Project-URL: Changelog, https://github.com/HjtDev/appkit/blob/main/CHANGELOG.md
|
|
9
|
-
Project-URL: Documentation, https://github.com/HjtDev/
|
|
9
|
+
Project-URL: Documentation, https://github.com/HjtDev/ecosystem-docs/blob/main/APP-DESIGN.md
|
|
10
10
|
Requires-Python: >=3.13
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|