# Python SDK

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](https://docs-lunar.earthly.dev/plugin-sdks/python-sdk/collector) - Create collectors for gathering component metadata (**coming soon**)
* [Policy](https://docs-lunar.earthly.dev/plugin-sdks/python-sdk/policy) - Develop policies for validating components against custom rules
