es-aces

View on PyPIReverse Dependencies (0)

0.5.1 es_aces-0.5.1-py3-none-any.whl

Wheel Details

Project: es-aces
Version: 0.5.1
Filename: es_aces-0.5.1-py3-none-any.whl
Download: [link]
Size: 58432
MD5: f4021ca7e70e09d2809862008a6fd290
SHA256: bc4fc3164529e9e6d47707911b0fc003fa97f5cb376a80e03c691c56da5e9457
Uploaded: 2024-10-01 22:28:54 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: es-aces
Version: 0.5.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.5.*)
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; 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: 24810 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.1.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=3R_KTiaNbhmJdbVkanscTASjLOJCXO1k4PisQaBbt_Q 74504
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=gwtzuNXFHEOzoDJN4hPvgmcjhPJRoxOjog5J4NhPuH4 43524
aces/query.py sha256=eLILrEg_UwELKxIiZp87W4GQVB2_gW4_wYCXO9V8W8s 6907
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.5.1.dist-info/LICENSE sha256=emQiag9c889YjoblfgJXb-VXBF0JmoiurQ3GqUuRjHc 1085
es_aces-0.5.1.dist-info/METADATA sha256=0iIF3bTUG4-u2gXKRQBFZ7M1ijhUIZmTgSWVMPtIkVY 26027
es_aces-0.5.1.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
es_aces-0.5.1.dist-info/entry_points.txt sha256=wYKCu7uZh1IfQSAbtnfARKuUhW4HUBFdUa5aC11GCqA 88
es_aces-0.5.1.dist-info/top_level.txt sha256=m2PtBryfLgXTVAGtxVQaR1odlw4m5O8XWXulNygXK10 5
es_aces-0.5.1.dist-info/RECORD

top_level.txt

aces

entry_points.txt

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