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
Release files for ActiveCollab 3.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| activecollab-3.7.tar.gz | 5.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ActiveCollab-3.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.4 kB
Release files / activecollab-3.7.tar.gz
| Download URL | activecollab-3.7.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4499af4865f41a643b6b7df4bb34e39ad5f6cbefb78917da9095edc1c1705a90
|
|
BLAKE2b-256 checksum How to use checksums |
6a2a8d84b1e77dc4ee1b3e5a51800ee899a136515359eb7700d3ba57745c6404
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.8
|
Release files / ActiveCollab-3.7-py3-none-any.whl
| Download URL | ActiveCollab-3.7-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
59fe4a0bf19381262eb7a68a8ace58c3c36847cabf6637d630f300527f0fb4a0
|
|
BLAKE2b-256 checksum How to use checksums |
00723ce1f61fc30a17076d1d0f76017691b156c356e5a16a500ca51d84ff6d25
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.8
|