Skip to content

spapanik/pvenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pvenv: Easy python virtual environment management

build lint tests license codecov readthedocs pypi downloads code style: black build automation: yam Lint: ruff

pvenv provides an easy way to use virtual environments in python.

Behind the scenes, it uses uv to create virtual environments extremely fast. Also, it is inspired from virtualenvwrapper to move virtual environments outside the directory, and cd to the project directory upon activation.

Links