sdispater / installer

A low-level library for installing from a Python wheel distribution.

Home Page:https://installer.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A low-level library for installing from a Python wheel distribution.

https://installer.readthedocs.io/

License:MIT License


Languages

Language:Python 100.0%