Skip to main content

No project description provided

Reason this release was yanked:

module_errors

Project description

Zscaler SDK (zsdk)

The Zscaler SDK (zsdk) is a Python library designed to provide an easy and programmatic way to interact with publicly available Zscaler API endpoints. With zsdk, developers can manage and automate tasks across Zscaler's suite of security services, including Zscaler Internet Access (ZIA), Zscaler Private Access (ZPA), and Zscaler Digital Experience (ZDX).

Features

  • Comprehensive coverage of Zscaler's public API.
  • Easy-to-use Pythonic interfaces.
  • Examples and guides to get started quickly.

Installation

You can install zsdk via pip:

pip install zsdk

Getting Started

Here's a quick example to get you started with ZIA:

from zsdk import zia
zscaler = zia(username='YOUR_USERNAME', password='YOUR_PASSWORD', api_key='YOUR_API_KEY')
zscaler.authenticate()

See the examples directory for more comprehensive examples and the documentation for detailed API reference.

Support and Contributions

For questions, issues, or contributions, please see the CONTRIBUTING.md file.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zsdk-0.0.1.tar.gz (26.4 kB view hashes)

Uploaded Source

Built Distribution

zsdk-0.0.1-py3-none-any.whl (36.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page