Metadata-Version: 2.4
Name: venvflon
Version: 0.7.2
Summary: simple virtual environment switcher
Author: Michal Plichta
Maintainer: Michal Plichta
License: MIT License
Project-URL: Homepage, https://github.com/emcek/venvflon
Project-URL: Source, https://github.com/emcek/venvflon.git
Project-URL: Changelog, https://github.com/emcek/venvflon/blob/master/CHANGELOG.md
Keywords: venv,uv,virtualenv
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: tkinterdnd2
Provides-Extra: test
Requires-Dist: GitPython; extra == "test"
Requires-Dist: interrogate; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: lxml; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: packaging; extra == "test"
Requires-Dist: pip-audit; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-randomly; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: types-pyyaml; extra == "test"
Dynamic: license-file

[![Python CI](https://github.com/emcek/venvflon/actions/workflows/python-ci.yml/badge.svg?branch=master)](https://github.com/emcek/venvflon/actions/workflows/python-ci.yml)
[![image](https://img.shields.io/badge/pypi-v0.7.1-blue.svg)](https://pypi.org/project/venvflon/)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/emcek/venvflon/master.svg)](https://results.pre-commit.ci/latest/github/emcek/venvflon/master)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
[![Downloads](https://img.shields.io/github/downloads/emcek/venvflon/total?label=Downloads)](https://github.com/emcek/venvflon/releases)
[![venvflon](https://snyk.io/advisor/python/venvflon/badge.svg)](https://snyk.io/advisor/python/venvflon)
[![image](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue.svg)](https://github.com/emcek/venvflon)
[![Downloads](https://static.pepy.tech/badge/venvflon)](https://pepy.tech/project/venvflon)

# venvflon
simple virtual environment switcher

## name
Comes from polish `wenflon` or `kaniula` (eng. `cannula`)

## installation
The preferred way of installing using [uv](https://github.com/astral-sh/uv) tool:
``` console
uv tool install --python 3.13.5 venvflon
```
Please use Python 3.13.1+ (or any 3.12.x) due to 3.13.0 run extra terminal window even if it was disabled.

## update
``` console
uv tool update venvflon
```

## uninstall
``` console
uv tool uninstall venvflon
```
