Skip to main content

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

  1. Create an account at https://pypi.org/account/register/ and enable two-factor authentication.

  2. Create a PyPI API token at https://pypi.org/manage/account/token/ with scope restricted to ml-toolkit-pro where available.

  3. Build and verify the distribution:

    python -m pip install --upgrade build twine
    python -m build
    python -m twine check dist/*
    
  4. Upload without storing the token in source control:

    TWINE_USERNAME=__token__ TWINE_PASSWORD='pypi-your-token' python -m twine upload dist/*
    
  5. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ml_toolkit_pro-0.1.0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ml_toolkit_pro-0.1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

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

Hashes for ml_toolkit_pro-0.1.0.tar.gz
Algorithm Hash digest
SHA256 16b3fe493814312ce629f2d5f00cc7c72418ccbc659dc3c533bb6b8b974d0e2f
MD5 c5d848723f8a6e18b101bb29010a9141
BLAKE2b-256 50a79fe4582ba71ac96bdc9578c13a102f5a5ec639199dfc87bd75b561d9ebd3

See more details on using hashes here.

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

Hashes for ml_toolkit_pro-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 58774d1c386725f2d06c88242d0c99b4069fe755d91529baefb0d43b66d56ea7
MD5 0c28296087f1b7d7af1769d57b129c8c
BLAKE2b-256 4b606b229d19d0a5105ac6333a05a22ccf7e40160852138f3cd67e8760f01945

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page