Metadata-Version: 1.2
Name: pyxmlparser
Version: 0.1.2
Summary: CLI interface to convert XML into various formats
Home-page: UNKNOWN
Author: takauchisora
Author-email: solutions@vishnukiran.tech
Maintainer: takauchisora
License: BSD
Project-URL: Code, https://github.com/takauchisora/pyxmlparser
Description: # PyXmlParser - Python XML Parser
        
        [![PyPI version](https://badge.fury.io/py/pyxmlparser.svg)](https://badge.fury.io/py/pyxmlparser)
        
        Python Module to convert XML to csv. Project under developement. Not a stable release.
        Subsequent versions will be able to convert the files to different formats.
        Works Extremely well with Large XML files.
        
        
        
        ### Prerequisites
        
        python version 3.4 or above
        lxml
        click
        
        ### Installing -
        
        ```
        pip install pyxmlparser
        
        ```
        Navigate to the folder where the XML file is present on the terminal. 
        call the function pyxmlparser with the other required inputs.
        Eg: pyxmlparser xml_filename output_csv_name.csv xpathstring_csvcolumns.txt --encoding='xml-file-encoding'
        
        ## Deployment Notes
        
        This is not a Stable Release.The project is currently under development
        
        please follow this github link for updates: https://github.com/takauchisora/pyxmlparser
        
        ## Versioning
        
        Follow the GitHub Link for updates. 
        
        https://github.com/takauchisora/pyxmlparser
        
        Pull Requests are welcome. Please create a separate branch.
        
        Some rules:
        
        - Try to follow PEP8 to the best of your ability unless it makes the code look ugly.
        - Be Nice.
        - Issues can be opened on the Issues page. I will attend to them within the next day.
        
        
        ## License
        
        This project is licensed under the BSD License - see the [LICENSE.rst](LICENSE.rst) file for details
        
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
