Skip to main content

The funniest joke in the world

Project description

pypkgdemo1

This is a simple example package. You can use Github-flavored Markdown to write your content.

This page explain about packging python projects and upload to pypi. https://packaging.python.org/tutorials/packaging-projects/

build

pip install --upgrade pip setuptools wheel

pytyhon setup.py sdist bdist_wheel

ls dist/

upload to TestPypi

pip install --upgrade twine

twine upload --repository -url https://test.pypi.org/legacy/ dist/*

upload to TestPypi

install from TestPypi

pip install --index-url https://test.pypi.org/simple/ pypkgdemo1

testing pypkgdemo1

python

import pypkgdemo1

pypkgdemo1.joke()

uninstall pypkgdemo1

pip uninstall pypkgdemo1

upload to Pypi

pip install --upgrade twine

twine upload dist/*

install from Pypi

pip install pypkgdemo1

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

pypkgdemo1-0.2.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

pypkgdemo1-0.2-py2-none-any.whl (1.5 kB view hashes)

Uploaded Python 2

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