Metadata-Version: 1.1
Name: RSTLib
Version: 0.0.6
Summary: RSTLib module
Home-page: UNKNOWN
Author: Prasad,Shikhar,Sumedh
Author-email:  deepakmd17.extc@coep.ac.in, manojbm17.extc@coep.ac.in, sumedhms17.extc@coep.ac.in
License: MIT License
Description: # PurePython Package
        
        This package contains numerous tools. This python package also let you download all the pictures of an instagram user.
        
        
        Quick start
        -----------
        
        - Install the package::
        
            pip install PurePython
        
        - Use the package in your code. Example below:
        
            from PurePython import PurePython
        
            try:
                PurePython().DownloadInstagramPhoto("https://www.instagram.com/p/CE3lS08g8Ks/")
            except Exception as e:
                print(e)
        
        - Please visit below link for more details and source code.
        
            https://www.pythonpool.com/tic-tac-toe-python/
        
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
