Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipenv2UV

What is it for

Pipenv and uv are two popular Python package managers which different syntax for describing dependencies of the project. This script takes a Pipfile as input and generates a pyproject.toml file that can be used with uv to install the dependencies.

Pipenv2UV is overwrite safe, if the output file already exists a new one will be created.

Install and launch

  1. Pre-built binaries in releases.

    Currently available for Linux and MacOS.

  2. Dockerized launch

    docker build -t pipenv2uv .
    docker run --volume ./Pipfile:/app/Pipfile --volume ./output/:/app/output/
  3. Build from source (requires rust toolkit)

    cargo build --release
    ./target/release/pipenv2uv

About

Migration helper for those who want to move their stuff from pipenv to uv

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages