Metadata-Version: 2.1
Name: Zapurl
Version: 0.1.0
Summary: A tool that allows you to connect directly to ZapURL to shorten link through Python.
Home-page: UNKNOWN
Author: Jonathan Wang
Author-email: jonathanwang2018@gmail.com
License: UNKNOWN
Description: # ZapURL
        The ZapURL package allows you to shorten your links directly through Python.
        
        # Usage
        Here is how you can shorten your URL.
        
        ```python
        Zapurl.short([PUT_YOUR_URL_HERE]) # Shorten a URL with random directory
        ```
        ```python
        Zapurl.custom(url, email, name, custom_directory) # Create custom URLs
        ```
        ```python
        Zapurl.about() # Returns ZapURL build info
        ```
        ```python
        Zapurl.site() # Gives you the official ZapURL site.
        ```
        ```python
        Zapurl.latest() # Returns the latest version of ZapURL, download size, how to install it, and other information.
        ```
        ```python
        Zapurl.update() # Updates your module automatically for you
        ```
        
        # Upcoming
        More features will be coming soon. 
        - Error Reporting
        - Site information
        
        
        # Change Log
        
        ## v0.0.1 (2/3/2021)
        - First Release
        
        ## v0.1.0 (2/9/2021)
        - Support for new security measure in ZapURL
        - Custom URL Shortening enabled
        - Package Build Version and Info
        - Latest version function
        - Shows Official Site Function
        
Keywords: URL,Shortener,ZapURL
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
