Install & Compatibility
Where this runs
tested against v0.0.12 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 23.5MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 24MB
22MB installed
● package 22MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Svg
✓ from dash_svg import Svg
✗ from dash_svg import Svg
Minimal Dash app using dash-svg to render an SVG circle.
import dash
from dash import html
from dash_svg import Svg
app = dash.Dash(__name__)
app.layout = html.Div([
Svg(Svg.svg(
Svg.circle(cx="50", cy="50", r="40", stroke="green", fill="yellow")
), width="100", height="100")
])
if __name__ == '__main__':
app.run_server(debug=True)
Upgrade
Version history
0.0.12latest on PyPI · released Feb 27, 2023
Audit
Dependencies
No dependency data recorded yet.