A test package
Project description
own-pip-package
Installation for packaging
Use: pip install setuptools wheel tqdm twine
Create a script
see helloworld skript
Create a setup.py
see setup.py for this
Compile package
run: python setup.py bdist_wheel
Install package locally
pip install dist/.whl
Upload to pypip
Step 1
Create pypirc: The Pypirc file stores the PyPi repository information. Create a file in the home directory
for Windows : C:\Users\UserName\.pypirc
for *nix : ~/.pypirc
And add the following content to it. Replace javatechy with your username.
[distutils] index-servers=pypi [pypi] repository = https://upload.pypi.org/legacy/ username =javatechy
Step 2
use python -m twine upload dist/*
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file helloworld_kienast-0.1-py3-none-any.whl
.
File metadata
- Download URL: helloworld_kienast-0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e41a532bab5e1f1dda738db6db0504403d3dcf4c745686c623e0ed70eaa98751 |
|
MD5 | 501f70529d0a2a11339da69b8a65181b |
|
BLAKE2b-256 | 1e2a92d6138bad8060c32b1b8714749c21f4e6348193f5bcd92156f89027a2fd |