Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

helloworld_mcv-0.0.3-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

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