Metadata-Version: 2.1
Name: devXliff
Version: 1.1
Summary: A simple lightweight package to facilitate the programmatic creation of XLIFF files
Home-page: https://github.com/vinayaksharmagh/devXliff
Author: Vinayak Sharma
Author-email: bplate3@gmail.com
License: UNKNOWN
Description: 
        # devXliff: #
        It is a simple lightweight library to facilitate the programmatic creation of XLIFF files    
        
        # XLIFF: # 
        It is xml based standard that is commonly used in Computer Assisted Translation tools for data exchange.
        
        # Installation: #
        pip install devXliff
        
        # Python Demo: #
        You may refer to https://github.com/vinayaksharmagh/devXliff/blob/master/demo.py to look at basic usage of this library.
        
        # Colab Notebook Demo Link: #
        [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/18jrgxcBCYNvFalB1DaagLznbS_b8DsPQ?usp=sharing)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
