8000 GitHub - StephanMeijer/Zepel: Python client for Zepel.io
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

StephanMeijer/Zepel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zepel for Python

Example usage

To be documented further soon.

>>> client = ZepelClient("subdomain", 'api key')
>>> pr = ProjectRepository(client)
>>> lr = ListRepository(client)
>>> ir = ItemRepository(client)

>>> items = [ [ ir.index(list=list) for list in lr.index(project=p) ] for p in pr.index() ]
{"resolvedServerColorMode":"day"}

About

Python client for Zepel.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0