django-lucy-assist 1.0.8__py3-none-any.whl → 1.0.9__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.
- {django_lucy_assist-1.0.8.dist-info → django_lucy_assist-1.0.9.dist-info}/METADATA +3 -2
- {django_lucy_assist-1.0.8.dist-info → django_lucy_assist-1.0.9.dist-info}/RECORD +5 -5
- lucy_assist/__init__.py +1 -1
- {django_lucy_assist-1.0.8.dist-info → django_lucy_assist-1.0.9.dist-info}/WHEEL +0 -0
- {django_lucy_assist-1.0.8.dist-info → django_lucy_assist-1.0.9.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-lucy-assist
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.9
|
|
4
4
|
Summary: Assistant IA intelligent Revolucy pour outil métier
|
|
5
5
|
Author-email: Revolucy <hello@revolucy.fr>
|
|
6
6
|
Maintainer-email: Maxence <hello@revolucy.fr>
|
|
@@ -21,12 +21,13 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
21
21
|
Classifier: Operating System :: OS Independent
|
|
22
22
|
Classifier: Programming Language :: Python
|
|
23
23
|
Classifier: Programming Language :: Python :: 3
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
24
25
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
26
|
Classifier: Programming Language :: Python :: 3.11
|
|
26
27
|
Classifier: Programming Language :: Python :: 3.12
|
|
27
28
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
29
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.9
|
|
30
31
|
Description-Content-Type: text/markdown
|
|
31
32
|
Requires-Dist: Django>=4.0
|
|
32
33
|
Requires-Dist: anthropic>=0.20.0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
lucy_assist/__init__.py,sha256=
|
|
1
|
+
lucy_assist/__init__.py,sha256=6UksC1v7ml-lHCbHKwE5M05XblwPZ5jea7E3_x0-hb4,335
|
|
2
2
|
lucy_assist/admin.py,sha256=DHdcvkCYNkVBZoWrZ58AQxOEN2EmsN4E09qRnqYyARI,2919
|
|
3
3
|
lucy_assist/apps.py,sha256=zHZtlBXs5ML4CKtGg7xDyptSWzLfB1ks2VvbXF50hdo,264
|
|
4
4
|
lucy_assist/conf.py,sha256=WeglOdS6DlnbORViLN9uVqUbUqgAxQQhyHxLADkv93U,3855
|
|
@@ -41,7 +41,7 @@ lucy_assist/utils/message_utils.py,sha256=YzcLHnl1ig4d5_utHCJwgxS7tKmd49Q-tuo78e
|
|
|
41
41
|
lucy_assist/utils/token_utils.py,sha256=rxe9jHjcRJcaIlcw0QuVmYXOjscTsUsxnhhI6RMBzDM,2608
|
|
42
42
|
lucy_assist/views/__init__.py,sha256=uUPYpuHlBC8j7zKS_DDoWjwpCpRnOIXETY-S2-Ss0cY,288
|
|
43
43
|
lucy_assist/views/api_views.py,sha256=iCvdTTTJ73r3jfyZVjcEDi3Of2wP_N24G_QsXwc-Euk,23617
|
|
44
|
-
django_lucy_assist-1.0.
|
|
45
|
-
django_lucy_assist-1.0.
|
|
46
|
-
django_lucy_assist-1.0.
|
|
47
|
-
django_lucy_assist-1.0.
|
|
44
|
+
django_lucy_assist-1.0.9.dist-info/METADATA,sha256=lHzfpMz5C3pnj36MbtnRMC-Qs8MruXYVU0qDzGZOsEQ,5593
|
|
45
|
+
django_lucy_assist-1.0.9.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
46
|
+
django_lucy_assist-1.0.9.dist-info/top_level.txt,sha256=T-UCiwpn5yF3Oem3234TUpSVnEgbkrM2rGz9Tz5N-QA,12
|
|
47
|
+
django_lucy_assist-1.0.9.dist-info/RECORD,,
|
lucy_assist/__init__.py
CHANGED
|
@@ -5,7 +5,7 @@ Un chatbot IA basé sur Claude d'Anthropic, intégrable dans n'importe quelle
|
|
|
5
5
|
application Django pour fournir une assistance contextuelle aux utilisateurs.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
__version__ = '1.0.
|
|
8
|
+
__version__ = '1.0.9'
|
|
9
9
|
__author__ = 'Revolucy'
|
|
10
10
|
|
|
11
11
|
default_app_config = 'lucy_assist.apps.LucyAssistConfig'
|
|
File without changes
|
|
File without changes
|