Skip to content

appalachios/project-resource-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

project-resource-management

This repository contains utilities for analyzing project data. The autotask_ai_summary.py script ingests Autotask CSV reports and uses the OpenAI API to generate summaries.

Requirements

  • Python 3.8+
  • openai Python package version 1.0 or newer (see requirements.txt)

Usage on Mac

  1. Install dependencies:

    python3 -m venv prm
    source prm/bin/activate
    pip3 install -r requirements.txt
  2. Run the summarizer with your Autotask CSV export:

    export OPENAI_API_KEY=your-key
    python3 autotask_ai_summary.py path/to/report.csv

    Optionally specify --max-rows to limit how many rows are sent to OpenAI.

About

Takes in reports from Jira, Azure DevOps, and/or Autotask to determine team throughput.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages