Metadata-Version: 2.1
Name: fasmga.py
Version: 1.0.0
Summary: A Fasm.ga API wrapper written using asyncio.
Home-page: https://github.com/Vincydotzsh/fasmga.py
Author: Vincy.zsh
Author-email: Vincysuper07@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# fasmga.py

fasmga.py is a [Fasm.ga](https://fasmga.org) API wrapper written using asyncio.
[Fasm.ga](https://fasmga.org) is a free and open-source URL shortener.

## Installation
fasmga.py works with Python 3.7 and greater. \
To install, you need to have pip installed first.
```bash
pip install -U fasmga.py
```
Note: The package name is `fasmga.py` and __not__ `fasmga`!

## Examples
See the examples directory.


