Python utils for retrieving pull-request metadata.
Project description
jps-ado-pr-utils
Python utilities for retrieving and managing Azure DevOps pull request metadata with rich CLI output.
🚀 Overview
jps-ado-pr-utils is a command-line tool that helps you track and manage open pull requests across multiple Azure DevOps projects. It provides a clean, color-coded interface to view PRs where you're assigned as a reviewer, helping you prioritize your code review workload.
Features
- 📋 Multi-Project Support: Query PRs across multiple Azure DevOps projects simultaneously
- 🎯 Smart Filtering: Filter PRs by your reviewer status (required vs. optional)
- 📊 Rich CLI Output: Beautiful, color-coded tables with clear PR metadata
- 🗓️ Age Sorting: PRs sorted by creation date (oldest first) to identify review debt
- ✅ Vote Tracking: See approval status at a glance (APPROVED, REJECTED, WAITING)
- ⚙️ Flexible Configuration: Use command-line arguments or YAML config files
- 🔐 Secure Authentication: Personal Access Token (PAT) based authentication
Example Usage
Installation from PyPI
pip install jps-ado-pr-utils
Configuration
Create a configuration file at ~/.config/jps-ado-pr-utils/.env:
AZDO_PAT=your_personal_access_token_here
AZDO_USER=your.email@example.com
Basic Usage
List all open PRs where you're a reviewer across specified projects:
# Using a config file
jps-ado-pr-utils --config-file projects.yaml
# Using command-line project specification
jps-ado-pr-utils --project "Project1,Project2,Project3"
Filtering Options
# Show only PRs where you're a REQUIRED reviewer
jps-ado-pr-utils --config-file projects.yaml --required
# Show only PRs where you're assigned as a reviewer (required or optional)
jps-ado-pr-utils --config-file projects.yaml --mine
Configuration File Format
Create a YAML file (e.g., projects.yaml) with your projects:
projects:
- "Platform Team"
- "Mobile Apps"
- "Backend Services"
- "Infrastructure"
Sample Output
The tool displays PRs organized by project with the following information:
- PR number
- Creation date (to identify old PRs)
- Author name
- Repository name
- Your reviewer role (REQUIRED/OPTIONAL)
- Current vote status (APPROVED/REJECTED/WAITING)
- PR title
- Direct link to PR
📦 Installation
From PyPI
pip install jps-ado-pr-utils
From Source
git clone https://github.com/jai-python3/jps-ado-pr-utils
cd jps-ado-pr-utils
make install
🛠️ CLI Reference
Usage: jps-ado-pr-utils [OPTIONS]
Options:
--config-file PATH Path to YAML config file with projects list
--project TEXT Comma-separated list of project names
--required Show only PRs where you're a required reviewer
--mine Show only PRs where you're assigned as a reviewer
--help Show this message and exit
🔧 Requirements
- Python >= 3.10
- Azure DevOps Personal Access Token with Code (Read) permissions
- Internet connection to access Azure DevOps REST API
🧪 Development
Setup Development Environment
# Install with development dependencies
make install
# Run code quality checks
make fix && make format && make lint
# Run tests
make test
Development Commands
make format # Format code with black and isort
make lint # Run flake8, mypy, and other linters
make test # Run pytest with coverage
make build # Build distribution packages
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📝 Configuration Details
Environment Variables
The tool reads configuration from ~/.config/jps-ado-pr-utils/.env:
AZDO_PAT: Your Azure DevOps Personal Access TokenAZDO_USER: Your Azure DevOps username/email
Generating a Personal Access Token
- Go to Azure DevOps → User Settings → Personal Access Tokens
- Create a new token with Code (Read) permissions
- Copy the token and add it to your
.envfile
📜 License
MIT License © Jaideep Sundaram
🔗 Links
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
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 jps_ado_pr_utils-0.2.0.tar.gz.
File metadata
- Download URL: jps_ado_pr_utils-0.2.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
667a5ee8b28af2a68d692bafdb9dbba7b1ec39ae55c1f1638a83c2cb8feb42cd
|
|
| MD5 |
52f20d42dd8dd594326fa2530e2d0d71
|
|
| BLAKE2b-256 |
81507aed8b6a8a60e52cf8066675aca4d2b8a5360efc533a8c370745e01b5c76
|
File details
Details for the file jps_ado_pr_utils-0.2.0-py3-none-any.whl.
File metadata
- Download URL: jps_ado_pr_utils-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7d902ba2b68cf2817ade0a345c4a848f025ccf35451d0f1bf5e7245ef2dd636
|
|
| MD5 |
db4098804dbb64e48dc092464c2e1be2
|
|
| BLAKE2b-256 |
b86102316f0cd6ff9f1a291ffa2610a876bd909d68caccc4e42495f2f0757d4d
|