Skip to main content

Helpful tools for Logging, Typer, Pydantic, and Debugging

Project description

🛠️ pytools

A modular collection of Python utilities for Typer, Pydantic, and Debugging. Built for high-performance developer workflows using uv and hatchling.

pytools is designed as a "buffet" library—install only the submodules you need to keep your project dependencies lean.

🚀 Quick Start

Add pytools to your project using uv. You can choose specific "extras" to pull in only the dependencies required for that module.

# Install just the Typer utilities (and their deps)
uv add "pytools[typer] @ git+ssh://git@github.com/buchanan-solutions/pytools.git"

# Install everything
uv add "pytools[all] @ git+ssh://git@github.com/buchanan-solutions/pytools.git"

📦 Submodules

Extra Description Key Dependencies
core Foundational logic used by all modules. None (Std Lib only)
typer CLI helpers, context management, and rich logging. typer, rich, python-dotenv
pydantic Custom validators and base model configurations. pydantic
pydantic-settings Environment management and config loading. pydantic-settings
debugging Enhanced print utilities and object inspection. icecream

💡 Usage

Typer Context Helper

Easily grab objects from the Typer context in nested commands:

from pytools.typer.utils.get_from_ctx import get_from_ctx
from my_app.models import Config

@app.command()
def run(ctx: typer.Context):
    # Traverses parent contexts automatically
    config = get_from_ctx(ctx, "config", Config)
    ...

Enhanced Debugging

from pytools.debugging.debug_print import debug_print

data = {"status": "success", "meta": [1, 2, 3]}
debug_print(data) # Beautifully formatted terminal output

🛠️ Development

This project uses the src layout and hatchling backend.

# Clone and sync environment
git clone https://github.com/your-org/pytools.git
cd pytools
uv sync --all-extras

# Run tests
uv run pytest

📜 License

MIT © 2026 Buchanan Information Systems Inc.

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

buchanan_solutions_pytools-0.2.0.tar.gz (60.9 kB view details)

Uploaded Source

Built Distribution

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

buchanan_solutions_pytools-0.2.0-py3-none-any.whl (44.3 kB view details)

Uploaded Python 3

File details

Details for the file buchanan_solutions_pytools-0.2.0.tar.gz.

File metadata

  • Download URL: buchanan_solutions_pytools-0.2.0.tar.gz
  • Upload date:
  • Size: 60.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.5 cpython/3.13.9 HTTPX/0.28.1

File hashes

Hashes for buchanan_solutions_pytools-0.2.0.tar.gz
Algorithm Hash digest
SHA256 1a93566f801ca4b9ef2cf8929b174fd1a4ec4f7a078d619208484e66d3dcf518
MD5 a3e18e1eb58f3f5d5856c934b9230007
BLAKE2b-256 3951111ba12b44026f603c3ee1274a46b03c414eb8957b727db24ead132bc022

See more details on using hashes here.

File details

Details for the file buchanan_solutions_pytools-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for buchanan_solutions_pytools-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a02e4ec5ad5e7db30c13e044f11dc26e945780ebc6e1a7254ee296178aca852
MD5 a2561908341a3c565ac1cf47cf01157c
BLAKE2b-256 fcdc55abe750bb72f1e72298fb3fc538e5c8da55717aea05ecf55113e7f75fb6

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