Skip to main content

A small example package

Project description

Example Project

Not much to see here, mostly all applied from Packaging Python Projects.

Create wheel

Prepare system

python3 -m pip install --upgrade build

Build .whl file

python3 -m build

Find your .whl in dist/.

Try installing your wheel

# create a virtual env so it can be deleted easily by deleting `myvirtualenv`
python3 -m venv myvirtualenv
# enable virtual env
source myvirtualenv/bin/activate
# install wheel
python3 -m pip install dist/dist/wheelie-0.0.1-py3-none-any.whl
# run program
myvirtualenv/bin/main.py

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

EFumi_WhlTest-0.6.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

EFumi_WhlTest-0.6-py3-none-any.whl (3.1 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