# Hubstaff
## Overview
Library for Hubstaff. Perform actions such as list projects detail.
Request Feature/Suggestion: https://forms.gle/efGD5DuTpWsX96GG7
[//]: # (## Download stats)
[//]: # ([![Downloads](https://static.pepy.tech/badge/ActiveCollab)](https://pepy.tech/project/ActiveCollab))
## Installation
```console
pip install Hubstaff
```
Hubstaff supports Python 3+.
## Usage
### Default
```python
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
```python
hb.get_projects_data() # List out all project assigned to logged in user
```
Raw data
{
"_id": null,
"home_page": null,
"name": "Hubstaff",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Hubstaff, Hub staff, Hubstaff SDK, Hubstaff library",
"author": null,
"author_email": "Ankushtpss <ankushkumartpss@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a2/aa/8bf9abf77c68c16e6867b6d21536a263b137b217da6eed85308e77951c2b/hubstaff-1.1.tar.gz",
"platform": null,
"description": "# Hubstaff\n\n## Overview\nLibrary for Hubstaff. Perform actions such as list projects detail. \nRequest Feature/Suggestion: https://forms.gle/efGD5DuTpWsX96GG7\n\n[//]: # (## Download stats)\n\n[//]: # ([![Downloads](https://static.pepy.tech/badge/ActiveCollab)](https://pepy.tech/project/ActiveCollab))\n\n## Installation\n```console\npip install Hubstaff\n```\nHubstaff supports Python 3+.\n\n## Usage\n\n### Default\n```python\nimport Hubstaff\n\npersonal_access_tokens = \"your_personal_access_tokens\" #can be generated from https://developer.hubstaff.com/personal_access_tokens\n\n\nhb = Hubstaff.Connect(personal_access_tokens) # Login to Hubstaff\n\nprint(hb.get_projects_data())\n```\n\n### List all projects\n```python\nhb.get_projects_data() # List out all project assigned to logged in user\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A python library working with Hubstaff",
"version": "1.1",
"project_urls": {
"Bug Tracker": "https://github.com/Ankushtpss/Hubstaff/issues",
"Homepage": "https://github.com/Ankushtpss/Hubstaff"
},
"split_keywords": [
"hubstaff",
" hub staff",
" hubstaff sdk",
" hubstaff library"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fa48ed0f26492b91d135cc64f6f7b4de8f8010b6c3d0f1b2bf6cd1646c9513bb",
"md5": "604b53704c4718aa967019f90320a49b",
"sha256": "e86b328f468e226bc9859c98f6033d7327cd58a70f724fa2f170b5d2e64f5d03"
},
"downloads": -1,
"filename": "Hubstaff-1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "604b53704c4718aa967019f90320a49b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3278,
"upload_time": "2024-04-24T05:16:59",
"upload_time_iso_8601": "2024-04-24T05:16:59.824153Z",
"url": "https://files.pythonhosted.org/packages/fa/48/ed0f26492b91d135cc64f6f7b4de8f8010b6c3d0f1b2bf6cd1646c9513bb/Hubstaff-1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a2aa8bf9abf77c68c16e6867b6d21536a263b137b217da6eed85308e77951c2b",
"md5": "eb70526abb7f9351f6462526af3180b6",
"sha256": "1c757ffed2c35ada3aedae7734079286967a1cdd4848ef77b2194cb9b04c927b"
},
"downloads": -1,
"filename": "hubstaff-1.1.tar.gz",
"has_sig": false,
"md5_digest": "eb70526abb7f9351f6462526af3180b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3640,
"upload_time": "2024-04-24T05:17:01",
"upload_time_iso_8601": "2024-04-24T05:17:01.576416Z",
"url": "https://files.pythonhosted.org/packages/a2/aa/8bf9abf77c68c16e6867b6d21536a263b137b217da6eed85308e77951c2b/hubstaff-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-24 05:17:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Ankushtpss",
"github_project": "Hubstaff",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "hubstaff"
}