Metadata-Version: 2.1
Name: sylpy
Version: 0.4
Summary: sylviorus API wrapper
Home-page: https://github.com/NksamaX/Syl-Py
Author: Nksamax
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: typing
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'

# How to use


```
from sylpy import SYL

fk = SYL()

x = fk.get_info(2022120134)
print(x)
print(x.reason)

```


