Venvipy Versions Save

A GUI for managing Python virtual environments

v0.3.7

1 year ago
  • add pyproject.toml

v0.3.6

1 year ago
  • redesign look of PackageInstaller() class (layout)
  • add a PyPI logo to PackageInstaller() dialog
  • move ResultsTable() class to pkg_installer module
  • ask user to save requirements only if changes made
  • minor fixes (remove unused imports, etc.)

0.3.5

1 year ago
  • update html class names used on PyPI when scraping
  • add a note to readme that the corresponding venv module(s) are required

v0.3.4

2 years ago
  • search and install packages from PyPI now via scraping the website
  • add --help command line parameter
  • check permissions before installing from local projects
  • add pip's --use-feature=in-tree-build option for installs from local project directories
  • error handling of repository urls when installing from VCS
  • improve process flow of the wizard

v0.3.3

2 years ago
  • remove InstallPackages() page from wizard as long as PyPI's XMLRPC API is disabled due to unmanageable load
  • add compatibility for Python 3.10+

v0.3.2

3 years ago
  • fix missing system interpreter if running in a virtual env
  • add dataclasses module to requirements (Python 3.6)

v0.2.19

3 years ago
  • fix double interpreter entries bug

v0.2.18

3 years ago
  • fix missing module dataclasses error for Python 3.6
  • switch back to universal_newlines=True to enable text mode in subprocess.Popen call

v0.2.16

3 years ago
  • minor fixes

v0.2.15

3 years ago
  • bug fixes