reallylabs / pyreally

Native Python Client for Really IO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Client for Really.io

import pyreally

really = pyreally.Really()
really.login_anonymous()
f = really.get("/users/1234")
print(f.result())

About

Native Python Client for Really IO

License:Apache License 2.0


Languages

Language:Python 100.0%