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 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.1.tar.gz
(8.4 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.1.tar.gz.
File metadata
- Download URL: activecollab-3.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bef093b608a1f582728636fa9e9f9d142713205c949fcc5704d337d933039c25
|
|
| MD5 |
60ad52ea06be3d53d3262f0f24f02dcc
|
|
| BLAKE2b-256 |
64f6e9b0f96427c53a43ae6a7c52b6482b38acde32ae4c9d3ef83f6cc4396592
|
File details
Details for the file ActiveCollab-3.1-py3-none-any.whl.
File metadata
- Download URL: ActiveCollab-3.1-py3-none-any.whl
- Upload date:
- Size: 8.0 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 |
83d87c1583028a50436e55c5b3589fafdfdad2e5255d647608d4f095069ebc53
|
|
| MD5 |
f68306ff1506ca266f538dd03e72fc05
|
|
| BLAKE2b-256 |
3305cb1b0625fc4310edbdcc2e0eccc6f4fb86ee45b012e1c4d967e3c35943d5
|