Display the current weather in your terminal
Project description
Display the weather in your terminal!
This project is designed to show off a standard python project structure
To work it assumes you have the FORECAST_API environment variable set to be your Forecast.io api key.
export FORECAST_API="<your key here>"
Installation:
pip install displayforcastio
This app takes two args. A latitude and a longitude. Example usage with output is below
forecastio 42.3907 -71.1157
Currently: rain - Drizzle on Saturday and Tuesday, with temperatures peaking at 59°F on Friday.
Setting up a development environment. I assume python 3.5.0 is installed. Though python 2.7.10 should work as well.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r test-requirements.txt
Run the tests to ensure this all worked try running the tests. Like running the app one test requires the FORCAST_API environment variable to be set
py.test tests
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
File details
Details for the file displayforecastio-1.2.tar.gz
.
File metadata
- Download URL: displayforecastio-1.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0491af556b3232e034f9554e4725178852df5cf2b12daa53329562e8458ea88 |
|
MD5 | d0a095999a64deb1d7539ad0e2debe86 |
|
BLAKE2b-256 | 4e3a9b3172cc68234835144456c43f3da6fe2f8f6267caf416f7beefd57d6d2c |