Rare find

Hype. Write a Python function once, use it everywhere—website, command line, desktop app, or AI model.

github.com/mattt/hype

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2025
  • Add shebang to examples and make them executable (#14)
November 2024
  • Update run subcommand to accept -i and -o shorthand (#12)
  • Update run subcommand to show progress bar when processing batch of i…
  • Extend hype to support graphical user interface (#10)
  • Update README (#9)
  • Echo errors for failed jobs in batch (#8)
  • Improve `Function` functionality (#7)
  • Add `--input` option to `hype run` subcommand (#6)
October 2024
  • Add `--output` option to `hype run` subcommand (#5)
  • Extend Hype to support command-line interface (#4)
  • Update ollama tool calling to return Any
  • Wrap function execution in try/catch and re-raise exceptions as Runti…
  • Exclude type from serialized Problem if default about:blank
  • Lexicographically sort Accept parameters for consistent ordering
  • Temporarily remove upload callbacks from endpoints
  • Add RPC example
  • Consolidate package dependencies, remove extras
  • Conditionally import opentelemetry
  • Relax constraints on python-multipart
  • Fix linter warnings