--- id: pygaljs version: "1.0.2" license: LGPLv3 license_treatment: permissive maintenance: abandoned --- # pygaljs — Python package providing assets from https://github.com/Kozea/pygal.js License: permissive · Maintenance: abandoned · Downloads: 234.8K/mo ## 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 above — 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 pip install pygaljs uv add pygaljs poetry add pygaljs ## Installing 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: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 234.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pygal javascript assets, chart library assets, pygal.js python package, javascript bundling for charts, web chart rendering assets, asset-bundling, abandoned [View on SkillFed](https://skillfed.io/packages/pygaljs) · [View on PyPI](https://pypi.org/project/pygaljs/)