Metadata-Version: 2.1
Name: Zapurl
Version: 0.0.1
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])
        ```
        
        # Upcoming
        More features will be coming soon. 
        - Custom URL shortening
        - Error Reporting
        - Site information
        
        # Change Log
        
        ## v0.0.1 (2/3/2021)
        - First Release
        
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
