Skip to main content

An easy to use wrapper around the Assembla API

Project description

from assembla import API

# Authenticate using your normal Assembla Username and Password
auth = (
    '' # username,
    '' # password,
)

assembla = API(auth)

print assembla.space(name='Big Project').ticket(number=201).status_name

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-1.2.3.tar.gz (10.7 kB view hashes)

Uploaded Source

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