Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

17media/pip-wheelhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository holds pre-built python wheels intended for faster CI purposes.

Getting started

Adding packages

Simple

docker run -it --rm -v "$(pwd):/wheelhouse" 17media/python:3.5.3-builder PIP_PACKAGES

Extra build dependencies

docker run -it --rm -v "$(pwd):/wheelhouse" $(echo "FROM 17media/python:3.5.3-builder" | docker build --build-arg APK_BUILD_DEPS="$APK_BUILD_DEPS" -q -) PIP_PACKAGES

Using packages

pip install --find-links https://17media.github.io/pip-wheelhouse/index.html PIP_PACKAGES

About

Pre-compiled python wheels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published