Skip to main content

A minimal stub package to test success of pip install

Project description

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 pip-install-test

or:

pip install --user pip-install-test

Import:

>>> import pip_install_test

or:

python -c 'import pip_install_test'

Uninstall:

pip uninstall pip-install-test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pip-install-test-0.5.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

pip_install_test-0.5-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page