Metadata-Version: 2.4
Name: qlik-sse
Version: 0.1.0
Summary: A lightweight framework for building Qlik Server-Side Extensions (SSE) that simplifies the creation, registration, and deployment of custom analytic functions for Qlik Sense and QlikView. It provides utilities for defining SSE functions, handling gRPC communication, managing metadata, and structuring scalable extension services. Designed to streamline development while offering flexibility for advanced integrations and custom logic.
Author-email: Felix Hofmann <felix@hofmann.rocks>
Maintainer-email: Felix Hofmann <felix@hofmann.rocks>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: betterproto2[all]==0.9.*
Requires-Dist: pyhumps==3.8.*

# QlikSSE
A lightweight framework for building Qlik Server-Side Extensions (SSE) that simplifies the creation, registration, and deployment of custom analytic functions for Qlik Sense and QlikView. It provides utilities for defining SSE functions, handling gRPC communication, managing metadata, and structuring scalable extension services. Designed to streamline development while offering flexibility for advanced integrations and custom logic.
