GitXplorerGitXplorer
l

pyproject-install

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a20e9eb15885ecf985d9d61b150b8669722a653a

Fix header extraction logic

llayday committed 3 years ago
Unverified
bc03d92485c66c2dbb5478f03b3ec6af003a7637

Change the default interpreter to `sys.executable`

llayday committed 3 years ago
Unverified
ffdf61dc19ffa72e4c44a5627f6497c2c561c23e

Back out of interpolating scheme paths

llayday committed 3 years ago
Unverified
e0ca530b55a7b5ebb31e03ec4359704e6df37bd3

Log writing scripts

llayday committed 3 years ago
Unverified
fcda4d68c36c1ed269b13ba2582157f9e1577116

Update help text

llayday committed 3 years ago
Unverified
99048f4bf0b696776ceb80282b6e75fa2c30e399

Exclude macOS + Python 3.10 from CI

llayday committed 3 years ago

README

The README file for this repository.

pyproject-install

Command-line Python wheel installer utilising installer <https://github.com/pradyunsg/installer>__.

Usage

.. code-block::

$ pyproject-install --help usage: pyproject-install [-h] [--verbose] [--version] [--interpreter INTERPRETER] [--prefix PREFIX] wheel

Python wheel installer for the masses

positional arguments: wheel wheel file to install

optional arguments: -h, --help show this help message and exit --verbose increase verbosity --version show program's version number and exit --interpreter INTERPRETER path of Python interpreter; defaults to which python --prefix PREFIX custom installation prefix