Python SDK

Overview of Lunar's Python SDK for writing custom Lunar policies (with collector support coming soon).

The Python SDK provides interfaces for extending Lunar's functionality through Python-based plugins. This SDK enables you to create custom collectors and policies tailored to your organization's needs.

SDK Components

Explore these pages to learn about the types of plugins you can create with the Python SDK:

  • Collector - Create collectors for gathering component metadata (coming soon)

  • Policy - Develop policies for validating components against custom rules

Last updated