A small personal example package
Project description
Hello-NOO
This is an example repository for a python package, for my own reference.
Development: Things to remember
Make a source distribution
python -m build --sdist
This makes a *tar.gz in the dist/ folder
Make a wheel
python -m build --wheel
This makes a *.whl in the dist/ folder
Check with twine
twine check dist/*
Checks the files in the dist/ folder
Upload to PyPi
twine upload --verbose --repository pypi dist/*
Uninstall everyting
pip freeze --exlucde hello-NOO | xargs pip uninstall -y
pip uninstall hello-NOO
Resources
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#classifiers
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hello_noo-0.0.2.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hello_noo-0.0.2.tar.gz.
File metadata
- Download URL: hello_noo-0.0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14ea883138a0458f77d956af2cf00a507693ebff30a2bc5a3f341072572549bd
|
|
| MD5 |
8f97d597872b40fd2197bab02238b164
|
|
| BLAKE2b-256 |
49fc5e89ccda6befcbf052e63b9491b13be1b1695b6a8b28b725a4e828e02bac
|
File details
Details for the file hello_noo-0.0.2-py3-none-any.whl.
File metadata
- Download URL: hello_noo-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6ab293183978cf6b431ab4cff7adff188e63c3b31e3449c0b362f6d52699f64
|
|
| MD5 |
bfbffbcdd6798a0712ab1aae35bccc4d
|
|
| BLAKE2b-256 |
2b6448408af7e3be39a6e5902b739f5ba41ecb0bd461554e3aa6b7d3e57c817a
|