Metadata-Version: 2.1
Name: ndk
Version: 0.0.1
Summary: Nagios Development Kit
Home-page: https://github.com/VunkLai/ndk
Author: Vunk.Lai
Author-email: vunk.lai@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Nagios Development Kit

NDK is a software development framework for defining Nagios Object in code and deploy it to your Nagios.

Use the NDK to define your resources you want monitor to.

## Quick Start

### Example

```
python example.py
```

### Testing

```
pytest
```


