skillfed

pygaljs

Python package providing assets from https://github.com/Kozea/pygal.js

pygaljs v1.0.2 234.8K downloads/30d#9,015 on PyPI4
Permissive license LGPLv3 Abandoned released

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 pygaljs

uv

uv add pygaljs

poetry

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 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: BSD LicenseOperating System :: Microsoft :: WindowsOperating System :: POSIXOperating System :: UnixProgramming Language :: PythonProgramming Language :: Python :: 2.6Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.3Programming Language :: Python :: 3.4Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPyTopic :: Utilities

Tags

pygal javascript assetschart library assetspygal.js python packagejavascript bundling for chartsweb chart rendering assets
asset-bundlingabandoned

More Utilities packages