Metadata-Version: 2.1
Name: installer
Version: 0.2.3
Summary: A library for installing Python wheels.
Home-page: UNKNOWN
Author: Pradyun Gedam
Author-email: pradyunsg@gmail.com
License: UNKNOWN
Project-URL: homepage, https://github.com/pradyunsg/installer
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
License-File: LICENSE


installer
=========


.. raw:: html

   <!-- start readme-pitch -->



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.


.. raw:: html

   <!-- end readme-pitch -->



You can read more in the `documentation <https://installer.rtfd.io/>`_.


