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.1.4.tar.gz (365.9 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.1.4-py3-none-any.whl (498.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for domolibrary2-2.1.4.tar.gz
Algorithm Hash digest
SHA256 aca112b72b2d073a1e079e18eb402401c876a1d2ed731d1c4c11c331962e4955
MD5 3675b687eaa65e2f1fb8db33517ca697
BLAKE2b-256 cb8e1811170494f91f9a906177d9ba9e0d7c767486d200d3a7f15164dfcd3bdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: domolibrary2-2.1.4-py3-none-any.whl
  • Upload date:
  • Size: 498.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.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e92ec7b465e27eca138c3b04e6e596a442b8c3a1d21b8fc491d90e3cbf490f43
MD5 fee355d1655de0f366e13a92c1ebb954
BLAKE2b-256 155a7dcc4c17d130442b47b64e8cd4cffc484baf0c903da45fc616dd169333a8

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