heurist-api 0.1.3__py3-none-any.whl → 0.1.4__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.
Potentially problematic release.
This version of heurist-api might be problematic. Click here for more details.
- heurist/database/database.py +2 -0
- {heurist_api-0.1.3.dist-info → heurist_api-0.1.4.dist-info}/METADATA +15 -1
- {heurist_api-0.1.3.dist-info → heurist_api-0.1.4.dist-info}/RECORD +6 -6
- {heurist_api-0.1.3.dist-info → heurist_api-0.1.4.dist-info}/WHEEL +0 -0
- {heurist_api-0.1.3.dist-info → heurist_api-0.1.4.dist-info}/entry_points.txt +0 -0
- {heurist_api-0.1.3.dist-info → heurist_api-0.1.4.dist-info}/licenses/LICENSE +0 -0
heurist/database/database.py
CHANGED
|
@@ -20,6 +20,8 @@ class TransformedDatabase(HeuristDatabase):
|
|
|
20
20
|
) -> None:
|
|
21
21
|
super().__init__(hml_xml, conn, db)
|
|
22
22
|
|
|
23
|
+
self.conn.execute("SET GLOBAL pandas_analyze_sample=100000")
|
|
24
|
+
|
|
23
25
|
# Create an empty index of targeted record types' Pydantic models
|
|
24
26
|
self.pydantic_models = {}
|
|
25
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: heurist-api
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Dynamic: Description
|
|
5
5
|
Dynamic: Description-Content-Type
|
|
6
6
|
Summary: API wrapper and CLI for Heurist database.
|
|
@@ -451,3 +451,17 @@ Requires-Dist: python-dotenv>=1.1.0
|
|
|
451
451
|
Requires-Dist: requests>=2.32.3
|
|
452
452
|
Requires-Dist: rich>=14.0.0
|
|
453
453
|
Requires-Dist: tenacity>=9.1.2
|
|
454
|
+
Provides-Extra: dev
|
|
455
|
+
Requires-Dist: coverage>=7.8.0; extra == 'dev'
|
|
456
|
+
Requires-Dist: genbadge[coverage]>=1.1.2; extra == 'dev'
|
|
457
|
+
Requires-Dist: isort>=6.0.1; extra == 'dev'
|
|
458
|
+
Requires-Dist: mkdocs-gen-files>=0.5.0; extra == 'dev'
|
|
459
|
+
Requires-Dist: mkdocs-literate-nav>=0.6.2; extra == 'dev'
|
|
460
|
+
Requires-Dist: mkdocs-material[imaging]>=9.6.14; extra == 'dev'
|
|
461
|
+
Requires-Dist: mkdocs>=1.6.1; extra == 'dev'
|
|
462
|
+
Requires-Dist: mkdocstrings-python>=1.16.10; extra == 'dev'
|
|
463
|
+
Requires-Dist: pre-commit>=4.2.0; extra == 'dev'
|
|
464
|
+
Requires-Dist: pymdown-extensions>=10.15; extra == 'dev'
|
|
465
|
+
Requires-Dist: pytest>=8.3.5; extra == 'dev'
|
|
466
|
+
Requires-Dist: ruff>=0.11.10; extra == 'dev'
|
|
467
|
+
Requires-Dist: uv>=0.7.5; extra == 'dev'
|
|
@@ -14,7 +14,7 @@ heurist/cli/records.py,sha256=yKK3XIZrU1szo6X-HmGjZpD0IKk3a3rd3Kkyrg5AYGE,1345
|
|
|
14
14
|
heurist/cli/schema.py,sha256=Dg8NcSdI7Xb6r-dkUC_razXlZNtxSG0x7awsr1m8Mcw,2766
|
|
15
15
|
heurist/database/__init__.py,sha256=JvQCGCi84AXUSIPCu4cTOqT_yZGDLmZFAUdsHDLbpKI,79
|
|
16
16
|
heurist/database/basedb.py,sha256=0MKfQOKTBDCc6qcl8BGl5OIpSA7SYgmfcKXCBVWBPes,4200
|
|
17
|
-
heurist/database/database.py,sha256=
|
|
17
|
+
heurist/database/database.py,sha256=rJPhGA4158eoIwe13QsSGZ8929dkRxMTesRRlMrn1tI,4057
|
|
18
18
|
heurist/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
heurist/models/dynamic/__init__.py,sha256=dFUNGMugaOAkec6uhDxkUVrmGkR5dr1fTd8X_TprRyU,77
|
|
20
20
|
heurist/models/dynamic/annotation.py,sha256=FOkldKT5u2XWBk7DxXbrgRf8X_G3N5FEfr-rOTLq-Eg,4749
|
|
@@ -73,8 +73,8 @@ mock_data/geo/single.py,sha256=gbk_gOLfVlJuU3MhjY2Lu14bs9-FbZmNtevpiw9jArk,79867
|
|
|
73
73
|
mock_data/resource/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
74
74
|
mock_data/resource/repeated.py,sha256=Nf3nIL596pLVbKo20sQm5UITwBzqf-IHFzE_m2UCLbw,788
|
|
75
75
|
mock_data/resource/single.py,sha256=SXVri1MM8UaJw7GejMEJ6seNEnMksdw_WKiOxQOdVFs,411
|
|
76
|
-
heurist_api-0.1.
|
|
77
|
-
heurist_api-0.1.
|
|
78
|
-
heurist_api-0.1.
|
|
79
|
-
heurist_api-0.1.
|
|
80
|
-
heurist_api-0.1.
|
|
76
|
+
heurist_api-0.1.4.dist-info/METADATA,sha256=p9B4L6XZDvMIzNYRrNEFo3qbNS0aYTGoxa7iX7jpWf4,25177
|
|
77
|
+
heurist_api-0.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
78
|
+
heurist_api-0.1.4.dist-info/entry_points.txt,sha256=_TzE7JV8uXjiG-Fo9WFNnQtmvrlCYiAZgu8ZoijfeF8,53
|
|
79
|
+
heurist_api-0.1.4.dist-info/licenses/LICENSE,sha256=I-54yLrknPCOovDISUXGa5h-vkUgiB-1Gz2tT7Q9B8I,20137
|
|
80
|
+
heurist_api-0.1.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|