Skip to main content

ML Toolkit

Project description

# ML-toolkit

# Python package basics
  • Create Source distribution: python setup.py sdist

  • Install package: pip install ml-toolkit-1-0.0.1.tar.gz (installs package into python site-packages)

  • Create Wheel: python setup.py bdist_wheel

  • Upload to pypi:
    • Test server: twine upload –repository-url https://test.pypi.org/legacy/ -r ml-toolkit-prajit dist/ml-toolkit-1-0.0.1.tar.gz

    • pypi.org: twine upload –repository-url https://upload.pypi.org/legacy/ -r ml-toolkit-prajit dist/ml-toolkit-1-0.0.1.tar.gz

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-1-0.0.1.tar.gz (1.1 kB view hashes)

Uploaded Source

Supported by

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