Metadata-Version: 2.1
Name: timezone-converter
Version: 0.2.0
Summary: Compare your local timezone with a foreign one.
Home-page: https://github.com/ibLeDy/timezone-converter
Author: Iago Alonso
Author-email: deejaynof@gmail.com
License: MIT
Description: # Timezone Converter
        
        Compare your local timezone with a foreign one.
        
        `$ timezone-comparison tijuana`
        
        <img src="https://git.io/JJKG6" alt="comparison between two timezones">
        
        ## Table of Contents
        
        - [Motivation](#motivation)
        - [Quickstart](#quickstart)
        - [Available timezones](#available-timezones)
        - [License](#license)
        
        ## Motivation
        
        When working with people that are not in your local timezone, the available
        resources are the usual webpages that only show _one_ hour at a time, which
        is pretty inconvenient.
        
        With this script you can quickly compare a full day of your timezone against
        a foreign one.
        
        ## Quickstart
        
        Install with pip
        
        ```bash
        pip install timezone-comparison
        ```
        
        Run
        
        ```bash
        timezone-converter {timezone}
        ```
        
        ## Available timezones
        
        `$ timezone-converter --list`
        
        <center><img src="https://git.io/JJKGo" alt="available timezones"></center>
        
        ## License
        
        This project is licensed under the terms of the
        [MIT](https://choosealicense.com/licenses/mit/) license.
        
        <div align="right">
          <b><a href="#timezone-converter">↥ back to top</a></b>
        </div>
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
