Metadata-Version: 2.1
Name: robotframework-calculator
Version: 1.3
Summary: Extension for Robotframework converting data packet, time str and percent into numeric objects
Home-page: https://github.com/doguz2509/robotframework-calculator
Author: Dmitry Oguz
Author-email: doguz2509@gmail.com
License: MIT
Description: # Robotframework Calculator
        -----------------
        Extension for Robotframework converting Time, Percent, DataPacket into numeric like objects
        
        Allow following math operations 
        
        Math operation:
        ==============
        - Compare - eq, ne, gt, ge, lt, le (Equality allow deviation in percent)
        - Add
        - Subscript
        - Multiple 
        - Divide
        
        Data formats: 
        ====
        - Robot time strings        - 2h 34m, ...
        - Percents                  - 234 + 20%
        - Bitrate (support iperf)  - 1G, 2g, 45m
        
        API:
        ====
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
