A friendly hello-world Python package.
Project description
ml-toolkit-pro
A tiny publicly installable Python package that demonstrates a clean PyPI release.
Install
python -m pip install ml-toolkit-pro
Use
from ml_toolkit_pro import hello
print(hello()) # Hello, World!
print(hello("Ada")) # Hello, Ada!
It also provides a command-line program:
ml-toolkit-pro
Publish to PyPI
-
Create an account at https://pypi.org/account/register/ and enable two-factor authentication.
-
Create a PyPI API token at https://pypi.org/manage/account/token/ with scope restricted to
ml-toolkit-prowhere available. -
Build and verify the distribution:
python -m pip install --upgrade build twine python -m build python -m twine check dist/*
-
Upload without storing the token in source control:
TWINE_USERNAME=__token__ TWINE_PASSWORD='pypi-your-token' python -m twine upload dist/*
-
Confirm a fresh installation:
python -m pip install --upgrade ml-toolkit-pro python -c 'from ml_toolkit_pro import hello; print(hello())'
PyPI package names are global. If the upload reports that ml-toolkit-pro already exists, change the name in pyproject.toml to a unique name.
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 ml_toolkit_pro-0.1.0.tar.gz.
File metadata
- Download URL: ml_toolkit_pro-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16b3fe493814312ce629f2d5f00cc7c72418ccbc659dc3c533bb6b8b974d0e2f
|
|
| MD5 |
c5d848723f8a6e18b101bb29010a9141
|
|
| BLAKE2b-256 |
50a79fe4582ba71ac96bdc9578c13a102f5a5ec639199dfc87bd75b561d9ebd3
|
File details
Details for the file ml_toolkit_pro-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ml_toolkit_pro-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58774d1c386725f2d06c88242d0c99b4069fe755d91529baefb0d43b66d56ea7
|
|
| MD5 |
0c28296087f1b7d7af1769d57b129c8c
|
|
| BLAKE2b-256 |
4b606b229d19d0a5105ac6333a05a22ccf7e40160852138f3cd67e8760f01945
|