Metadata-Version: 2.1
Name: vicops-api
Version: 1.0.3
Summary: python api wrapper for vicops2
Home-page: https://github.com/ERTH2/vicops-api-py
Author: artegoser
License: MIT
Project-URL: Source Code, https://github.com/ERTH2/vicops-api-py
Keywords: api,wrapper,vicops
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# vicops-api-py

python api wrapper for vicops2

example:

```py
from vicops_api import VicopsApi
api = VicopsApi()
print(api.getCurrencies())
```
