Skip to main content

A Python library for interacting with Domo APIs

Project description

Last updated: 2025-11-17

Domolibrary

A Python library for interacting with Domo APIs.

This project includes GitHub Copilot custom prompts for enhanced development workflows. See the Copilot Kit section below.

Installation

pip install domolibrary

Usage

from domolibrary import DomoUser
# Your code here

Project Structure

src/                      # Main package source code
├── classes/              # Domain model classes
├── client/               # API client utilities
├── integrations/         # Integration modules
├── routes/               # API route implementations
├── utils/                # Utility functions
├── __init__.py           # Package initialization
└── _modidx.py           # Module index
scripts/                  # Development scripts
tests/                    # Test files
.vscode/                  # VS Code configuration
.github/workflows/        # CI/CD workflows

Development

This project uses uv for dependency management and development.

Setup Development Environment

# Initial setup (run once)
.\scripts\setup-dev.ps1

This will:

  • Install all dependencies (including dev dependencies)
  • Set up pre-commit hooks for automatic code quality checks

Development Scripts

All development scripts are located in the scripts/ folder. See scripts/README.md for detailed documentation.

Quick reference:

  • .\scripts\setup-dev.ps1 - Setup development environment
  • .\scripts\format-code.ps1 - Manual code formatting (fallback)
  • .\scripts\lint.ps1 - Run linting and type checking
  • .\scripts\test.ps1 - Run tests with coverage
  • .\scripts\build.ps1 - Build the package
  • .\scripts\publish.ps1 - Publish to PyPI (with validation)

Manual Development Commands

If you prefer to run commands manually:

# Install dependencies
uv sync --dev

# Run linting
uv run ruff check src --fix
uv run black src
uv run isort src
uv run pylint src
uv run mypy src

# Run tests
uv run pytest tests/ --cov=src

# Build package
uv build

# Publish (after all checks pass)
uv publish

Pre-commit Hooks

This project uses pre-commit hooks to automatically check code quality before commits:

  • Ruff - Fast Python linter
  • Black - Code formatter
  • isort - Import sorter

Hooks are installed automatically by setup-dev.ps1. If they cause issues, you can use .\scripts\format-code.ps1 as a fallback.

GitHub Copilot Integration

This project includes a curated collection of GitHub Copilot custom prompts and MCP (Model Context Protocol) server configurations to enhance your development workflow.

🎨 Custom Prompts

Ready-to-use prompts for common development tasks:

Prompt Description Usage
architecture-review Focused architectural review with actionable feedback /architecture-review
code-review High-rigor, tech-agnostic code review /code-review
pragmatic-code-review Production-focused code review balancing rigor with constraints /pragmatic-code-review
refactor Intelligent refactoring with best practices /refactor
optimize-performance Identify and fix performance anti-patterns /optimize-performance
document Generate exceptional documentation with diagrams /document
create-prompt Meta-prompt to generate new custom prompts /create-prompt

🤖 MCP Server Configuration

Model Context Protocol (MCP) lets Copilot connect to external tool servers for enhanced capabilities:

  • Sequential Thinking - Structured thinking process for complex tasks
  • Memory - Remember context between conversations
  • Context7 - Access to up-to-date framework documentation
  • Shadcn UI - Shadcn UI component knowledge (if using React)
  • Chrome DevTools - Browser debugging capabilities

Quick MCP Setup

  1. Copy memory template:

    cp .mcp/memory.json.dist .mcp/memory.json
    

    ⚠️ Never commit .mcp/memory.json - add to .gitignore

  2. Configure servers: The .vscode/mcp.json file is already set up with recommended servers. Copilot will prompt for any required API keys on first use.

  3. Enable MCP in VS Code: Ensure GitHub Copilot Chat has MCP enabled in settings.

📚 Documentation

Using Prompts

Invoke prompts in GitHub Copilot Chat using the slash command:

/code-review
/refactor
/document

With optional arguments:

/code-review focus=security
/pragmatic-code-review maintainability
/optimize-performance

See the Custom Prompts Guide for detailed usage instructions.

Contributing

See CONTRIBUTING.md for guidelines on contributing to this project, including information about custom prompts and code review standards.

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

domolibrary2-2.4.1.tar.gz (476.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

domolibrary2-2.4.1-py3-none-any.whl (706.7 kB view details)

Uploaded Python 3

File details

Details for the file domolibrary2-2.4.1.tar.gz.

File metadata

  • Download URL: domolibrary2-2.4.1.tar.gz
  • Upload date:
  • Size: 476.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for domolibrary2-2.4.1.tar.gz
Algorithm Hash digest
SHA256 970f3d31139930e7e2d2d8072b1e7df4547d41fc782d5c68ab79666b0f68952a
MD5 41aa8405757c974acd62b610450ec144
BLAKE2b-256 2353f19898a5a2ac9edf494a63643035aad8891c9d49ce29d19653ec38b9ba5c

See more details on using hashes here.

File details

Details for the file domolibrary2-2.4.1-py3-none-any.whl.

File metadata

  • Download URL: domolibrary2-2.4.1-py3-none-any.whl
  • Upload date:
  • Size: 706.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for domolibrary2-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5985ff457053c4e2917b29faeb60a444ab928d6b5a7cb3066a1b3559dddfc5d4
MD5 41596ffb70b5b4a224fd1a15b09b98ad
BLAKE2b-256 1bf0b3fffdf98132b9d0ef757e06e835e1a7527b3139b4f125644d39b0d30fc7

See more details on using hashes here.

Supported by

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