Metadata-Version: 2.4
Name: aletheia-base
Version: 0.0.1
Summary: Aletheia Base Structures
License: Software License Agreement
Author: Abhishek Kapoor
Author-email: kapoor.abhishek@outlook.com
Requires-Python: >=3.13,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: security-check
Provides-Extra: tests
Provides-Extra: type-check
Requires-Dist: bandit (>=1.8.6,<2.0.0) ; extra == "security-check"
Requires-Dist: checkov (>=3.2.471,<4.0.0) ; extra == "security-check"
Requires-Dist: isort (>=6.0.1,<7.0.0) ; extra == "lint"
Requires-Dist: mypy (>=1.18.2,<2.0.0) ; extra == "type-check"
Requires-Dist: poetry-core (>=2.2.1,<3.0.0)
Requires-Dist: pylint (>=3.3.8,<4.0.0) ; extra == "lint"
Requires-Dist: pytest (>=8.4.2,<9.0.0) ; extra == "tests"
Requires-Dist: pytest-cov (>=7.0.0,<8.0.0) ; extra == "tests"
Requires-Dist: pytest-html (>=4.1.1,<5.0.0) ; extra == "tests"
Requires-Dist: pytest-mock (>=3.15.1,<4.0.0) ; extra == "tests"
Requires-Dist: ruff (>=0.13.2,<0.14.0) ; extra == "lint"
Requires-Dist: sphinx (>=8.2.3,<9.0.0) ; extra == "docs"
Requires-Dist: tomegathericon-utils-exceptions (>=0.0.2,<0.0.3)
Requires-Dist: vulture (>=2.14,<3.0) ; extra == "lint"
