Metadata-Version: 2.1
Name: shortenurl
Version: 1.0.0
Summary: Shorten URLs with Python
Home-page: https://github.com/s4300/shortenurl-python
Author: s4300
Author-email: 
License: NONE
Description: 
        # shortenurl library
        
        Made by s4300  
        
        [Github](https://github.com/s4300/shortenurl-python)  
        [PyPI](https://pypi.org/project/shortenurl/)  
        
        # Setup
        
        Command: pip install shortenurl
        
        # Example code
        
        tinyurl.create("apiToken", "urlToShorten", "alias", "domain")  
        tinyurl.change("apiToken", "alias", "domain", "newAlias", and "newUrl")  
        tinyurl.update("apiToken", "alias", "domain", "newAlias", "newDomain")  
        
        # Supported URL shorteners
        
        [TinyURL](https://tinyurl.com/)
        
Keywords: shorten urls
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
