All Projects → pradyunsg → installer

pradyunsg / installer

Licence: MIT license
A low-level library for installing from a Python wheel distribution.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to installer

Cursorwheellayout
An Android Widget for selecting items that rotate on a wheel.
Stars: ✭ 710 (+886.11%)
Mutual labels:  wheel
Swiftfortunewheel
The ultimate spinning wheel view that supports dynamic content and rich customization.
Stars: ✭ 114 (+58.33%)
Mutual labels:  wheel
pip-custom-platform
pip+wheel wrapper which allows you to choose a custom platform name for building, downloading, and installing wheels.
Stars: ✭ 50 (-30.56%)
Mutual labels:  wheel
Wheelview
Android滚轮控件,基于ListView实现,可以自定义样式。
Stars: ✭ 948 (+1216.67%)
Mutual labels:  wheel
Pd Select
vue components ,like ios 3D picker style,vue 3d 选择器组件,3D滚轮
Stars: ✭ 101 (+40.28%)
Mutual labels:  wheel
Robot
Simple library for controlling a raspberry pi based robot
Stars: ✭ 156 (+116.67%)
Mutual labels:  wheel
Cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 620 (+761.11%)
Mutual labels:  wheel
cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 1,350 (+1775%)
Mutual labels:  wheel
React Rotation
React rotation component
Stars: ✭ 102 (+41.67%)
Mutual labels:  wheel
TensorFlow-Raspberry-Pi
TensorFlow installation wheels for Raspberry Pi 32-bit OS
Stars: ✭ 18 (-75%)
Mutual labels:  wheel
Wheel
关于net nio os cache db rpc json web http udp tcp mq 等多个小工具的自定义实现
Stars: ✭ 45 (-37.5%)
Mutual labels:  wheel
Wagon
Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Stars: ✭ 86 (+19.44%)
Mutual labels:  wheel
Py2exe
A distutils extension to create standalone Windows programs from Python code
Stars: ✭ 190 (+163.89%)
Mutual labels:  wheel
Wheels
Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
Stars: ✭ 891 (+1137.5%)
Mutual labels:  wheel
Tensorflow-binaries
Tensorflow GNU/Linux, MacOS binaries compiled with SSE4.1, SSE4.2 and AVX
Stars: ✭ 14 (-80.56%)
Mutual labels:  wheel
Wheelpicker
A smooth, highly customizable wheel view and picker view, support 3D effects like iOS. 一个顺滑的、高度自定义的滚轮控件和选择器,支持类似 iOS 的 3D 效果
Stars: ✭ 684 (+850%)
Mutual labels:  wheel
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 (+3251.39%)
Mutual labels:  wheel
trampolim
A modern Python build backend
Stars: ✭ 39 (-45.83%)
Mutual labels:  wheel
Unity3D-Cars
A project built for a Renaissance Coders tutorial to introduce vehicle physics.
Stars: ✭ 60 (-16.67%)
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 (+3851.39%)
Mutual labels:  wheel

installer

This is a low-level library for installing a Python package from a wheel distribution. It provides basic functionality and abstractions for handling wheels and installing packages from wheels.

  • Logic for "unpacking" a wheel (i.e. installation).
  • Abstractions for various parts of the unpacking process.
  • Extensible simple implementations of the abstractions.
  • Platform-independent Python script wrapper generation.

You can read more in the documentation.

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].