A python library working with activeCollab
Project description
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
Project details
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.7.tar.gz
(5.7 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.7.tar.gz.
File metadata
- Download URL: activecollab-3.7.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4499af4865f41a643b6b7df4bb34e39ad5f6cbefb78917da9095edc1c1705a90
|
|
| MD5 |
8ddbd316ca7ea4e5fad0eec2599068bc
|
|
| BLAKE2b-256 |
6a2a8d84b1e77dc4ee1b3e5a51800ee899a136515359eb7700d3ba57745c6404
|
File details
Details for the file ActiveCollab-3.7-py3-none-any.whl.
File metadata
- Download URL: ActiveCollab-3.7-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59fe4a0bf19381262eb7a68a8ace58c3c36847cabf6637d630f300527f0fb4a0
|
|
| MD5 |
a88a9a3a959d0883660672a9264449b9
|
|
| BLAKE2b-256 |
00723ce1f61fc30a17076d1d0f76017691b156c356e5a16a500ca51d84ff6d25
|