Skip to main content

A Python package to get weather reports for any location.

Project description

My very first library python

  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 passes ==> 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/*
  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.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

tn_weather_reporter-0.1.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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