# 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
Release files for ml-toolkit-1 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ml-toolkit-1-0.0.1.tar.gz | 1.1 kB | Details |
Release files / ml-toolkit-1-0.0.1.tar.gz
| Download URL | ml-toolkit-1-0.0.1.tar.gz |
|---|---|
| Size | 1.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7945d82ce7017e5a0579698da2864f84f9ec2447cdcbcbc33c7570f3da335fe2
|
|
BLAKE2b-256 checksum How to use checksums |
ecbe0a4e14e8585cb34dcb41e36ee084aa0192e4a7e6ce55600642f5509def01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
|