winsonluk / installable

test package for pip install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installable

A stub package for testing if pip install is working.

Introduction

The intent of this package is to provide a simple module that can be easily installed and uninstalled. This provides a straightforward mechanism for showing that an arbitrary environment is capable of installing third party modules via pip. It is not intended to exercise the full feature set of pip or setuptools, but to provide a minimal existence proof of viability.

Usage

Install:

pip install installable

or:

pip install --user installable

Import:

>>> import installable

or:

python -c 'import installable'

Uninstall:

pip uninstall installable

About

test package for pip install


Languages

Language:Python 100.0%