Skip to content

VenvWatch 0.6.0 - Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@CasualEngineerZombie CasualEngineerZombie released this 13 Aug 17:26
· 4 commits to main since this release
ad73f6d

VenvWatch 0.6.0

Initial release of VenvWatch, a lightweight Python package that continuously monitors your virtual environment and automatically updates your requirements.txt file.

Features

  • Automatic Sync: Detects changes in your virtual environment and updates requirements.txt instantly.
  • Continuous Monitoring: Runs in the background, listening for any modifications to your installed packages.
  • Simple CLI: Easy-to-use command-line interface to start and manage the watcher.
  • Configurable Options: Customize how VenvWatch handles changes.

Installation

pip install venvwatch

Usage

venvwatch --venv /path/to/your/venv --interval 5

For more detailed usage instructions, please refer to the README.md file.

What's New

  • Initial implementation of core functionality
  • Command-line interface for easy usage
  • Real-time updates to requirements.txt
  • Detailed output for package installations and removals

Known Issues

  • Untested for MacOS ARM

Feedback and contributions are welcome! Please report any issues on our GitHub issue tracker.