Metadata-Version: 2.1
Name: tiny-net
Version: 1.0.2
Summary: This library creates shorturl
Home-page: UNKNOWN
Author: Sudhanshu Kumar
Author-email: ksudhanshu961@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: urllib3

# tinyNet
This python3 package helps to create shorturl.

## Installtion
```pip install tiny-net```


## How to use it?

```
import tinynet

url = 'http://sudhanshu.webrectifyers.in'

surl = tinynet.Link(url)

print(surl.show_url())
```

## License

© 2021 Sudhanshu Kumar

This repository licensed under the MIT license.
See LICENSE for more details.


