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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kavahq-api-0.0.1.linux-x86_64.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file kavahq-api-0.0.1.tar.gz.

File metadata

  • Download URL: kavahq-api-0.0.1.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for kavahq-api-0.0.1.tar.gz
Algorithm Hash digest
SHA256 6259293aa8658777cbbe96ca206621bd6f5775174e4003f71711aa8c58251271
MD5 7ce14d69985a2d5a4eb0fe68b2acea15
BLAKE2b-256 b7dcbe1f40be013cb06c5460b794e215eb89dae1b23d7f2455ae1b0e817b59a9

See more details on using hashes here.

File details

Details for the file kavahq-api-0.0.1.linux-x86_64.tar.gz.

File metadata

File hashes

Hashes for kavahq-api-0.0.1.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 d25091d1d2017927b75f2945fff073d05a042b8df3c4a4ac73f7d57ef5118e72
MD5 18451ae4b52fd31f68613b830d951fff
BLAKE2b-256 faa03c06db15fb4305b0b32e691a9af1ae541b2b45921e27b14b93a615f98e3a

See more details on using hashes here.

Supported by

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