es-aces

View on PyPIReverse Dependencies (1)

0.6.1 es_aces-0.6.1-py3-none-any.whl

Wheel Details

Project: es-aces
Version: 0.6.1
Filename: es_aces-0.6.1-py3-none-any.whl
Download: [link]
Size: 59958
MD5: 155bb0bb46cefc47a16eb42e782c7200
SHA256: 5ed02363542db0de8562f7397219df4e9e43f025341154eb96543d9b87415db7
Uploaded: 2024-12-10 23:12:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: es-aces
Version: 0.6.1
Summary: ACES: Automatic Cohort Extraction System for Event-Streams
Author-Email: Justin Xu <justin13601[at]hotmail.com>, Matthew McDermott <mattmcdermott8[at]gmail.com>
Project-Url: Homepage, https://github.com/justin13601/ACES
Project-Url: Issues, https://github.com/justin13601/ACES/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: polars (<=1.17.1,>=1.0.0)
Requires-Dist: bigtree (==0.18.*)
Requires-Dist: ruamel.yaml (==0.18.*)
Requires-Dist: loguru (==0.7.*)
Requires-Dist: hydra-core (==1.3.*)
Requires-Dist: pytimeparse (==1.1.*)
Requires-Dist: networkx (==3.3.*)
Requires-Dist: pyarrow (==17.*)
Requires-Dist: meds (==0.3.3)
Requires-Dist: pre-commit (<4); extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-subtests; extra == "dev"
Requires-Dist: rootutils; extra == "dev"
Requires-Dist: hypothesis; extra == "dev"
Requires-Dist: psutil; extra == "profiling"
Provides-Extra: dev
Provides-Extra: profiling
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 25654 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
aces/README.md sha256=C2ChgHd-Q_1AGMqlOAIWLShQ3YACH_r5kQdEFaCSUdE 717
aces/__init__.py sha256=UgRYhnIoxwZmJL6w4b7AW0j8nXzqIUumAB-CpymWPNo 320
aces/__main__.py sha256=osZMAGVFt4C3VsvuCUnKYzZFnGYLRF4wAlUMwlwulf4 7414
aces/aggregate.py sha256=nRef0FggSjap2Q1enYVihTCRXCBXE-VTJuW3FbTqgxg 95289
aces/config.py sha256=S9JDmW2eRfFdZvUNeHWT-qJkvGqYh7srL02O_RMRBVQ 81147
aces/constraints.py sha256=wJkKWg_jxIFna683E-99SH04qL3FfvLBmt4-Htgjl8o 10590
aces/expand_shards.py sha256=2s2TKBTFkRaV172V0SiNGzPsXfw7kpUV2xtGnqF8gC4 3103
aces/extract_subtree.py sha256=EvHxk-RmNbVXUtNcW8JDdDuccVWJlzRiQzlzDeQMjgI 24870
aces/predicates.py sha256=yjn0pAHEAexdQcXK4NLw6rJolIerRYnKshVBH_TA_HM 47445
aces/query.py sha256=VYAH4ys64z7nz5NnGczydUQW7VXByDYVFlkdz-WEZzo 7354
aces/types.py sha256=a0c2n4EXY6Sa6v5pOa4FUdz5zOZHKRT_0GquToT2pD4 12587
aces/utils.py sha256=AIrYz1QglIRiCKiUtDJ5PiBBnnJ-VP-SEFhHp5RkTmI 2270
aces/configs/__init__.py sha256=qzXCs-t4by8VdHaFeQH-JcNba0ErfX4rR-RQHYaY_vk 3305
aces/configs/_aces.yaml sha256=TuI-xxL7SurM31_6UWXkZQbfJJD0y-7NfjweFjbpYvE 3911
aces/configs/data/defaults.yaml sha256=KrQa7iAaAB9Ng-UrdlpJqIE46_h5Ore564CbjyL_Eco 167
aces/configs/data/sharded.yaml sha256=sO54zqnUVwHzVswXWgvshH1fOC6UqQYlDMwh7cn4Gis 192
aces/configs/data/single_file.yaml sha256=MDXYyc5O8Gzq4cugq54kkM7xWGTMEcOGhhX-W_hUR8w 126
es_aces-0.6.1.dist-info/LICENSE sha256=emQiag9c889YjoblfgJXb-VXBF0JmoiurQ3GqUuRjHc 1085
es_aces-0.6.1.dist-info/METADATA sha256=EdOqq5D1XTwRBt9eHnhoguIVwPmO5zW_wNKVCq1nNcA 26882
es_aces-0.6.1.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
es_aces-0.6.1.dist-info/entry_points.txt sha256=wYKCu7uZh1IfQSAbtnfARKuUhW4HUBFdUa5aC11GCqA 88
es_aces-0.6.1.dist-info/top_level.txt sha256=m2PtBryfLgXTVAGtxVQaR1odlw4m5O8XWXulNygXK10 5
es_aces-0.6.1.dist-info/RECORD

top_level.txt

aces

entry_points.txt

aces-cli = aces.__main__:main
expand_shards = aces.expand_shards:main