Metadata-Version: 2.1
Name: robotframework-datetime-tz
Version: 1.0.3
Summary: Robot Framework library for date/time with locales and time zones
Home-page: https://github.com/testautomation/DateTimeTZ
Author: Tset Noitamotua
Author-email: tset.no@gmail.com
License: Apache License 2.0
Description: # DateTimeTZ Library for [Robot Framework] :robot: with :heart:
        
        ### Introduction:
        
        Robot Framework DateTimeTZ library provides functionality for manipulating date and time in different locales and time zones. More information about this library can be found in the [Keyword Documentation].
        
        
        
        ### [:pushpin:] Installation:
        
        1. Install required dependencies:
           - `pip install -r requirements.txt`
        
        2. Install DateTimeTZ library with pip
           - `pip install robotframework-datetime-tz`
        
        3. (*optionally*) Install DateTimeTZ library from source
           - Git clone this repository
           - Go into repository's root folder and install library form source using:
           - `python setup.py install`
        
        
        
        ### [:gift_heart:] Credits:
        
        [DateTime Library]
        
        [Keyword Documentation]: https://testautomation.github.io/DateTimeTZ/doc/DateTimeTZ.html
        [Robot Framework]: https://github.com/robotframework/robotframework/blob/master/INSTALL.rst
        [DateTime Library]: https://github.com/rmerkushin/DateTime
        
Keywords: robotframework test library date time locales time-zones
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
