Skip to main content

A Python package to get weather reports for any location.

Project description

My very first library python

  1. Tutorial from
    https://www.youtube.com/watch?v=KTaLs494xgo&list=PLyb_C2HpOQSB3z_4WliKt56WyDgfXzzMz
    https://realpython.com/pypi-publish-python-package/
  1. Install requirements to build library
    pip3 install wheel
    pip3 install twine
  1. Build your packages
    python3 setup.py sdist bdist_wheel
  1. Check the distribution
    twine check dist/*
    ===> If passed ==> Now we goonna published to website
  1. 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 
  1. PyPI: Find, install and publish python packages with PPI
    twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

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

tn_weather_reporter-0.1.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

tn_weather_reporter-0.1.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

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

Hashes for tn_weather_reporter-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d74fae2cf0cc30f3021de171d51a344f203ffde99dfec672cf23018156819409
MD5 abef50ec36347df708d3ca7641ea09ca
BLAKE2b-256 65c221ade2aac0827ecf2bba454c5680a58c80a49ac313a88663c5f10e37d460

See more details on using hashes here.

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

Hashes for tn_weather_reporter-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8b7f3561115f6eac4b36bbc8d9fd83057cc79764eff67342ab7a1cbcebcf55a1
MD5 5844f38806ff9e388113a9c43481e59c
BLAKE2b-256 0799363d959ccd547bdab0850bc7ae799c096f38f944d4c96564f82cfe351234

See more details on using hashes here.

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