Skip to main content

wrapper over kavahq.com API

Project description

import kavahq
import keyring
import getpass

SERVICE = 'kavahq-api'
username = 'imposeren'
password = keyring.get_password(SERVICE, username)
if password is None:
    password = getpass.getpass()
    keyring.set_password(SERVICE, username, password)

api = kavahq.KavaApi(username=username, password=password)

print api.get_projects(company='42-coffee-cups')
print api.get_project('kavyarnya')

cc = api.get_company('42-coffee-cups')
# print cc.add_project({'name': 'new test'})
print cc.projects()
print cc.project('kavyarnya')

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

kavahq-api-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

kavahq-api-0.0.1.linux-x86_64.tar.gz (3.8 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