pygaljs
Python package providing assets from https://github.com/Kozea/pygal.js
What it is and what it does
pygaljs is a Python package that bundles JavaScript assets from the pygal.js charting library, allowing developers to include chart rendering code in their projects without managing external dependencies separately. It serves as a distribution mechanism for static assets rather than a functional library itself—it simply packages and makes available the JavaScript files needed to render charts in web applications.
The package has no runtime dependencies and installs cleanly, but it has not been maintained since 2020-04-03. The classifiers indicate support for Python 2.6 through 3.4, versions that are now end-of-life. Before installing, verify whether the bundled pygal.js version meets your needs and whether fetching assets directly from upstream is more appropriate.
Use it for:
- Bundle pygal.js assets with a Python web application to avoid external CDN or manual asset management
- Include chart rendering capabilities in a Python package that generates interactive web visualizations
- Distribute a self-contained Python project that needs pygal.js without requiring separate asset downloads
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides JavaScript assets from the pygal.js library for use in Python projects, bundling chart rendering code as a distributable package.
No, not without verification. The package is abandoned (last update 2020-04-03, no commits for 2324 days) and targets obsolete Python versions. Before installing, confirm the bundled pygal.js version meets your needs and that no compatibility issues exist. Consider fetching pygal.js directly from upstream instead.
Install
pygaljs on PyPI
pip
pip install pygaljsuv
uv add pygaljspoetry
poetry add pygaljsInstalling pygaljs
Before you install
Installation is straightforward with no runtime dependencies. However, the package has been abandoned since 2020-04-03 with no maintenance activity for 2324 days, which may pose compatibility concerns.
License in practice
Licensed under LGPLv3, a permissive copyleft license. You may use, modify, and distribute the package freely, but derivative works must also be licensed under LGPLv3.
Quickstart
pip install pygaljs
Once installed, the package provides access to pygal.js assets for inclusion in web projects.
Verify before relying
- Whether the bundled pygal.js assets remain compatible with current JavaScript frameworks
- Whether this package's bundled version is current relative to upstream pygal.js
- Actual Python version compatibility beyond the obsolete classifiers listed (2.6, 2.7, 3.3, 3.4)
Package facts
| License | LGPLv3 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,324 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 234,791/month — #9,015 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pygaljs-1.0.2-py2.py3-none-any.whl
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
python-nvd3Generates interactive NVD3 charts (pie, line,…
permissive · top 5,000 on PyPI
highcharts-coreGenerates interactive Highcharts data…
unclear · top 15,000 on PyPI
quickchart.ioGenerates static chart images by encoding…
permissive · top 15,000 on PyPI
quickjsWraps the QuickJS C library to execute…
unclear · top 5,000 on PyPI
vl-convert-pythonConverts Vega-Lite chart specifications to…
permissive · top 5,000 on PyPI
CairoSVGCairoSVG converts SVG files to PDF, EPS, PS,…
copyleft · top 5,000 on PyPI
chart-studioProvides utilities to interface with Plotly's…
permissive · top 15,000 on PyPI
aws-cdk.aws-s3-assetsPackages local files and directories for…
permissive · top 15,000 on PyPI
django-leafletIntegrates the Leaflet JavaScript mapping…
copyleft · top 15,000 on PyPI