Metadata-Version: 2.1
Name: nutanix_backup_client_sdk
Version: 0.1.1
Summary: A client SDK for Nutanix Backup
Home-page: https://github.com/yourusername/nutanix_backup_client_sdk
Author: Anirudh Goyal
Author-email: anirudh.goyal1@nutanix.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: httpx >=0.20.0

# Nutanix Backup Client SDK

This is a Python SDK for interacting with the Nutanix Backup API.

## Installation

You can install the package using pip:

```bash
pip install ntnx_backup_client_sdk
