Skip to content

catskul/python-sprintly

Repository files navigation

Example:

import sprintly

account = sprintly.Account(('[email protected]', 'cafebabefeeddeadbeefdefec8'))
product = account.products()[0]
item    = product.item('1')
comment = item.create_comment({ 'body': 'hello world!' })
comment1 = item.comments()[0]
comment2 = item.comment(comment.id)

About

python sprintly client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages