A Python package for generating sprint reports and managing sprint activities at University Information Services.
Project description
UIS Sprint Report
UIS Sprint Report
is a command-line tool designed to generate detailed reports for sprint activities, manage sprint-related data through embeddings, and interact via a chat interface, specifically tailored for University Information Services.
Installation
To install UIS Sprint Report
, you can use pip:
pip install uis-sprint-report
Ensure that the Ollama local model server is running and that you have downloaded the necessary models locally before running this command-line tool.
Usage
The tool is intended to be run with various commands based on the required operation: generating reports, creating PowerPoint presentations of sprint goals, or engaging in an interactive chat to query sprint statuses.
Command-Line Interface
uis-sprint-report --access-token "YOUR_TOKEN" --command "pptx" --sprint-goals "Goal 1; Goal 2"
Input Parameters
--api-base
(str
): Base URL for API access. Default is"https://gitlab.developers.cam.ac.uk/"
.--access-token
(str
): Access token for API authentication.--command
(str
): Command to execute. Options are"report"
,"pptx"
, or"chat"
.--group-id
(int
): GitLab group ID. Default is5
.--iteration-id
(int
): Iteration ID within the group. Default is383
.--labels
(str
): Labels to filter the issues. Default is"team::Identity"
.--model
(str
): Ollama model to use. Default is"mistral:latest"
.--cache-file
(str
): Path to the cache file. Default is".cache"
.--chunk-size
(int
): Size of the text chunks for processing. Default is500
.--chunk-overlap
(int
): Overlap between text chunks. Default is0
.--max-tokens
(int
): Maximum tokens for model inference. Default is1500
.--sprint-goals
(str
): Description of sprint goals.--pptx-file
(str
): Path for saving the generated PowerPoint file. Default is"sprint_goals.pptx"
.--max-attempts
(int
): Maximum attempts for generating a response. Default is5
.
Commands
- report: Generates a report detailing the sprint activities.
- pptx: Creates a PowerPoint presentation based on sprint activities and goals.
- chat: Starts an interactive chat session for querying sprint data.
Each command initializes the ChatOllama
model with the specified model
and max_tokens
, then executes the function corresponding to the command.
Features
- Integrated report generation from GitLab issues.
- PowerPoint presentation creation for sprint reviews.
- Interactive chat functionality for live sprint data querying.
- Supports local execution with Ollama models for enhanced data privacy and control.
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file uis-sprint-report-0.1.10.tar.gz
.
File metadata
- Download URL: uis-sprint-report-0.1.10.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fc1112ef9f3db7e3245b411e5e2ca87204820942118a087cd0fab5f7f92887b |
|
MD5 | 7dad2a55fbceb5e2898b585b7e7b10e6 |
|
BLAKE2b-256 | bb779ce8e97078dfe1c5b3c13932588589dc92dde4f65d7c794ae0cbb123e5b4 |
File details
Details for the file uis_sprint_report-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: uis_sprint_report-0.1.10-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51c0cad1171de8dc02a41edb4ff17131c67f329bdb03c2665239e4369bc28354 |
|
MD5 | 744b388256eacebc869f48adcd16a61e |
|
BLAKE2b-256 | ec5654beac9103b5986de68c88d89d04a2c480240ba53041a017f3b9963b99e3 |