django-lucide 1.2.1__py3-none-any.whl → 1.3.0__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,12 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: django-lucide
3
- Version: 1.2.1
3
+ Version: 1.3.0
4
4
  Summary: Use lucide in your Django and Jinja templates.
5
5
  Author-email: Francisco Macedo <me@fmacedo.com>
6
6
  License: MIT
7
- Project-URL: Changelog, https://github.com/franciscobmacedo/lucide/blob/main/CHANGELOG.md
8
- Project-URL: Funding, https://ko-fi.com/fmacedo
9
- Project-URL: Repository, https://github.com/franciscobmacedo/lucide
7
+ Project-URL: Changelog, https://github.com/wilczynskiwm/lucide/blob/main/CHANGELOG.md
8
+ Project-URL: Repository, https://github.com/wilczynskiwm/lucide
10
9
  Keywords: Django
11
10
  Classifier: Development Status :: 5 - Production/Stable
12
11
  Classifier: Framework :: Django :: 3.2
@@ -24,6 +23,8 @@ Classifier: Programming Language :: Python :: 3.9
24
23
  Classifier: Programming Language :: Python :: 3.10
25
24
  Classifier: Programming Language :: Python :: 3.11
26
25
  Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
27
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
29
  Classifier: Typing :: Typed
29
30
  Requires-Python: >=3.8
@@ -72,12 +73,29 @@ The `lucide` package supports both Django templates and Jinja templates.
72
73
  ]
73
74
  ```
74
75
 
75
- 2. Load the template library:
76
+ 2. Load the template library in your templates:
76
77
 
77
78
  ```django
78
79
  {% load lucide %}
79
80
  ```
80
81
 
82
+ **Or** make it available globally (no `{% load %}` needed):
83
+
84
+ ```python
85
+ TEMPLATES = [
86
+ {
87
+ "BACKEND": "django.template.backends.django.DjangoTemplates",
88
+ # ...
89
+ "OPTIONS": {
90
+ # ...
91
+ "builtins": [
92
+ "lucide.templatetags.lucide",
93
+ ],
94
+ },
95
+ }
96
+ ]
97
+ ```
98
+
81
99
  3. Use icons:
82
100
 
83
101
  ```django
@@ -1,4 +1,4 @@
1
- django_lucide-1.2.1.dist-info/licenses/LICENSE,sha256=giQ34SCBLlgHTV4u1GYERElJLV-y_59xNDf95rNkhKA,2039
1
+ django_lucide-1.3.0.dist-info/licenses/LICENSE,sha256=giQ34SCBLlgHTV4u1GYERElJLV-y_59xNDf95rNkhKA,2039
2
2
  lucide/__init__.py,sha256=ujIrBOkMJ7Uxtos5XymkWJ6fJ2UeRCLp4yIKmcp1XHU,3249
3
3
  lucide/_compat.py,sha256=9CsDL4Gwi7v7ESDAEZV2iWurecfChHQVjk56MqxzF4E,778
4
4
  lucide/aliases.json,sha256=fqNfivlisrRW41vhuBN5n_xifeB770EpP2g2_yq18Jg,9156
@@ -7,7 +7,7 @@ lucide/lucide.zip,sha256=boOujNArFYrIxwcaM2ubNU_TXlxx4EZWxVM702_2MlY,625790
7
7
  lucide/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  lucide/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  lucide/templatetags/lucide.py,sha256=SXiLPaDFj_hcm9qUNkMGAuo0JEyFyETcj7g4vELrRTo,1967
10
- django_lucide-1.2.1.dist-info/METADATA,sha256=iVLNJCAZKASF2abhTBx2O3NqdLb5xY4d-pwqNc-BPig,3476
11
- django_lucide-1.2.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- django_lucide-1.2.1.dist-info/top_level.txt,sha256=kB-N0BjFblvzHlNhWT73sXeCYCWbbhuvfRMaEoVYECM,7
13
- django_lucide-1.2.1.dist-info/RECORD,,
10
+ django_lucide-1.3.0.dist-info/METADATA,sha256=SQf6nMEGBZG1dA776EPlUxKQJ-p3vcWTbsWbQbWViJM,3925
11
+ django_lucide-1.3.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ django_lucide-1.3.0.dist-info/top_level.txt,sha256=kB-N0BjFblvzHlNhWT73sXeCYCWbbhuvfRMaEoVYECM,7
13
+ django_lucide-1.3.0.dist-info/RECORD,,