plain.htmx 0.16.0__py3-none-any.whl → 0.16.1__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.
plain/htmx/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # plain-htmx changelog
2
2
 
3
+ ## [0.16.1](https://github.com/dropseed/plain/releases/plain-htmx@0.16.1) (2026-02-04)
4
+
5
+ ### What's changed
6
+
7
+ - Added `__all__` export to `views` module for explicit public API boundaries ([f26a63a5c941](https://github.com/dropseed/plain/commit/f26a63a5c941))
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required.
12
+
3
13
  ## [0.16.0](https://github.com/dropseed/plain/releases/plain-htmx@0.16.0) (2026-01-13)
4
14
 
5
15
  ### What's changed
plain/htmx/views.py CHANGED
@@ -9,6 +9,8 @@ from plain.views import TemplateView
9
9
 
10
10
  from .templates import render_template_fragment
11
11
 
12
+ __all__ = ["HTMXView"]
13
+
12
14
 
13
15
  class HTMXView(TemplateView):
14
16
  """View with HTMX-specific functionality."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.htmx
3
- Version: 0.16.0
3
+ Version: 0.16.1
4
4
  Summary: Integrate HTMX with templates and views.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -1,8 +1,8 @@
1
- plain/htmx/CHANGELOG.md,sha256=Q7x9RLHI90T3twDN-eSiACq7zD7eLCBP8i9qNuHWGKA,5402
1
+ plain/htmx/CHANGELOG.md,sha256=TP2wiwZXPLAxJG1dEfUrsWd-QdDVys-wEje_qwmWnf8,5711
2
2
  plain/htmx/README.md,sha256=xKPHPvA8MY36Kx2YDL7V05srtGbfZINJk0cH2Vmx34w,12917
3
3
  plain/htmx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  plain/htmx/templates.py,sha256=qhdu3jiH9wdIyfVSWjUzIIQBScKuKXg5MwzqshVTK5M,6614
5
- plain/htmx/views.py,sha256=6Y2ttsTe3EaUwb2jzU3jMil4U9TAasbah7DJF9yjS8o,2371
5
+ plain/htmx/views.py,sha256=OKlUqtmksMuAkbwyLunSE0AvGv67mSR66r22RnkKR9E,2395
6
6
  plain/htmx/assets/htmx/plainhtmx.js,sha256=4CD6LvSFIBt41BJflUITaY4cuMyj7uD2UNEVfYhLQuI,2111
7
7
  plain/htmx/assets/htmx/vendor/idiomorph/idiomorph-ext.js,sha256=UvnPpQ3Jg380QwIF5PzlxmUQJuoMt6BxsmS_PMd2ayM,48004
8
8
  plain/htmx/assets/htmx/vendor/idiomorph/idiomorph-ext.min.js,sha256=Ax3YbD9-2A-Ha_81wI5E4NLHHOjAvNJw4GvDocg2i-s,10313
@@ -44,7 +44,7 @@ plain/htmx/assets/htmx/vendor/src/ext/restored.js,sha256=0td3Ga2ZIcVdFKJm6FoCXTm
44
44
  plain/htmx/assets/htmx/vendor/src/ext/sse.js,sha256=ju2N9N81ASa-ncT6JJbm65iQ4y9iAqKXRuPDwOcATBM,10320
45
45
  plain/htmx/assets/htmx/vendor/src/ext/ws.js,sha256=KMVp1yOrFb6ncZUprsnN3OPRpmV9GG0YBuLSW1wekMc,13899
46
46
  plain/htmx/templates/htmx/js.html,sha256=4G-EW1NWhqzXVtgND5rqkOmwgCO8XEGfvJTw4gy_BSA,883
47
- plain_htmx-0.16.0.dist-info/METADATA,sha256=FzmJRaVl8pYupFlen3nfMyZJQ_2TXaicoZcL7Ndus2A,13226
48
- plain_htmx-0.16.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
49
- plain_htmx-0.16.0.dist-info/licenses/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
50
- plain_htmx-0.16.0.dist-info/RECORD,,
47
+ plain_htmx-0.16.1.dist-info/METADATA,sha256=uvHvRIYLDKOabil47RzQR9PjLBOqODuX4exkUlP-QiM,13226
48
+ plain_htmx-0.16.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
49
+ plain_htmx-0.16.1.dist-info/licenses/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
50
+ plain_htmx-0.16.1.dist-info/RECORD,,