Metadata-Version: 2.4
Name: vcf-log-mgmt
Version: 9.1.0.0
Summary: Client library for vcf-log-mgmt APIs
Author: Broadcom
License: License :: OSI Approved :: Apache Software License
Project-URL: Homepage, https://github.com/vmware/vcf-sdk-python
Keywords: Broadcom,VMware,VCF,SDK
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: vmware-vapi-common-client==9.1.0.0
Requires-Dist: vmware-vapi-runtime==9.1.0.0
Dynamic: license-file

The VCF Log Management module of the VMware Cloud Foundation SDK provides methods for log management and analytics capabilities.
It enables you to perform log operations and analyze data collected from physical, virtual, and cloud environments, supporting comprehensive visibility and troubleshooting across your infrastructure.

[Source code](https://github.com/vmware/vcf-sdk-python)

## Getting started

### Prerequisites

- Supported Python versions: 3.10, 3.11, 3.12, 3.13 and 3.14

### Install the package

```bash
pip install vcf-log-mgmt
```
