macOS
brew install livereloadlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de livereload pour les workflows d'agents IA.
installation
brew install livereloadlocal Homebrew formula metadata
aperçu
Local web server in Python
historique
Python LiveReload is a Python implementation of the LiveReload development workflow: watch local files, serve a development site, and tell the browser to refresh when assets change. It brought the LiveReload idea into Python web stacks and static documentation workflows.
The python-livereload repository was created on May 3, 2012. Author Hsiaoming Yang wrote in 2013 that the first version was released on May 4, 2012, and that the project was later reshaped around a simpler server/library model.
Version 2.0 changed the tool's direction. The author described it as more of a library than an application, with compilers and a standalone command-line tool removed at that point so that livereload could focus on serving reload notifications and running shell commands supplied by users. The stable documentation later shows the command-line utility restored for starting a server in a directory.
LiveReload as a workflow spread across browser extensions, JavaScript clients, Ruby tools, Grunt watchers, and Python tools. The livereload-js project lists python-livereload among available servers for the LiveReload protocol.
Within Python, adoption centered on developers who wanted live refresh for static files, Sphinx docs, Flask, Bottle, and Django without adopting a full JavaScript dev-server stack.
The documented CLI starts a server for a watched directory and listens on port 35729 for LiveReload browser integrations. The Python API exposes Server.watch for files, directories, and glob patterns, and can run shell commands such as rebuilding CSS or Sphinx documentation before reloading.
Framework integrations cover Django management commands and simple WSGI wrapping for Flask and Bottle, which made it useful for small Python web projects and documentation sites.
The Homebrew formula is notable because a Python web-development helper is packaged as a system command, not just as a PyPI library. It sits in the older generation of live-reload tooling before Vite-style JavaScript dev servers became the default for many front-end projects.
It is also a small example of protocol compatibility mattering in packaging: the Python server, livereload.js, browser extensions, and the conventional port 35729 all have to line up for the developer experience to feel automatic.
posture de sécurité
broad file, network, media, or database tool signal.
risque blue · confiance moyen · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
livereload | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://livereload.readthedocs.io/en/latest/
métadonnées d'installation
| Clé du paquet | brew:livereload |
|---|---|
| Version | 2.7.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/livereload |
| Page d'accueil | https://livereload.readthedocs.io/en/latest/ |
| Dépôt | https://github.com/lepture/python-livereload |
| Docs amont | https://livereload.readthedocs.io/en/stable |
| Licence | BSD-3-Clause |
| Archive source | https://files.pythonhosted.org/packages/43/6e/f2748665839812a9bbe5c75d3f983edbf3ab05fa5cd2f7c2f36fffdf65bd/livereload-2.7.1.tar.gz |
| Dernière mise à jour | 2026-06-15T10:20:20-04:00 |
| Pulse | updated |
| Dépendances | python@3.14 |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | livereload |
| Version Scheme | 0 |
| Revision | 2 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.