Metadata-Version: 2.1
Name: linkrapi
Version: 1.0.0
Summary: Make short links in seconds! With LinkR API
Author: DragonFire0159x
Author-email: prosdenis1@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: requests (>=2.28.1,<3.0.0)
Description-Content-Type: text/markdown

# LinkR.py - Make short links in seconds!
An API wrapper for LinkR

# Example
```linkr = LinkR(key = "your_api_key")```

```linkr.generate("https://example.com")```
