action-rules

View on PyPIReverse Dependencies (0)

1.0.7 action_rules-1.0.7-py3-none-any.whl

Wheel Details

Project: action-rules
Version: 1.0.7
Filename: action_rules-1.0.7-py3-none-any.whl
Download: [link]
Size: 23327
MD5: a859b3b1a13c259d4a8110ad59bc9c42
SHA256: 06ab7dfa2f516b45e7a10d3c9f69cd8197bb4f6df134275a419b396a9e1281c4
Uploaded: 2024-08-06 11:34:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: action-rules
Version: 1.0.7
Summary: The package for action rules mining using Action-Apriori (Apriori Modified for Action Rules Mining)..
Author: Lukas Sykora
Author-Email: lukas.sykora[at]vse.cz
Home-Page: https://github.com/lukassykora/action-rules
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<4.0
Requires-Dist: black (<25.0.0,>=24.4.2); extra == "test"
Requires-Dist: bump2version (<2.0.0,>=1.0.1); extra == "dev"
Requires-Dist: click (==8.0.1)
Requires-Dist: flake8 (<8.0.0,>=7.0.0); extra == "test"
Requires-Dist: flake8-docstrings (<2.0.0,>=1.7.0); extra == "test"
Requires-Dist: isort (<6.0.0,>=5.13.2); extra == "test"
Requires-Dist: mkdocs (<2.0.0,>=1.6.0); extra == "doc"
Requires-Dist: mkdocs-autorefs (<2.0.0,>=1.0.1); extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin (<7.0.0,>=6.1.1); extra == "doc"
Requires-Dist: mkdocs-material (<10.0.0,>=9.5.25); extra == "doc"
Requires-Dist: mkdocs-material-extensions (<2.0.0,>=1.3.1)
Requires-Dist: mkdocstrings (<0.26.0,>=0.25.1); extra == "doc"
Requires-Dist: mkdocstrings-python (<2.0.0,>=1.10.3)
Requires-Dist: mypy (<2.0.0,>=1.10.0); extra == "test"
Requires-Dist: pandas (<3.0.0,>=2.2.2)
Requires-Dist: pip (<25.0,>=24.0); extra == "dev"
Requires-Dist: pre-commit (<4.0.0,>=3.7.1); extra == "dev"
Requires-Dist: pytest (<9.0.0,>=8.2.1); extra == "test"
Requires-Dist: pytest-cov (<6.0.0,>=5.0.0); extra == "test"
Requires-Dist: toml (<0.11.0,>=0.10.2); extra == "dev"
Requires-Dist: tox (<5.0.0,>=4.15.0); extra == "dev"
Requires-Dist: twine (<6.0.0,>=5.1.0); extra == "dev"
Requires-Dist: virtualenv (<21.0.0,>=20.26.2); extra == "dev"
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 5000 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
action_rules/__init__.py sha256=q8d2ZbF6MX9HxZQu78VxqU4QSF-Ytagd9Hkprcpqbi0 339
action_rules/action_rules.py sha256=DZNivmKoexIlaSTEkskpd5PfkGBkBwyXcQRmLZG5wm4 29538
action_rules/candidates/__init__.py sha256=NxgStnUumLv93x0QvUO-1Ui-NmODy5475G1yOrt8EMw 112
action_rules/candidates/candidate_generator.py sha256=lhYxGXPeR-50EUJVZFcAqpZHY27DtakPnRoaQQNJn1c 29018
action_rules/cli.py sha256=yOMWRQ3n7pl39DlyzS_5I11c2sb87xB-FWtx9k5pYJ4 6022
action_rules/input/__init__.py sha256=a2teBIIRHpRZlPjeNQEaFXT74kK3pQ2ztQjpkvFM7s4 67
action_rules/input/input.py sha256=A1O2C5LbiRpgH-ESak8SP6SxjF8HDDD5Ck3-wRK-dfM 7376
action_rules/output/__init__.py sha256=rutpligB-RuL2Yx71F55QFYGnHuxJJdBIHOMq3DaEW8 71
action_rules/output/output.py sha256=is48QYzKJPlegzbRIAUn3_BscMRdSC9dmWq1e9NmIdc 9289
action_rules/rules/__init__.py sha256=UPqI9U2rI81g1OPo3paGPqYEQA8hLhnxPqonf_nlgJA 67
action_rules/rules/rules.py sha256=lIiSobPk_pY3SIBHHOiA36uesbydgQVfRIf58_HTz6Y 9768
action_rules-1.0.7.dist-info/LICENSE sha256=gr6ShIbrem-fc4tOQUSYacrOYJKSPcxTtfrSIRUbSM4 1070
action_rules-1.0.7.dist-info/METADATA sha256=rlFjcuBzAWg05j2XpssqDoFW8VePV2gQIzLlUjyS3IQ 7193
action_rules-1.0.7.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
action_rules-1.0.7.dist-info/entry_points.txt sha256=nApWIT8isZqLDL-u7u9SxTgXF-Fo0TDFcQcBA-dczUs 54
action_rules-1.0.7.dist-info/RECORD

entry_points.txt

action-rules = action_rules.cli:main