Metadata-Version: 2.1
Name: shortlink
Version: 0.0.1
Summary: Powerfull url shortener
Home-page: https://github.com/mishakorzik/mask-url
Download-URL: https://github.com/mishakorzik/mask-url/archive/refs/tags/0.0.1.tar.gz
Author: MishaKorzhik_He1Zen
Author-email: developer.mishakorzhik@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/mishakorzik/mask-url/issues
Keywords: api,pypi,pip,short,shortener,link,url
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Documentation
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

## Usage

# Usage

```python
from shortlink import short
short.cuttly("link!name")
short.isgd("link")
short.dagd("link")

//example

short.cuttly("google.com!goodness")
short.isgd("google.com")
short.dagd("google.com")
```
