A custom print libary
Project description
print_hello
- This is simple python package to demonstrate how to upload package to PyPl
file structure
print_hello/
|-- LICENSE.txt
|-- README.md
|-- print_hello_hanlin
| |-- __init__.py
| |-- __pycache__
| | |-- __init__.cpython-36.pyc
| | `-- print_hello.cpython-36.pyc
| `-- print_hello.py
`-- setup.py
build package
$: python3 setup.py sdist bdist_wheel
upload package to pypi.org
$: python3 -m twine upload dist/*
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 print_hello_hanlin-0.0.1.tar.gz.
File metadata
- Download URL: print_hello_hanlin-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76b9017fab51226798ce535d197f71328b5688e8e2b65e788673fc1142ce1cbe
|
|
| MD5 |
64fbbe0b1d67a27f34480ced51dd4a98
|
|
| BLAKE2b-256 |
dc5a61bc8a2fbbcb9b3d77d152b1797e18535bbde8ad5c108adead36804d99fd
|
File details
Details for the file print_hello_hanlin-0.0.1-py3-none-any.whl.
File metadata
- Download URL: print_hello_hanlin-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
debb70435cf09d5b9afa0b0b737d55cad3903809e94c1198cb29d7414b290db1
|
|
| MD5 |
54c33f4d644823c00e5c5406aa3e1159
|
|
| BLAKE2b-256 |
5f72bce98affc90dcf51e3186c84d84dace8ef986f58077a89c061d707e8aeb4
|