An example package
Project description
Example Package
This is a simple example package. You can use GitHub-flavored Markdown to write your content.
The program is also a simple Python program that does nothing except state that there is nothing to see.
Here is the how-to on how to build and deploy it.
cd <PROJECT-DIRECTORY>
# start with a clean `venv`
rm -fr venv
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
# remember to increment the version value in `pyproject.toml` before each new build
pip install build
pip install twine
# build the distribution
python3 -m build
# upload to test.pypi.org (user is __token__, pw is API token)
python3 -m twine upload --verbose --repository testpypi dist/*
#
# PyPi module can be installed like this:
# BAND-noop
```console
pip install -i https://test.pypi.org/simple/ noop-BAND
module is run like this:
noop
output is this:
INFO:root:nothing to see here
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
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 noop_band-0.2.1.tar.gz.
File metadata
- Download URL: noop_band-0.2.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.5 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d325301f39230647c2d888e16ea923580d4af145b4f37fc2aa9f591d3f30b11f
|
|
| MD5 |
6e7ab464e19f80902218a8b836327793
|
|
| BLAKE2b-256 |
e7c1d2f8b88dd167776f2a1f7fc8eca97449ecc8ec09217993ac98084cf5302b
|
File details
Details for the file noop_band-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: noop_band-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.5 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21445e94de5f2b88ef5e4151a3a44cbe52612fecd499a4a0adb98307be4d0aab
|
|
| MD5 |
48250f4ccaf0855a56a4410d0f7dbe54
|
|
| BLAKE2b-256 |
61f748fb48c8a9200d1aebdbbeafaf543efb124d914aa4ff66d810ac835aa040
|