A Python package to get weather reports for any location.
Project description
My very first library python
- Tutorial from
https://www.youtube.com/watch?v=KTaLs494xgo&list=PLyb_C2HpOQSB3z_4WliKt56WyDgfXzzMz
https://realpython.com/pypi-publish-python-package/
- Install requirements to build library
pip3 install wheel
pip3 install twine
- Build your packages
python3 setup.py sdist bdist_wheel
- Check the distribution
twine check dist/*
===> If passed ==> Now we goonna published to website
- TestPyPI: Test python package publishing before publishes on Python Package Index
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
- If you are using ubuntu, maybe you will get this error from commandline
....
from keyring.util.escape import escape as escape_for_ini
ModuleNotFoundError: No module named 'keyring.util.escape'
pip3 install --upgrade keyrings.alt
- PyPI: Find, install and publish python packages with PPI
twine upload --repository-url https://upload.pypi.org/legacy/ 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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tn_weather_reporter-0.1.1.tar.gz.
File metadata
- Download URL: tn_weather_reporter-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d74fae2cf0cc30f3021de171d51a344f203ffde99dfec672cf23018156819409
|
|
| MD5 |
abef50ec36347df708d3ca7641ea09ca
|
|
| BLAKE2b-256 |
65c221ade2aac0827ecf2bba454c5680a58c80a49ac313a88663c5f10e37d460
|
File details
Details for the file tn_weather_reporter-0.1.1-py3-none-any.whl.
File metadata
- Download URL: tn_weather_reporter-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b7f3561115f6eac4b36bbc8d9fd83057cc79764eff67342ab7a1cbcebcf55a1
|
|
| MD5 |
5844f38806ff9e388113a9c43481e59c
|
|
| BLAKE2b-256 |
0799363d959ccd547bdab0850bc7ae799c096f38f944d4c96564f82cfe351234
|