thds.core 1.32.20250228205603__py3-none-any.whl → 1.32.20250306022526__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 thds.core might be problematic. Click here for more details.

thds/core/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- """Trilliant Health data science team core utils"""
1
+ """Trilliant Health Machine Learning team core utils"""
2
2
 
3
3
  from . import ( # noqa: F401
4
4
  ansi_esc,
@@ -1,14 +1,14 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.1
2
2
  Name: thds.core
3
- Version: 1.32.20250228205603
3
+ Version: 1.32.20250306022526
4
4
  Summary: Core utilities.
5
5
  Author-email: Trilliant Health <info@trillianthealth.com>
6
6
  License: MIT
7
7
  Project-URL: Repository, https://github.com/TrilliantHealth/trilliant-data-science
8
8
  Requires-Python: >=3.8
9
9
  Description-Content-Type: text/markdown
10
- Requires-Dist: attrs>=22.2.0
11
- Requires-Dist: cattrs>=22.2.0
10
+ Requires-Dist: attrs >=22.2.0
11
+ Requires-Dist: cattrs >=22.2.0
12
12
  Requires-Dist: setuptools
13
13
  Requires-Dist: typing-extensions
14
14
 
@@ -1,4 +1,4 @@
1
- thds/core/__init__.py,sha256=imKpmnrBV0_7-1d1Pc2yR5jxbvOrmIplLm7Ig_eK1OU,934
1
+ thds/core/__init__.py,sha256=Z-gAb4uuzXoFANJhJLaSZdfLuHaAGOcrf_6qwcue9Qo,938
2
2
  thds/core/ansi_esc.py,sha256=QZ3CptZbX4N_hyP2IgqfTbNt9tBPaqy7ReTMQIzGbrc,870
3
3
  thds/core/cache.py,sha256=nL0oAyZrhPqyBBLevnOWSWVoEBrftaG3aE6Qq6tvmAA,7153
4
4
  thds/core/calgitver.py,sha256=HklIz-SczK92Vm2rXtTSDiVxAcxUW_GPVCRRGt4BmBA,2324
@@ -66,8 +66,8 @@ thds/core/sqlite/structured.py,sha256=swCbDoyVT6cE7Kl79Wh_rg5Z1-yrUDJbiVJF4bjset
66
66
  thds/core/sqlite/types.py,sha256=oUkfoKRYNGDPZRk29s09rc9ha3SCk2SKr_K6WKebBFs,1308
67
67
  thds/core/sqlite/upsert.py,sha256=BmKK6fsGVedt43iY-Lp7dnAu8aJ1e9CYlPVEQR2pMj4,5827
68
68
  thds/core/sqlite/write.py,sha256=z0219vDkQDCnsV0WLvsj94keItr7H4j7Y_evbcoBrWU,3458
69
- thds_core-1.32.20250228205603.dist-info/METADATA,sha256=Gn3lOQ00CaxpUoPWb6ppFQHtJ9V3dk18WCajZO65H30,2275
70
- thds_core-1.32.20250228205603.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
71
- thds_core-1.32.20250228205603.dist-info/entry_points.txt,sha256=bOCOVhKZv7azF3FvaWX6uxE6yrjK6FcjqhtxXvLiFY8,161
72
- thds_core-1.32.20250228205603.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
73
- thds_core-1.32.20250228205603.dist-info/RECORD,,
69
+ thds.core-1.32.20250306022526.dist-info/METADATA,sha256=zs_mnfIAGErbc-fnHivzib-Ia9ab5CdTdvuysY7gipU,2277
70
+ thds.core-1.32.20250306022526.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
71
+ thds.core-1.32.20250306022526.dist-info/entry_points.txt,sha256=bOCOVhKZv7azF3FvaWX6uxE6yrjK6FcjqhtxXvLiFY8,161
72
+ thds.core-1.32.20250306022526.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
73
+ thds.core-1.32.20250306022526.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5