Metadata-Version: 2.1
Name: logadu
Version: 0.2.2
Summary: Log Anomaly Detection Ultimate: A package for log parsing, feature representation, and model training.
Home-page: https://github.com/AhmedCoolProjects/logadu-py
Author: Ahmed BARGADY
Author-email: ahmed.bargady@um6p.ma
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=7.0
Requires-Dist: pandas>=1.0
Requires-Dist: tqdm>=4.0
Requires-Dist: regex>=2020.0
Requires-Dist: numpy>=1.0
Requires-Dist: torch>=2.3.1
Provides-Extra: visualization
Requires-Dist: pygraphviz>=1.5; extra == "visualization"
