taranis-models 1.3.2.dev3__tar.gz → 1.3.2.dev4__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.
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/PKG-INFO +1 -2
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/assess.py +8 -53
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/user.py +1 -1
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/pyproject.toml +0 -1
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/taranis_models.egg-info/PKG-INFO +1 -2
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/taranis_models.egg-info/requires.txt +0 -1
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/uv.lock +20 -31
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/.dockerignore +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/.gitignore +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/.python-version +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/LICENSE.md +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/README.md +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/__init__.py +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/admin.py +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/asset.py +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/base.py +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/dashboard.py +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/product.py +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/py.typed +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/report.py +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/models/types.py +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/setup.cfg +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/taranis_models.egg-info/SOURCES.txt +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/taranis_models.egg-info/dependency_links.txt +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/taranis_models.egg-info/top_level.txt +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/__init__.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/admin.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/assess.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/asset.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/base.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/dashboard.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/product.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/report.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/types.pyi +0 -0
- {taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/typings/models/user.pyi +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: taranis-models
|
|
3
|
-
Version: 1.3.2.
|
|
3
|
+
Version: 1.3.2.dev4
|
|
4
4
|
Summary: Taranis AI Models
|
|
5
5
|
Maintainer-email: AIT <benjamin.akhras@ait.ac.at>
|
|
6
6
|
License-Expression: EUPL-1.2
|
|
@@ -17,7 +17,6 @@ License-File: LICENSE.md
|
|
|
17
17
|
Requires-Dist: pydantic
|
|
18
18
|
Requires-Dist: pydantic-settings
|
|
19
19
|
Requires-Dist: python-dotenv
|
|
20
|
-
Requires-Dist: langcodes
|
|
21
20
|
Provides-Extra: dev
|
|
22
21
|
Requires-Dist: ruff; extra == "dev"
|
|
23
22
|
Requires-Dist: pytest; extra == "dev"
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
from datetime import datetime
|
|
2
2
|
from functools import cached_property
|
|
3
|
-
from typing import
|
|
3
|
+
from typing import Literal
|
|
4
4
|
|
|
5
|
-
from langcodes import Language
|
|
6
|
-
from langcodes.tag_parser import LanguageTagError
|
|
7
|
-
from pydantic import ValidationInfo, field_validator, model_validator
|
|
8
5
|
|
|
9
6
|
from models.base import TaranisBaseModel
|
|
10
7
|
|
|
@@ -13,21 +10,18 @@ class NewsItem(TaranisBaseModel):
|
|
|
13
10
|
_core_endpoint = "/assess/news-items"
|
|
14
11
|
|
|
15
12
|
osint_source_id: str
|
|
16
|
-
id: str | None = None
|
|
17
13
|
hash: str | None = None
|
|
18
14
|
title: str | None = None
|
|
19
15
|
author: str | None = None
|
|
20
16
|
review: str | None = None
|
|
21
17
|
content: str | None = None
|
|
22
|
-
|
|
18
|
+
web_url: str | None = None
|
|
23
19
|
source: str | None = None
|
|
24
20
|
published: datetime | None = None
|
|
25
21
|
collected: datetime | None = None
|
|
26
|
-
|
|
27
|
-
attributes: list[str | dict[str, Any]] | None = None
|
|
22
|
+
attributes: list[str | dict] | None = None
|
|
28
23
|
story_id: str | None = None
|
|
29
24
|
language: str | None = None
|
|
30
|
-
last_change: str | None = None
|
|
31
25
|
|
|
32
26
|
|
|
33
27
|
class StoryTag(TaranisBaseModel):
|
|
@@ -59,8 +53,8 @@ class Story(TaranisBaseModel):
|
|
|
59
53
|
relevance: int | None = None
|
|
60
54
|
comments: str | None = None
|
|
61
55
|
in_reports_count: int | None = None
|
|
62
|
-
tags: list[dict
|
|
63
|
-
attributes: list[dict
|
|
56
|
+
tags: list[dict] | None = None
|
|
57
|
+
attributes: list[dict] | None = None
|
|
64
58
|
|
|
65
59
|
@cached_property
|
|
66
60
|
def search_field(self) -> str:
|
|
@@ -87,7 +81,7 @@ class FilterLists(TaranisBaseModel):
|
|
|
87
81
|
|
|
88
82
|
tags: list[str] = []
|
|
89
83
|
sources: list[AssessSource] = []
|
|
90
|
-
groups: list[dict
|
|
84
|
+
groups: list[dict] = []
|
|
91
85
|
|
|
92
86
|
|
|
93
87
|
class StoryUpdatePayload(TaranisBaseModel):
|
|
@@ -98,49 +92,10 @@ class StoryUpdatePayload(TaranisBaseModel):
|
|
|
98
92
|
description: str | None = None
|
|
99
93
|
comments: str | None = None
|
|
100
94
|
summary: str | None = None
|
|
101
|
-
tags: list[dict
|
|
102
|
-
attributes: list[dict
|
|
95
|
+
tags: list[dict] | None = None
|
|
96
|
+
attributes: list[dict] | None = None
|
|
103
97
|
|
|
104
98
|
|
|
105
99
|
class BulkAction(TaranisBaseModel):
|
|
106
100
|
story_ids: list[str] = []
|
|
107
101
|
payload: StoryUpdatePayload | None = None
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
class NewsItemCreate(TaranisBaseModel):
|
|
111
|
-
osint_source_id: str
|
|
112
|
-
title: str | None = None
|
|
113
|
-
author: str | None = None
|
|
114
|
-
review: str | None = None
|
|
115
|
-
content: str | None = None
|
|
116
|
-
link: str | None = None
|
|
117
|
-
source: str | None = None
|
|
118
|
-
published: datetime | None = None
|
|
119
|
-
collected: datetime | None = None
|
|
120
|
-
attributes: list[str | dict[str, Any]] | None = None
|
|
121
|
-
language: str | None = None
|
|
122
|
-
|
|
123
|
-
@field_validator("language", mode="before")
|
|
124
|
-
def normalize_language_code(self, v: str, info: ValidationInfo) -> str:
|
|
125
|
-
if v:
|
|
126
|
-
try:
|
|
127
|
-
return Language.get(v).language or ""
|
|
128
|
-
except (LanguageTagError, ValueError, TypeError):
|
|
129
|
-
return ""
|
|
130
|
-
return ""
|
|
131
|
-
|
|
132
|
-
@model_validator(mode="after")
|
|
133
|
-
def check_required_fields(self) -> "NewsItemCreate":
|
|
134
|
-
if not self.title and not self.content:
|
|
135
|
-
raise ValueError("Either title or content must be provided for NewsItemCreate.")
|
|
136
|
-
return self
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
class StoryCreate(TaranisBaseModel):
|
|
140
|
-
title: str | None = None
|
|
141
|
-
summary: str | None = None
|
|
142
|
-
description: str | None = None
|
|
143
|
-
news_items: list[NewsItemCreate] = []
|
|
144
|
-
tags: list[dict[str, Any]] | None = None
|
|
145
|
-
attributes: list[dict[str, Any]] | None = None
|
|
146
|
-
created: datetime | None = None
|
|
@@ -19,7 +19,7 @@ class ProfileSettings(TaranisBaseModel):
|
|
|
19
19
|
dark_theme: bool = False
|
|
20
20
|
compact_view: bool = False
|
|
21
21
|
show_charts: bool = False
|
|
22
|
-
infinite_scroll: bool =
|
|
22
|
+
infinite_scroll: bool = True
|
|
23
23
|
advanced_story_options: bool = False
|
|
24
24
|
language: str = "en"
|
|
25
25
|
hotkeys: dict[str, Any] = Field(default_factory=dict)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: taranis-models
|
|
3
|
-
Version: 1.3.2.
|
|
3
|
+
Version: 1.3.2.dev4
|
|
4
4
|
Summary: Taranis AI Models
|
|
5
5
|
Maintainer-email: AIT <benjamin.akhras@ait.ac.at>
|
|
6
6
|
License-Expression: EUPL-1.2
|
|
@@ -17,7 +17,6 @@ License-File: LICENSE.md
|
|
|
17
17
|
Requires-Dist: pydantic
|
|
18
18
|
Requires-Dist: pydantic-settings
|
|
19
19
|
Requires-Dist: python-dotenv
|
|
20
|
-
Requires-Dist: langcodes
|
|
21
20
|
Provides-Extra: dev
|
|
22
21
|
Requires-Dist: ruff; extra == "dev"
|
|
23
22
|
Requires-Dist: pytest; extra == "dev"
|
|
@@ -35,15 +35,6 @@ wheels = [
|
|
|
35
35
|
{ url = "https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12", size = 7484, upload-time = "2025-10-18T21:55:41.639Z" },
|
|
36
36
|
]
|
|
37
37
|
|
|
38
|
-
[[package]]
|
|
39
|
-
name = "langcodes"
|
|
40
|
-
version = "3.5.1"
|
|
41
|
-
source = { registry = "https://pypi.org/simple" }
|
|
42
|
-
sdist = { url = "https://files.pythonhosted.org/packages/a9/75/f9edc5d72945019312f359e69ded9f82392a81d49c5051ed3209b100c0d2/langcodes-3.5.1.tar.gz", hash = "sha256:40bff315e01b01d11c2ae3928dd4f5cbd74dd38f9bd912c12b9a3606c143f731", size = 191084, upload-time = "2025-12-02T16:22:01.627Z" }
|
|
43
|
-
wheels = [
|
|
44
|
-
{ url = "https://files.pythonhosted.org/packages/dd/c1/d10b371bcba7abce05e2b33910e39c33cfa496a53f13640b7b8e10bb4d2b/langcodes-3.5.1-py3-none-any.whl", hash = "sha256:b6a9c25c603804e2d169165091d0cdb23934610524a21d226e4f463e8e958a72", size = 183050, upload-time = "2025-12-02T16:21:59.954Z" },
|
|
45
|
-
]
|
|
46
|
-
|
|
47
38
|
[[package]]
|
|
48
39
|
name = "nodeenv"
|
|
49
40
|
version = "1.9.1"
|
|
@@ -192,35 +183,34 @@ wheels = [
|
|
|
192
183
|
|
|
193
184
|
[[package]]
|
|
194
185
|
name = "ruff"
|
|
195
|
-
version = "0.14.
|
|
186
|
+
version = "0.14.8"
|
|
196
187
|
source = { registry = "https://pypi.org/simple" }
|
|
197
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
188
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ed/d9/f7a0c4b3a2bf2556cd5d99b05372c29980249ef71e8e32669ba77428c82c/ruff-0.14.8.tar.gz", hash = "sha256:774ed0dd87d6ce925e3b8496feb3a00ac564bea52b9feb551ecd17e0a23d1eed", size = 5765385, upload-time = "2025-12-04T15:06:17.669Z" }
|
|
198
189
|
wheels = [
|
|
199
|
-
{ url = "https://files.pythonhosted.org/packages/b8/
|
|
200
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
201
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
202
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
203
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
204
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
205
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
206
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
207
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
208
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
209
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
210
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
211
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
212
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
213
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
214
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
215
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
216
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
190
|
+
{ url = "https://files.pythonhosted.org/packages/48/b8/9537b52010134b1d2b72870cc3f92d5fb759394094741b09ceccae183fbe/ruff-0.14.8-py3-none-linux_armv6l.whl", hash = "sha256:ec071e9c82eca417f6111fd39f7043acb53cd3fde9b1f95bbed745962e345afb", size = 13441540, upload-time = "2025-12-04T15:06:14.896Z" },
|
|
191
|
+
{ url = "https://files.pythonhosted.org/packages/24/00/99031684efb025829713682012b6dd37279b1f695ed1b01725f85fd94b38/ruff-0.14.8-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:8cdb162a7159f4ca36ce980a18c43d8f036966e7f73f866ac8f493b75e0c27e9", size = 13669384, upload-time = "2025-12-04T15:06:51.809Z" },
|
|
192
|
+
{ url = "https://files.pythonhosted.org/packages/72/64/3eb5949169fc19c50c04f28ece2c189d3b6edd57e5b533649dae6ca484fe/ruff-0.14.8-py3-none-macosx_11_0_arm64.whl", hash = "sha256:2e2fcbefe91f9fad0916850edf0854530c15bd1926b6b779de47e9ab619ea38f", size = 12806917, upload-time = "2025-12-04T15:06:08.925Z" },
|
|
193
|
+
{ url = "https://files.pythonhosted.org/packages/c4/08/5250babb0b1b11910f470370ec0cbc67470231f7cdc033cee57d4976f941/ruff-0.14.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a9d70721066a296f45786ec31916dc287b44040f553da21564de0ab4d45a869b", size = 13256112, upload-time = "2025-12-04T15:06:23.498Z" },
|
|
194
|
+
{ url = "https://files.pythonhosted.org/packages/78/4c/6c588e97a8e8c2d4b522c31a579e1df2b4d003eddfbe23d1f262b1a431ff/ruff-0.14.8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2c87e09b3cd9d126fc67a9ecd3b5b1d3ded2b9c7fce3f16e315346b9d05cfb52", size = 13227559, upload-time = "2025-12-04T15:06:33.432Z" },
|
|
195
|
+
{ url = "https://files.pythonhosted.org/packages/23/ce/5f78cea13eda8eceac71b5f6fa6e9223df9b87bb2c1891c166d1f0dce9f1/ruff-0.14.8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1d62cb310c4fbcb9ee4ac023fe17f984ae1e12b8a4a02e3d21489f9a2a5f730c", size = 13896379, upload-time = "2025-12-04T15:06:02.687Z" },
|
|
196
|
+
{ url = "https://files.pythonhosted.org/packages/cf/79/13de4517c4dadce9218a20035b21212a4c180e009507731f0d3b3f5df85a/ruff-0.14.8-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:1af35c2d62633d4da0521178e8a2641c636d2a7153da0bac1b30cfd4ccd91344", size = 15372786, upload-time = "2025-12-04T15:06:29.828Z" },
|
|
197
|
+
{ url = "https://files.pythonhosted.org/packages/00/06/33df72b3bb42be8a1c3815fd4fae83fa2945fc725a25d87ba3e42d1cc108/ruff-0.14.8-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:25add4575ffecc53d60eed3f24b1e934493631b48ebbc6ebaf9d8517924aca4b", size = 14990029, upload-time = "2025-12-04T15:06:36.812Z" },
|
|
198
|
+
{ url = "https://files.pythonhosted.org/packages/64/61/0f34927bd90925880394de0e081ce1afab66d7b3525336f5771dcf0cb46c/ruff-0.14.8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4c943d847b7f02f7db4201a0600ea7d244d8a404fbb639b439e987edcf2baf9a", size = 14407037, upload-time = "2025-12-04T15:06:39.979Z" },
|
|
199
|
+
{ url = "https://files.pythonhosted.org/packages/96/bc/058fe0aefc0fbf0d19614cb6d1a3e2c048f7dc77ca64957f33b12cfdc5ef/ruff-0.14.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cb6e8bf7b4f627548daa1b69283dac5a296bfe9ce856703b03130732e20ddfe2", size = 14102390, upload-time = "2025-12-04T15:06:46.372Z" },
|
|
200
|
+
{ url = "https://files.pythonhosted.org/packages/af/a4/e4f77b02b804546f4c17e8b37a524c27012dd6ff05855d2243b49a7d3cb9/ruff-0.14.8-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:7aaf2974f378e6b01d1e257c6948207aec6a9b5ba53fab23d0182efb887a0e4a", size = 14230793, upload-time = "2025-12-04T15:06:20.497Z" },
|
|
201
|
+
{ url = "https://files.pythonhosted.org/packages/3f/52/bb8c02373f79552e8d087cedaffad76b8892033d2876c2498a2582f09dcf/ruff-0.14.8-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:e5758ca513c43ad8a4ef13f0f081f80f08008f410790f3611a21a92421ab045b", size = 13160039, upload-time = "2025-12-04T15:06:49.06Z" },
|
|
202
|
+
{ url = "https://files.pythonhosted.org/packages/1f/ad/b69d6962e477842e25c0b11622548df746290cc6d76f9e0f4ed7456c2c31/ruff-0.14.8-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:f74f7ba163b6e85a8d81a590363bf71618847e5078d90827749bfda1d88c9cdf", size = 13205158, upload-time = "2025-12-04T15:06:54.574Z" },
|
|
203
|
+
{ url = "https://files.pythonhosted.org/packages/06/63/54f23da1315c0b3dfc1bc03fbc34e10378918a20c0b0f086418734e57e74/ruff-0.14.8-py3-none-musllinux_1_2_i686.whl", hash = "sha256:eed28f6fafcc9591994c42254f5a5c5ca40e69a30721d2ab18bb0bb3baac3ab6", size = 13469550, upload-time = "2025-12-04T15:05:59.209Z" },
|
|
204
|
+
{ url = "https://files.pythonhosted.org/packages/70/7d/a4d7b1961e4903bc37fffb7ddcfaa7beb250f67d97cfd1ee1d5cddb1ec90/ruff-0.14.8-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:21d48fa744c9d1cb8d71eb0a740c4dd02751a5de9db9a730a8ef75ca34cf138e", size = 14211332, upload-time = "2025-12-04T15:06:06.027Z" },
|
|
205
|
+
{ url = "https://files.pythonhosted.org/packages/5d/93/2a5063341fa17054e5c86582136e9895db773e3c2ffb770dde50a09f35f0/ruff-0.14.8-py3-none-win32.whl", hash = "sha256:15f04cb45c051159baebb0f0037f404f1dc2f15a927418f29730f411a79bc4e7", size = 13151890, upload-time = "2025-12-04T15:06:11.668Z" },
|
|
206
|
+
{ url = "https://files.pythonhosted.org/packages/02/1c/65c61a0859c0add13a3e1cbb6024b42de587456a43006ca2d4fd3d1618fe/ruff-0.14.8-py3-none-win_amd64.whl", hash = "sha256:9eeb0b24242b5bbff3011409a739929f497f3fb5fe3b5698aba5e77e8c833097", size = 14537826, upload-time = "2025-12-04T15:06:26.409Z" },
|
|
207
|
+
{ url = "https://files.pythonhosted.org/packages/6d/63/8b41cea3afd7f58eb64ac9251668ee0073789a3bc9ac6f816c8c6fef986d/ruff-0.14.8-py3-none-win_arm64.whl", hash = "sha256:965a582c93c63fe715fd3e3f8aa37c4b776777203d8e1d8aa3cc0c14424a4b99", size = 13634522, upload-time = "2025-12-04T15:06:43.212Z" },
|
|
217
208
|
]
|
|
218
209
|
|
|
219
210
|
[[package]]
|
|
220
211
|
name = "taranis-models"
|
|
221
212
|
source = { editable = "." }
|
|
222
213
|
dependencies = [
|
|
223
|
-
{ name = "langcodes" },
|
|
224
214
|
{ name = "pydantic" },
|
|
225
215
|
{ name = "pydantic-settings" },
|
|
226
216
|
{ name = "python-dotenv" },
|
|
@@ -236,7 +226,6 @@ dev = [
|
|
|
236
226
|
|
|
237
227
|
[package.metadata]
|
|
238
228
|
requires-dist = [
|
|
239
|
-
{ name = "langcodes" },
|
|
240
229
|
{ name = "pydantic" },
|
|
241
230
|
{ name = "pydantic-settings" },
|
|
242
231
|
{ name = "pyright", marker = "extra == 'dev'" },
|
|
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
|
{taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/taranis_models.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{taranis_models-1.3.2.dev3 → taranis_models-1.3.2.dev4}/taranis_models.egg-info/top_level.txt
RENAMED
|
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
|