Metadata-Version: 1.1
Name: imreplace
Version: 0.0.1
Summary: Replace A Value in Immutable Data
Home-page: UNKNOWN
Author: HARI PRASANTH S
Author-email: hariprasanth581@gmail.com
License: MIT
Description: Module To Replace Values of Immutable Data Type
        Installation:
        CMD: pip install imreplace
        In Code:
        Import imreplace
        How to Do:
        Use trp to replace Tuple
        Use srp to replcae String
        - trp.replace(Your_Tuple,Index_Number_To_Replace,Value_to_Replace)
        - srp.replace(Your_String,Index_Number_To_Replace,Value_to_Replace)
        
        Change Log
        ==========
        version : 0.0.1
        -------------------------
        First Release 
Keywords: Replace,Immutable,Tuple,String
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
