Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

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() ]

About

Python client for Zepel.io

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors