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.7.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file EFumi_WhlTest-0.7.tar.gz
.
File metadata
- Download URL: EFumi_WhlTest-0.7.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d5335f9d7e38277fd55c1d431f6370adf0a94082a7b791ca56912fbcf2b1956 |
|
MD5 | 97d51b8abfed0402821e2401ea665a81 |
|
BLAKE2b-256 | fa20ac30d1e04b01f5c05b473543a2a7e5ddd03c667fdd49bae2354ccfce28e2 |
File details
Details for the file EFumi_WhlTest-0.7-py3-none-any.whl
.
File metadata
- Download URL: EFumi_WhlTest-0.7-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 208ae7c3ac7ce4fec08527e5b186d5886a640161fc071deb907395a679068d91 |
|
MD5 | c11fd7467355f3282909b631ba7a8bfa |
|
BLAKE2b-256 | 5f51e1bda8914f5854d5ea6e4c5df1a840c706dc06d802a92e6c7346570848ec |