Skip to main content

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

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2

File details

Details for the file pypkgdemo1-0.2.tar.gz.

File metadata

  • Download URL: pypkgdemo1-0.2.tar.gz
  • Upload date:
  • Size: 1.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pypkgdemo1-0.2.tar.gz
Algorithm Hash digest
SHA256 8b68e32d525c4cae954e34a168ce07359da588cdd74beab2bb56a03bf8dbac0a
MD5 b923fef35ba591a56dd3bf7b526a01a6
BLAKE2b-256 ba7a58f3b9ecd102ef3c2c4a9b35e1b37fcfdfdc3a120969a5fd5fe013335ddd

See more details on using hashes here.

File details

Details for the file pypkgdemo1-0.2-py2-none-any.whl.

File metadata

File hashes

Hashes for pypkgdemo1-0.2-py2-none-any.whl
Algorithm Hash digest
SHA256 797d3a8d65051426db5579039722d6741a5986faa45931f614cdcdb2379c8209
MD5 656bf3a5cbcb43fbf514ebb5379ba3f0
BLAKE2b-256 64a0ef964c18dfab4e4b49166ce1750b654f36c728d3414e6a766328b53ee191

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2 This release

2 files

0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page