# os-python-installer **Repository Path**: mirrors_pexip/os-python-installer ## Basic Information - **Project Name**: os-python-installer - **Description**: Packaging for python-installer - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-01 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # installer This is a low-level library for installing a Python package from a [wheel distribution](https://packaging.python.org/glossary/#term-Wheel). 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](https://installer.rtfd.io/).