Metadata-Version: 2.3
Name: pyckagist
Version: 0.1.0
Summary: Pyckagist is a Python API for managing and operating CLI executables.
Project-URL: Homepage, https://github.com/kubertools/pyckagist
Project-URL: Issues, https://github.com/kubertools/pyckagist/issues
Author-email: Kubermate <168834048+kubermate@users.noreply.github.com>
License-File: LICENSE
Keywords: api,binary,python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Requires-Dist: kommonlib>=0.1.3
Requires-Dist: pydantic>=2.9.2
Requires-Dist: typing-extensions>=4.12.2
Provides-Extra: lint
Requires-Dist: black>=22.12; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-mock; extra == 'test'
Provides-Extra: type
Requires-Dist: mypy>=1.11.1; extra == 'type'
Description-Content-Type: text/markdown

Pyckagist: Python API for managing and operating CLI executables.
