Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 258 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 258 Bytes

PytopiaAPI

Python API for Utopia Client.

How to install?

pip install PytopiaAPI

How to use?

import PytopiaAPI
uapi = PytopiaAPI.PytopiaAPI(YOURTOKEN)
a = uapi.getSystemInfo()
print(a)

PyPi

https://pypi.org/project/PytopiaAPI/