Metadata-Version: 1.1
Name: CPSReleaseTool
Version: 1.0.0
Summary: A tool to fetch data from urls to a pdf or a word file.
Home-page: https://github.com/Vishakha34/CPSReleaseTool
Author: Vishakha Verma
Author-email: vishakhaverma8657@gmail.com
License: MIT
Description: 
        CPS Release Tool
        ================
        
        A python program to fetch data from URLs (URL Parsing) and add it to a pdf or word file
        
        The code is Python 3.7
        
        Installation
        ------------
        
        Fast install:
        
        ::
        
            pip install CPSReleaseTool
        
        Install the package:
        
        ::
        
            python setup.py install    
            
            
Keywords: python url parsing urlparsing cpsreleasetool cps pdf word
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
