https://github.com/miracle2k/webassets
Asset management for Python web development.
https://github.com/miracle2k/webassets
Last synced: 8 days ago
JSON representation
Asset management for Python web development.
- Host: GitHub
- URL: https://github.com/miracle2k/webassets
- Owner: miracle2k
- License: bsd-2-clause
- Created: 2009-12-08T05:40:34.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2025-08-17T13:04:57.000Z (2 months ago)
- Last Synced: 2025-10-21T20:56:00.023Z (8 days ago)
- Language: Python
- Homepage:
- Size: 2.16 MB
- Stars: 932
- Watchers: 21
- Forks: 261
- Open Issues: 70
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- Funding: FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- starred-awesome - webassets - Asset management for Python web development. (Python)
- jimsghstars - miracle2k/webassets - Asset management for Python web development. (Python)
- best-of-web-python - GitHub - 22% open · ⏱️ 17.08.2025): (Others)
README
Asset management application for Python web development - use it to
merge and compress your JavaScript and CSS files.
Documentation: |ci|
https://webassets.readthedocs.io/
Since releases aren't exactly happening on a regular schedule, you are
encouraged to use the latest code. ``webassets`` is pretty well tested,
so as long as the build status icon above remains a reassuring green,
you shouldn't run into any trouble.
You can `download a tarball`__ of the development version, or
install it via ``pip install webassets==dev``.
Development:
For development, to run all the tests, you need to have at least Java 7
installed (required for example to run the `Google closure`_ filter).
1. Install Python requirements with uv::
$ uv venv
$ uv pip install -r uv.lock
2. Install other requirements::
$ ./requirements-dev.sh
3. Run the tests::
./run_tests.sh
__ http://github.com/miracle2k/webassets/tarball/master#egg=webassets-dev
.. _`Google closure`: https://github.com/google/closure-compiler/wiki/FAQ#the-compiler-crashes-with-unsupportedclassversionerror-or-unsupported-majorminor-version-510
.. |ci| image:: https://github.com/miracle2k/webassets/actions/workflows/ci.yml/badge.svg
:target: https://github.com/miracle2k/webassets/actions/workflows/ci.yml