ActiveCollab
Overview
Library for Active Collab. Perform actions such as list projects, list users, add note, add task, get project detail. Request Feature/Suggestion: https://forms.gle/efGD5DuTpWsX96GG7
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.5.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.5.tar.gz.
File metadata
- Download URL: activecollab-3.5.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 |
044f38a6a0062482c264fa1d0c335770b590d5f77d5e0367c07d0d2239a94ed6
|
|
| MD5 |
361ec6ed7afbf64c65e2421ef2287c0c
|
|
| BLAKE2b-256 |
2ac812ed5704373332af371375b854d062f928a2b8a873c3807f6ac49a75bf99
|
File details
Details for the file ActiveCollab-3.5-py3-none-any.whl.
File metadata
- Download URL: ActiveCollab-3.5-py3-none-any.whl
- Upload date:
- Size: 6.4 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 |
412a2e518aec531ca0155feb7d0f53267f13117a1a900b49f634cd4b40512d49
|
|
| MD5 |
1e70f14bd629c23a1970d39a119cb7ed
|
|
| BLAKE2b-256 |
6585c60efaa3c59c5f0ab8e9241ce00c92a9b625ab8a79fb270eea39e0b6b4ba
|