Skip to main content

llama-index readers asana integration

Project description

Asana Loader

pip install llama-index-readers-asana

This loader loads documents from Asana. The user specifies an API token to initialize the AsanaReader. They then specify a workspace_id OR a project_id to load in the corresponding Document objects.

Usage

Here's an example usage of the AsanaReader.

import os

from llama_index.readers.asana import AsanaReader

reader = AsanaReader("<ASANA_TOKEN>")

# Option 1
documents = reader.load_data(workspace_id="<WORKSPACE_ID>")

# Option 2
documents = reader.load_data(project_id="<PROJECT_ID>")

This loader is designed to be used as a way to load data into LlamaIndex.

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

llama_index_readers_asana-0.3.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file llama_index_readers_asana-0.3.0.tar.gz.

File metadata

  • Download URL: llama_index_readers_asana-0.3.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0

File hashes

Hashes for llama_index_readers_asana-0.3.0.tar.gz
Algorithm Hash digest
SHA256 e997b9482f06469900ed4b52c5e53bb71b400b58419aceaf9e4a6f506486e5b8
MD5 657123567cc4fab34bf267f3fa6dec1b
BLAKE2b-256 ed32fec898b6041c6bc13aa8765c570714f23aa51e29909250beff412d2820e3

See more details on using hashes here.

File details

Details for the file llama_index_readers_asana-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for llama_index_readers_asana-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f14d787ef2025c6d5becdec366bf000ffc18b863bd600c26f62d39710cf0a935
MD5 4b23dc9566c1a630a812e5e756dd1e31
BLAKE2b-256 3583f6743692f5c3e542572b58ddd4207f243de6025bab1b007ab34ffa2062f6

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