Metadata-Version: 1.1
Name: shortquery
Version: 4.0
Summary: ShortQuery by Rushan7750
Home-page: https://github.com/rushan7750/shortquery
Author: rushan7750
Author-email: shanrsjmax@gmail.com
License: MIT
Download-URL: https://github.com/rushan7750/shortquery/archive/master.zip
Description: # ShortQuery By Rushan
        
        ShortQuery is an amazing library from web work.
        Developed with Pride by Rushan (https://github.com/rushan7750/).
        
        Package Contents:
        
        Function: shorten.
        Input: URL(str).
        Use: A URL Shortener.
        Returns: Returns the shortened form of the input URL.
        
        Function: downloader.
        Input: Keyword.
        Use: Downloads Images from Google based on the keyword given.
        Returns: Nothing.
        
        Function: responsecode.
        Input: URL(str).
        Use: Returns the URL's Response code.
        Returns: Status Code (str).
        
        Function: webopen.
        Input: URL(str).
        Use: Opens a new tab with the given URL in the default browser.
        Returns: Nothing.
        
        Function: decodejson.
        Input: JSON String.
        Use: Decode JSON format.
        Returns: Dict.
        
        Function: encodejson.
        Input: Dict.
        Use: Encode data into JSON format.
        Returns: JSON String.
        
Keywords: Short,Query
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
