apache-superset-core
Core Python package for building Apache Superset backend extensions and integrations
What it is and what it does
apache-superset-core is the official foundation library for extending Apache Superset with custom backend functionality. It exports decorators, base classes, and type definitions built on flask-appbuilder, sqlalchemy, pydantic, and sqlglot to reduce boilerplate when writing extensions. The package is designed for developers building Superset plugins or integrations, not for end users of Superset itself.
You install it in your extension project, inherit from its base classes, decorate your functions with provided decorators, and Superset's extension system discovers and loads your code. The package is actively maintained by the Apache Superset project and currently in alpha, meaning its API may change in future releases.
Use it for:
- Build a custom REST API endpoint in Superset to expose internal data or trigger workflows.
- Define background tasks that run asynchronously, such as report generation or data refresh jobs.
- Create MCP tools and prompts to extend Superset's integration capabilities.
- Develop a Superset plugin that adds new database connectors or visualization types.
- Integrate third-party services by writing extension code that hooks into Superset's lifecycle.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides base classes, decorators, and utilities for building Apache Superset backend extensions, including REST API endpoints, background tasks, and MCP tools.
Yes, if you are building a Superset extension or integration. The package is actively maintained, has no known vulnerabilities, and provides the official API surface for extending Superset. Be aware it is in alpha (Development Status :: 3 - Alpha), so expect potential breaking changes; pin your version and monitor releases. If you are only using Superset as an end user, you do not need this package.
Install
apache-superset-core on PyPI
pip
pip install apache-superset-coreuv
uv add apache-superset-corepoetry
poetry add apache-superset-coreInstalling apache-superset-core
Before you install
Low friction installation with a small, stable dependency footprint. Active maintenance with recent releases; currently in alpha status (Development Status :: 3 - Alpha), so expect API changes as the package matures.
License in practice
Apache License 2.0 (permissive) — you can use, modify, and distribute this package freely in commercial and open-source projects, provided you include the license notice and state any material changes.
Quickstart
pip install apache-superset-core
from flask_appbuilder.api import expose, protect, safe
# Inherit from base classes and use decorators provided by the package
# to build REST API endpoints, background tasks, or MCP tools.
Requires Python 3.10 or later.
Verify before relying
- Whether the package is stable enough for production use given its alpha status and recent first release (2025-08-27).
- Specific version constraints for runtime dependencies (flask-appbuilder, sqlalchemy, etc.) not listed in the fact sheet.
- Whether MCP (Model Context Protocol) support is fully documented and stable.
- How the package integrates with an Apache Superset deployment and what setup is required.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — flask-appbuilder, pydantic, sqlalchemy, sqlalchemy-utils, sqlglot, typing-extensions |
| Maintenance | actively maintained — 95 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 400,246/month — #6,942 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_superset_core-0.1.0-py3-none-any.whl
Keywords: superset, apache, analytics, business-intelligence, extensions, visualization
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
apache-supersetApache Superset is a web-based business…
permissive · top 5,000 on PyPI
apache-airflow-task-sdkProvides Python interfaces and task execution…
permissive · top 5,000 on PyPI
apache-airflow-coreApache Airflow's core runtime that schedules,…
permissive · top 5,000 on PyPI
superset-showtimeA CLI tool that manages ephemeral Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-standardProvides standard operators, hooks, and sensors…
permissive · top 5,000 on PyPI
sf-hamiltonThis package is a redirect to apache-hamilton;…
permissive · top 15,000 on PyPI
apache-airflow-providers-cohereIntegrates Cohere's language model APIs into…
permissive · top 15,000 on PyPI
apache-airflow-providers-grpcIntegrates gRPC communication into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
colcon-devtoolsExtends colcon-core to expose information about…
permissive · top 15,000 on PyPI