Metadata-Version: 2.1
Name: metcli
Version: 0.1.1
Summary: A command line interface for Met Éireann.
Home-page: https://github.com/ozzywalsh/metcli
Author: Ozzy Walsh
License: MIT
Description: # metcli
        ![](https://img.shields.io/pypi/pyversions/metcli.svg)
        [![CircleCI](https://circleci.com/gh/ozzywalsh/metcli/tree/master.svg?style=svg)](https://circleci.com/gh/ozzywalsh/metcli/tree/master)
        
        A command line interface to Met Éireann.
        
        ## Usage
        First, install `metcli`:
        ```
        $ pip install metcli
        ```
        
        Then:
        ```
        $ metcli
        TONIGHT - Tuesday 22nd January
        Cold tonight with scattered showers and a brisk northwesterly breeze. Some of
        the showers will be wintry, especially over the hills. The showers will become
        increasingly confined to northern and western coastal counties later in the
        night. Lowest temperatures of -2 to +1 degrees generally with frost and icy
        patches on untreated surfaces, but a few degrees milder near Atlantic coasts.
        
        TOMORROW - Wednesday 23rd January
        Patchy rain will develop in the west and southwest on Wednesday with scattered
        showers continuing to affect parts of north Ulster. Elsewhere it will be mostly
        dry and with a few sunny spells possible. Afternoon highs of just 3 to 6 degrees
        generally, but 7 to 10 degrees in Atlantic coastal counties. Mainly light to
        moderate westerly breezes.
        ````
        
Keywords: weather utility cli
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
