Metadata-Version: 2.4
Name: nutanix-hello-world
Version: 0.1.7
Summary: Nutanix Hello World Application for Pipeline Testing
Author: Nutanix SDK Publishing
Author-email: sdk@nutanix.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# Nutanix Hello World for Pipeline Testing

This is a minimal Python package used to validate the Nutanix SDK publishing pipeline.

## Package Information

- **Name:** `nutanix-hello-world`
- **Version:** 0.1.7
- **Description:** A minimal package used to validate the Nutanix SDK publishing pipeline
- **Purpose:** Pipeline validation slug

## What This Is

This package is **not** a production SDK. It is a minimal "hello world" application designed to test the dev → test → preprod → prod pipeline infrastructure for the Nutanix API SDK publishing system.

## Testing

```bash
python test_hello_world.py
```

Should output: "Nutanix Hello World Application for Pipeline Testing"
