Say hello!
Project description
Hello World
1. Ensure pip, setuptools, and wheel are up to date
python -m pip install --upgrade pip setuptools wheel
2. Build and Push it
python setup.py sdist bdist_wheel
pip install -e .
python -m pip install --upgrade twine
twine upload dist/*
3. Auth your account
- username: mcanv
- password: **********
This is an example project demonstrating how to publish a python module to PyPI.
Installation
Run the following to install:
python pip install helloworld-mcv
Usage
from helloworld import say_hello
# Generate "Hello, World!"
say_hello()
# Generate "Hello, Everybody!"
say_hello("Everybody")
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
helloworld-mcv-0.0.3.tar.gz
(1.6 kB
view details)
Built Distribution
File details
Details for the file helloworld-mcv-0.0.3.tar.gz
.
File metadata
- Download URL: helloworld-mcv-0.0.3.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05d1f58ae37d9d601365f8ce950c87940eb447c3fd3fa81093d65b8b4b27d47f |
|
MD5 | 74ef6a01f6bc05855cf17cac3fe2cdd3 |
|
BLAKE2b-256 | 9947be549d6c87bca34fc95fcf17f7b2848271a923bfa7c5868ddb855a77fcc4 |
File details
Details for the file helloworld_mcv-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: helloworld_mcv-0.0.3-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 752530a3f0f1fbcadf8890bdefdec14c9cd8349eca791c8b6ef7b29e9b011b0a |
|
MD5 | a03a4d456c5cfa66c1dcd4dbae3d1ec2 |
|
BLAKE2b-256 | dbdd201830c89e91250a43c3c737437b7e8ce3d34b6600203d963c6c15157523 |