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
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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8b68e32d525c4cae954e34a168ce07359da588cdd74beab2bb56a03bf8dbac0a
|
|
MD5 |
b923fef35ba591a56dd3bf7b526a01a6
|
|
BLAKE2b-256 |
ba7a58f3b9ecd102ef3c2c4a9b35e1b37fcfdfdc3a120969a5fd5fe013335ddd
|
File details
Details for the file pypkgdemo1-0.2-py2-none-any.whl
.
File metadata
- Download URL: pypkgdemo1-0.2-py2-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
797d3a8d65051426db5579039722d6741a5986faa45931f614cdcdb2379c8209
|
|
MD5 |
656bf3a5cbcb43fbf514ebb5379ba3f0
|
|
BLAKE2b-256 |
64a0ef964c18dfab4e4b49166ce1750b654f36c728d3414e6a766328b53ee191
|