All Projects → asottile-archive → pip-custom-platform

asottile-archive / pip-custom-platform

Licence: MIT license
pip+wheel wrapper which allows you to choose a custom platform name for building, downloading, and installing wheels.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to pip-custom-platform

integration-test
ensure core packaging tools work well with each other
Stars: ✭ 15 (-70%)
Mutual labels:  wheel, pip
TensorFlow-Raspberry-Pi
TensorFlow installation wheels for Raspberry Pi 32-bit OS
Stars: ✭ 18 (-64%)
Mutual labels:  wheel, pip
TensorFlow-Raspberry-Pi 64-bit
TensorFlow installation wheels for Raspberry Pi 64 OS
Stars: ✭ 27 (-46%)
Mutual labels:  wheel, pip
no-manylinux
Install this package to disable manylinux wheels when dowloading from pip.
Stars: ✭ 23 (-54%)
Mutual labels:  wheel, pip
Tensorflow Bin
Prebuilt binary with Tensorflow Lite enabled (native build). For RaspberryPi / Jetson Nano. And, solved Tensorflow issues #15062,#21574,#21855,#23082,#25120,#25748,#29617,#29704,#30359. Support for custom operations in MediaPipe.
Stars: ✭ 349 (+598%)
Mutual labels:  wheel, pip
Wheel
关于net nio os cache db rpc json web http udp tcp mq 等多个小工具的自定义实现
Stars: ✭ 45 (-10%)
Mutual labels:  wheel
Py2exe
A distutils extension to create standalone Windows programs from Python code
Stars: ✭ 190 (+280%)
Mutual labels:  wheel
Wheels
Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
Stars: ✭ 891 (+1682%)
Mutual labels:  wheel
Wheelpicker
A smooth, highly customizable wheel view and picker view, support 3D effects like iOS. 一个顺滑的、高度自定义的滚轮控件和选择器,支持类似 iOS 的 3D 效果
Stars: ✭ 684 (+1268%)
Mutual labels:  wheel
MacOS-All-In-One-Update-Script
Mac update shell script (Appstore, macOS, Homebrew and others)
Stars: ✭ 39 (-22%)
Mutual labels:  pip
PIP-Module-Scanner
Scans your Python project for all installed third party pip libraries that are used and generates a requirements.txt file based on it
Stars: ✭ 19 (-62%)
Mutual labels:  pip
Opencv Python
Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
Stars: ✭ 2,413 (+4726%)
Mutual labels:  wheel
Wheel Of Lunch
HTML5 randomised spinning wheel to select a place to eat by using a RESTful API to fetch local places.
Stars: ✭ 70 (+40%)
Mutual labels:  wheel
Teaset
A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
Stars: ✭ 2,845 (+5590%)
Mutual labels:  wheel
Wheelview
Android滚轮控件,基于ListView实现,可以自定义样式。
Stars: ✭ 948 (+1796%)
Mutual labels:  wheel
Cursorwheellayout
An Android Widget for selecting items that rotate on a wheel.
Stars: ✭ 710 (+1320%)
Mutual labels:  wheel
Swiftfortunewheel
The ultimate spinning wheel view that supports dynamic content and rich customization.
Stars: ✭ 114 (+128%)
Mutual labels:  wheel
PyGLM
Fast OpenGL Mathematics (GLM) for Python
Stars: ✭ 167 (+234%)
Mutual labels:  pip
React Rotation
React rotation component
Stars: ✭ 102 (+104%)
Mutual labels:  wheel
Pd Select
vue components ,like ios 3D picker style,vue 3d 选择器组件,3D滚轮
Stars: ✭ 101 (+102%)
Mutual labels:  wheel

DEPRECATED

this is deprecated without replacement. perhaps encourage pip to implement pypa/pip#5453


Build Status Azure DevOps coverage pre-commit.ci status

pip-custom-platform

pip+wheel wrapper which allows you to choose a custom platform name for building, downloading, and installing wheels.

This package assumes you're running your own PyPI server and would like support for wheels on named platforms that would otherwise be considered equivalent by the wheel infrastructure (for example not all linux_x86_64 are created equal).

Default platform names

By default, pip-custom-platform guesses a platform name for you based on the distro module for Linux, and uses the default platform name on Windows, OS X, or other systems. Some examples:

Platform Default Platform Name
Ubuntu Trusty (14.04) linux_ubuntu_14_04_x86_64
Debian Jessie (8) linux_debian_8_x86_64
CentOS 7 linux_centos_7_x86_64
Fedora 22 linux_fedora_22_x86_64
Red Hat 7 linux_rhel_7_x86_64
openSUSE 13.2 linux_opensuse_13_x86_64

You can choose your own platform name by passing --platform my_platform on the command line.

Installation

pip install pip-custom-platform

Usage

Building wheels

pip-custom-platform wheel --platform my-platform my-package

Downloading distributions

pip-custom-platform install --platform my-platform --download . my-package

(or with sufficiently new pip)

pip-custom-platform download --platform my-platform --dest . my-package

Installing packages

pip-custom-platform install --platform my-platform my-package

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].