Skip to main content

A python library working with Hubstaff

Project description

Hubstaff

Overview

Library for Hubstaff. Perform actions such as list projects detail. Request Feature/Suggestion: https://forms.gle/efGD5DuTpWsX96GG7

Installation

pip install Hubstaff

Hubstaff supports Python 3+.

Usage

Default

import Hubstaff

personal_access_tokens = "your_personal_access_tokens" #can be generated from https://developer.hubstaff.com/personal_access_tokens


hb = Hubstaff.Connect(personal_access_tokens)  # Login to Hubstaff

print(hb.get_projects_data())

List all projects

hb.get_projects_data()  # List out all project assigned to logged in user

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

hubstaff-1.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

Hubstaff-1.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

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