Skip to content

simon-engledew/venv-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

venv-server

Build and serve Python virtual environments built for different distributions.

Post a requirements file to the service and get back a tar of a virtualenv:

# POST /<IMAGE>/<...DEST>

curl --silent --data-binary "@requirements.txt" http://localhost:8080/xenial/opt/venv | tar xp -C /

Images are loaded from a docker directory. There are two examples available for alpine and ubuntu.

About

Serve virtualenv built for different distributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages