Metadata-Version: 1.1
Name: robotframework-jalali
Version: 0.1.1
Summary: Robot Framework Jalali Date
Home-page: https://github.com/samira-esnaashari/robotframework-jalali
Author: samira esnaashari
Author-email: samir.esnaashari@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/robotframework-jalali
Description: robotframework-jalali
        ====================
        
        This module allows easy to create JALALI Date in any format you want.
        
        
        
        Installation
        ------------
        
        ``pip install robotframework-jalali``
        
        Usage
        -----
        `jalaliLibrary keyword
        documentation <http://samira-esnaashari.github.io/robotframework-jalali/>`__
        
        .. code:: robotframework
        
            *** Settings ***
            Library     jalaliLibrary
        
            *** Test Cases ***
            Get Today jalaliDate
                ${Date}=   today date
                log     ${Date}     console=True
        
        
            Get Today jalaliDate with special format
                ${Date}=   today date   %y.%m.%d
                log     ${Date}     console=True
        
        
        
            *** Keywords ***
        
        
        Contribute
        ----------
        
        If you like this module, please contribute! I welcome patches,
        documentation, issues, ideas, and so on.
Keywords: robotframework testing test automation testautomation atdd bdd jalali
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
