Metadata-Version: 2.1
Name: robotframework-datetime-tz
Version: 1.0.2
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
Keywords: robotframework test library date time locales time zones
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Testing
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Description-Content-Type: text/markdown
Requires-Dist: pytz
Requires-Dist: six
Requires-Dist: python-dateutil
Requires-Dist: Babel
Requires-Dist: robotframework

# DateTime library for Robot Framework

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].

Installation:
-------------
> NOTE: works with Python 2.7  (support for Python 3 is in progress)

1. Make sure you have [Robot Framework] installed.
2. Install required dependencies:
 - `pip install -r requirements.txt`
3. Git clone this repository
4. Go into repository's root folder and install library form source
   using: `python setup.py install`

[Keyword Documentation]: https://testautomation.github.io/DateTimeTZ/doc/DateTimeTZ.html
[Robot Framework]: https://github.com/robotframework/robotframework/blob/master/INSTALL.rst


