Skip to main content

Python wrapper for the Assembla API

Project description

from assembla import API

assembla = API(
    key='8a71541e5fb2e4741120',
    secret='a260dc4448c81c907fc7c85ad09d31306c425417',
    # Auth details from https://www.assembla.com/user/edit/manage_clients
)

my_space = assembla.spaces(name='My Space')[0]

for ticket in my_space.tickets():
    print '#{0} - {1}'.format(ticket['number'], ticket['summary'])

# >>> #1 - My first ticket
# >>> #2 - My second ticket
# ...

Full documentation at http://github.com/markfinger/assembla

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

assembla-2.0.1.tar.gz (8.4 kB view details)

Uploaded Source

File details

Details for the file assembla-2.0.1.tar.gz.

File metadata

  • Download URL: assembla-2.0.1.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for assembla-2.0.1.tar.gz
Algorithm Hash digest
SHA256 69462c079a29f52dad6085e9247feeea67c6692d1ce04fd52a6f961c23cd8cd9
MD5 20edf8188879d4e90826739f4b5fc812
BLAKE2b-256 9b4c2a783e91d9d7a850ba7d3c6a8d31e11284758b29bb90a48dc6383e0d6d5f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page