Project: installer

A library for installing Python wheels.

Project Details

Latest version
0.7.0
Home Page
None
PyPI Page
https://pypi.org/project/installer/

Project Popularity

PageRank
0.002271728681506943
Number of downloads
11897775

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.