Metadata-Version: 2.1
Name: checkmkpluginmaker
Version: 2.0.2
Summary: 
Author: NhanDD3
Author-email: nhandd3@fpt.com
Requires-Python: >=3.8
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bump2version (>=1.0.1,<2.0.0)
Requires-Dist: cookiecutter (>=2.2.3,<3.0.0)
Requires-Dist: mkdocs (>=1.4.2,<2.0.0)
Requires-Dist: mkdocs-autorefs (>=0.4.1,<0.5.0)
Requires-Dist: mkdocs-glightbox (>=0.3.2,<0.4.0)
Requires-Dist: mkdocs-material (>=9.1.6,<10.0.0)
Requires-Dist: mkdocs-monorepo-plugin (>=1.0.4,<2.0.0)
Requires-Dist: mkdocstrings (>=0.21.2,<0.22.0)
Requires-Dist: pre-commit (>=3.2.2,<4.0.0)
Requires-Dist: psutil (>=5.9.4,<6.0.0)
Requires-Dist: pylint[spelling] (>=2.17.2,<3.0.0)
Requires-Dist: pytest (>=7.3.1,<8.0.0)
Requires-Dist: pytest-asyncio (>=0.21.0,<0.22.0)
Description-Content-Type: text/markdown

# Installation
- Require python >= 3.11
- using pip
    ```
    $ pip install checkmkpluginmaker
    ```
- using poetry
    ```
    $ poetry add checkmkpluginmaker
    ```


# Guide
- Require: using in global environment
- create new checkmk plugin template with command then fill the questions
    ```
    $ create-cmk-plugin
    ```

