Skip to content

Releases: dotbrains/pyreload-cli

v1.0.3 - Documentation Update

10 Jan 17:05

Choose a tag to compare

📚 Documentation Update

This release updates the README.md documentation.

Changed

  • Updated README.md documentation

Installation

```bash
pip install pyreload-cli
```


Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Metadata Update

10 Jan 17:03

Choose a tag to compare

📝 Metadata Update

This release updates the author email address in package metadata.

Changed

  • Updated author email address in package metadata

Installation

```bash
pip install pyreload-cli
```


Full Changelog: v1.0.1...v1.0.2

v1.0.1 - Fix PyPI Image Display

10 Jan 17:00

Choose a tag to compare

🔧 Bug Fix Release

This release fixes the og-image.svg display issue on PyPI.

Fixed

  • Fixed og-image.svg display on PyPI by using GitHub raw URL
  • Consolidated shared assets to single `assets/` directory
  • Added build-time asset copying for docs and website deployments

Installation

```bash
pip install pyreload-cli
```


Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Initial Release

10 Jan 16:55

Choose a tag to compare

🎉 Initial Release

Pyreload is a modern, easy-to-use package to automatically restart Python applications when file changes are detected. Perfect for development workflows with full support for Docker, Vagrant, and mounted filesystems via polling mode.

✨ Features

  • 🚀 Zero-config reloading - Works with Python files by default
  • 📂 Polling mode - Solves mounted filesystem limitations (Docker, Vagrant, CIFS/NFS)
  • 🎯 Flexible patterns - Watch and ignore patterns with glob support
  • ⚙️ Config file support - `.pyreloadrc` or `pyreload.json` for team settings
  • 🧹 Clean mode - No logs, no prompts for production-like testing
  • 🔧 Exec mode - Run any shell command, not just Python files
  • ⌨️ Manual control - Type `rs` to restart, `stop` to exit

📦 Installation

```bash
pip install pyreload-cli
```

🚀 Quick Start

```bash

Basic usage

pyreload app.py

With Docker/Vagrant (polling mode)

pyreload app.py --polling
```

📖 Documentation

🤝 Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.


Full Changelog: https://github.com/dotbrains/pyreload-cli/blob/master/CHANGELOG.md