Skip to main content

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

Downloads

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.6.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

ActiveCollab-3.6-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file activecollab-3.6.tar.gz.

File metadata

  • Download URL: activecollab-3.6.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for activecollab-3.6.tar.gz
Algorithm Hash digest
SHA256 998d134a91a509b45ef77b565465aa2cae1100d8501964f658a7a9387b5d8c67
MD5 6fa36dfc1ad457f1841cc0e17dabbbc5
BLAKE2b-256 61c34a91f350a660a3e5d6ceccdd4fc345f19d31e3b6531476c5d6c03f2495de

See more details on using hashes here.

File details

Details for the file ActiveCollab-3.6-py3-none-any.whl.

File metadata

  • Download URL: ActiveCollab-3.6-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

Hashes for ActiveCollab-3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 692aa59470bf4356addcfca11d72d0918dc196a5782a7953be4b3311ca246c02
MD5 bb27be0763da315d05c403e8acea06d3
BLAKE2b-256 48c579ff81bcdb12ddd3cff8f7b66923265f0a62c33abf7ac7206a85475d0fa6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page