Metadata-Version: 2.1
Name: robotframework-datetime-tz
Version: 1.0.6
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 automation rpa 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
Requires-Dist: pytz
Requires-Dist: six
Requires-Dist: python-dateutil
Requires-Dist: Babel
Requires-Dist: robotframework

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



### [:pushpin:] Installation:

1. Install DateTimeTZ library with pip
   - `pip install robotframework-datetime-tz`
   - all dependencies will be auto-installed

2. (*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]

Made with :heart: for [Robot Framework]

[Keyword Documentation]: https://testautomation.github.io/DateTimeTZ/doc/DateTimeTZ.html
[Robot Framework]: https://github.com/robotframework/robotframework
[DateTime Library]: https://github.com/rmerkushin/DateTime


