Metadata-Version: 2.1
Name: LimeRTD
Version: 1.0.2
Summary: Decode the RTD file generated by KingPower Software.
Author-email: Lime AI Celltesting <celltesting@lime.ai>
Project-URL: Homepage, https://github.com/limeaicell/LimeRTD
Project-URL: Bug Tracker, https://github.com/limeaicell/LimeRTD/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy

lime_rtd is the Package to decode the .rtd file generated by KingPower Software.

Following Functions are the key feature of Package.

1.	barcode
    Args:(rtd file path)

    Returns the Barcode for the file.

2.	batch
    Args: (rtd file path)

    Returns Batch name for the file.

3.	read 
    Args:(ndax file path)

    Returns the record-wise data frame from RTD file

    




