ActiveCollab
Overview
Library for Active Collab. Perform actions such as list projects, list users, add note, add task, get project detail.
Download stats
Installation
pip install ActiveCollab
ActiveCollab supports Python 3+.
Usage
Default
import ActiveCollab
host_url = 'host_url' # Active Collab hosted URL
user_name = 'your_email' # Active Collab username or email
password = 'your_password' # Active Collab Password
ac = ActiveCollab.Connect(host_url,user_name,password) # Login to Active Collab
List all projects
ac.list_projects() # List out all project assigned to logged in user
List all task-list of a project
ac.list_project_tasklist(project_id) # List out all task-list of a project
List all users
ac.list_users() # List out all users in your organization with id, name and email
List Users in a Project
ac.project_detail(project_id) # List out all info like id, name, users/members of a project (project_id)
+ Add Note in a Project
ac.add_note_in_project(project_id,note_title,note_content) # Add note in the provided project_id
+ Add Task in a Project
ac.add_task_in_project(project_id,task_title,task_description,task_assignee) # Add task in the provided project_id
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
activecollab-3.2.tar.gz
(6.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file activecollab-3.2.tar.gz.
File metadata
- Download URL: activecollab-3.2.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc13cc7eb6828db718431e1bb836d1b23a85c1fc0771f05dbcdb1495a83d1d97
|
|
| MD5 |
1de61794eb092975f05a9c3a606c32a9
|
|
| BLAKE2b-256 |
86e2114fd1c03146033d40a9c2667410f3bce58b6a2c5c3c743462ab8da2252d
|
File details
Details for the file ActiveCollab-3.2-py3-none-any.whl.
File metadata
- Download URL: ActiveCollab-3.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce4b7830f73f5defcb3f04b1c448b7103f942e6959167743b53dff5273561973
|
|
| MD5 |
f5381779cd6dcfd502d1269d785e6956
|
|
| BLAKE2b-256 |
56dca50add3a93df41653262a210b9981839005b50aeaec5c572428e2665ae40
|