fastlifeweb 0.28.5__py3-none-any.whl → 0.28.6__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.
- CHANGELOG.md +4 -0
- fastlife/config/configurator.py +1 -1
- {fastlifeweb-0.28.5.dist-info → fastlifeweb-0.28.6.dist-info}/METADATA +3 -3
- {fastlifeweb-0.28.5.dist-info → fastlifeweb-0.28.6.dist-info}/RECORD +7 -7
- {fastlifeweb-0.28.5.dist-info → fastlifeweb-0.28.6.dist-info}/WHEEL +0 -0
- {fastlifeweb-0.28.5.dist-info → fastlifeweb-0.28.6.dist-info}/entry_points.txt +0 -0
- {fastlifeweb-0.28.5.dist-info → fastlifeweb-0.28.6.dist-info}/licenses/LICENSE +0 -0
CHANGELOG.md
CHANGED
fastlife/config/configurator.py
CHANGED
|
@@ -481,7 +481,7 @@ class GenericConfigurator(Generic[TRegistry]):
|
|
|
481
481
|
* `request` is the {class}`current request <fastlife.request.request.Request>`
|
|
482
482
|
* `authenticated_user` is used to access to the authenticated user if the
|
|
483
483
|
security policy has been installed.
|
|
484
|
-
* `csrf_token` is used to build
|
|
484
|
+
* `csrf_token` is used to build {class}`fastlife.domain.model.csrf.CsrfToken`.
|
|
485
485
|
* `gettext`, `ngettext`, `dgettext`, `dngettext`, `pgettext`, `dpgettext`,
|
|
486
486
|
`npgettext`, `dnpgettext` methods are installed for i18n purpose.
|
|
487
487
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastlifeweb
|
|
3
|
-
Version: 0.28.
|
|
3
|
+
Version: 0.28.6
|
|
4
4
|
Summary: High-level web framework
|
|
5
5
|
Author-Email: Guillaume Gauvrit <guillaume@gauvr.it>
|
|
6
6
|
License: MIT
|
|
@@ -28,7 +28,7 @@ Requires-Dist: venusian<4,>=3.0.0
|
|
|
28
28
|
Provides-Extra: jinjax
|
|
29
29
|
Requires-Dist: jinjax<0.49,>=0.48; extra == "jinjax"
|
|
30
30
|
Provides-Extra: xcomponent
|
|
31
|
-
Requires-Dist: xcomponent<
|
|
31
|
+
Requires-Dist: xcomponent<1,>=0.8.4; extra == "xcomponent"
|
|
32
32
|
Provides-Extra: testing
|
|
33
33
|
Requires-Dist: beautifulsoup4; extra == "testing"
|
|
34
34
|
Provides-Extra: docs
|
|
@@ -39,7 +39,7 @@ Requires-Dist: linkify-it-py<3,>=2.0.3; extra == "docs"
|
|
|
39
39
|
Requires-Dist: myst-parser<5,>=4.0.0; extra == "docs"
|
|
40
40
|
Requires-Dist: sphinx<8,>=7.0.1; extra == "docs"
|
|
41
41
|
Requires-Dist: sphinx-autodoc2<1,>=0.5.0; extra == "docs"
|
|
42
|
-
Requires-Dist: xcomponent<
|
|
42
|
+
Requires-Dist: xcomponent<1,>=0.8.4; extra == "docs"
|
|
43
43
|
Description-Content-Type: text/markdown
|
|
44
44
|
|
|
45
45
|
# Fastlife
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
CHANGELOG.md,sha256=
|
|
1
|
+
CHANGELOG.md,sha256=wepK9W6pP7I5c6hoU9fRf97McA3hrpVX-cXsuBzksUg,9576
|
|
2
2
|
fastlife/__init__.py,sha256=XtGrcI5a3MPSl4vupeWT4ZijISiXtAhjcL6eRt9WpfE,2503
|
|
3
3
|
fastlife/adapters/__init__.py,sha256=imPD1hImpgrYkvUJRhHA5kVyGAua7VbP2WGkhSWKJT8,93
|
|
4
4
|
fastlife/adapters/fastapi/__init__.py,sha256=1goV1FGFP04TGyskJBLKZam4Gvt1yoAvLMNs4ekWSSQ,243
|
|
@@ -1728,7 +1728,7 @@ fastlife/components/pydantic_form/FatalError.jinja,sha256=ADtQvmo-e-NmDcFM1E6wZV
|
|
|
1728
1728
|
fastlife/components/pydantic_form/Hint.jinja,sha256=8leBpfMGDmalc_KAjr2paTojr_rwq-luS6m_1BGj7Tw,202
|
|
1729
1729
|
fastlife/components/pydantic_form/Widget.jinja,sha256=PgguUpvhG6CY9AW6H8qQMjKqjlybjDCAaFFAOHzrzVQ,418
|
|
1730
1730
|
fastlife/config/__init__.py,sha256=5qpuaVYqi-AS0GgsfggM6rFsSwXgrqrLBo9jH6dVroc,407
|
|
1731
|
-
fastlife/config/configurator.py,sha256=
|
|
1731
|
+
fastlife/config/configurator.py,sha256=bOGDKHCGetTbwi6eUuAJ6jqlytFacMdR7iPIDuTfv3U,24997
|
|
1732
1732
|
fastlife/config/exceptions.py,sha256=9MdBnbfy-Aw-KaIFzju0Kh8Snk41-v9LqK2w48Tdy1s,1169
|
|
1733
1733
|
fastlife/config/openapiextra.py,sha256=rYoerrn9sni2XwnO3gIWqaz7M0aDZPhVLjzqhDxue0o,514
|
|
1734
1734
|
fastlife/config/resources.py,sha256=stKCuZQGgiDW9xTrTNxKMb_JzkgkM1Ubum1b7OK4Lm4,8780
|
|
@@ -1772,8 +1772,8 @@ fastlife/testing/session.py,sha256=LEFFbiR67_x_g-ioudkY0C7PycHdbDfaIaoo_G7GXQ8,2
|
|
|
1772
1772
|
fastlife/testing/testclient.py,sha256=gqgHQalhrLLZ8eveN2HeuoG9ne8CwxCm-Ll4b7jo9Xo,7249
|
|
1773
1773
|
fastlife/views/__init__.py,sha256=zG8gveL8e2zBdYx6_9jtZfpQ6qJT-MFnBY3xXkLwHZI,22
|
|
1774
1774
|
fastlife/views/pydantic_form.py,sha256=9lcS14jxddIpoN_n4VqWwU8CKhKZ8AtoD3c1Pdc-Oe4,1651
|
|
1775
|
-
fastlifeweb-0.28.
|
|
1776
|
-
fastlifeweb-0.28.
|
|
1777
|
-
fastlifeweb-0.28.
|
|
1778
|
-
fastlifeweb-0.28.
|
|
1779
|
-
fastlifeweb-0.28.
|
|
1775
|
+
fastlifeweb-0.28.6.dist-info/METADATA,sha256=lxocN6fEv9GDupATO4a_UeJJK2EgaUm2RdSBCex4ZXk,3975
|
|
1776
|
+
fastlifeweb-0.28.6.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
|
1777
|
+
fastlifeweb-0.28.6.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
1778
|
+
fastlifeweb-0.28.6.dist-info/licenses/LICENSE,sha256=JFWuiKYRXKKMEAsX0aZp3hBcju-HYflJ2rwJAGwbCJo,1080
|
|
1779
|
+
fastlifeweb-0.28.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|