Skip to main content

A python client library for Google Weather API

Project description

python-google-weather-api

A python client library for Google Weather API.

See https://developers.google.com/maps/documentation/weather

Only API keys are supported, see https://developers.google.com/maps/documentation/weather/get-api-key

Development environment

python3 -m venv .venv
source .venv/bin/activate
# for Windows CMD:
# .venv\Scripts\activate.bat
# for Windows PowerShell:
# .venv\Scripts\Activate.ps1

# Install dependencies
python -m pip install --upgrade pip
python -m pip install -e .

# Run pre-commit
python -m pip install pre-commit
pre-commit install
pre-commit run --all-files

# Alternative: run formatter, lint, and type checking
python -m pip install isort black flake8 ruff mypy
isort . ; black . ; flake8 . ; ruff check . --fix ; mypy --install-types .

# Run tests
python -m pip install pytest
pytest

# Build package
python -m pip install build
python -m build

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

python_google_weather_api-0.0.2.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_google_weather_api-0.0.2-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file python_google_weather_api-0.0.2.tar.gz.

File metadata

File hashes

Hashes for python_google_weather_api-0.0.2.tar.gz
Algorithm Hash digest
SHA256 fdb4472b131166ee7e8d0bedbd4fb7efe63bf7c5db600fcb06e550e723614e3a
MD5 c16b51ca5cf833dfd37f85804910156e
BLAKE2b-256 3a89c3f50070df04b654ae3afae32787ac006e70bb62481bb21dbf679c7a9187

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_google_weather_api-0.0.2.tar.gz:

Publisher: python-publish.yml on tronikos/python-google-weather-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_google_weather_api-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for python_google_weather_api-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e45c8abdeb1440dcc65a76fd7dba1f3c3c82ccf0fd0c5b3bf3ce2efdd53eb71a
MD5 60002108a6a9958658226135d223bc90
BLAKE2b-256 9b456e6a261502288b1927775d9b801f886f11dd54b9d3565e253ef5e9e47f1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_google_weather_api-0.0.2-py3-none-any.whl:

Publisher: python-publish.yml on tronikos/python-google-weather-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page