Skip to main content

A local web dashboard for inspecting outgoing HTTP requests from your code

Project description

Smello logo

Smello Server

A local web dashboard for inspecting outgoing HTTP requests captured by the smello client SDK — including gRPC calls made by Google Cloud libraries.

Setup

pip install smello-server
smello-server run

Or run with Docker:

docker run -p 5110:5110 ghcr.io/smelloscope/smello

The server listens at http://localhost:5110.

Then add the client SDK to your Python code:

pip install smello
import smello
smello.init(server_url="http://localhost:5110")

# All outgoing requests are now captured (HTTP and gRPC)

API

Smello Server provides a JSON API for exploring captured requests from the command line.

# List all captured requests
curl -s http://localhost:5110/api/requests | python -m json.tool

# Filter by method, host, status, or URL substring
curl -s 'http://localhost:5110/api/requests?method=POST&host=api.stripe.com'

# Get full request/response details
curl -s http://localhost:5110/api/requests/{id} | python -m json.tool

# Clear all requests
curl -X DELETE http://localhost:5110/api/requests

CLI Options

smello-server run --host 0.0.0.0 --port 5110 --db-path /tmp/smello.db

Requires

  • Python >= 3.14

Links

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

smello_server-0.3.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

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

smello_server-0.3.0-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file smello_server-0.3.0.tar.gz.

File metadata

  • Download URL: smello_server-0.3.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for smello_server-0.3.0.tar.gz
Algorithm Hash digest
SHA256 bf2f0917121d9a4bee3c9af180034cd7006f4dfa54573426356a7a4b4f8724e2
MD5 22febc9e1285ccb0aefb77c3f71fcc6b
BLAKE2b-256 6ba785e6aa248ab7c5c2a49e899e5f55e221ffcfeb807e87905b262f91546539

See more details on using hashes here.

Provenance

The following attestation bundles were made for smello_server-0.3.0.tar.gz:

Publisher: publish-server.yml on smelloscope/smello

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file smello_server-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: smello_server-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for smello_server-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cb14f1ca37517fe2be8dec8da3261e632ff2e797ede4f4ae1dadc0e2ffbe1612
MD5 93e74f7edd23499659538845aadc3ae6
BLAKE2b-256 06aaebb160926e099be28dc95d39204cc350a46ef781734aa94ad25e31c5f059

See more details on using hashes here.

Provenance

The following attestation bundles were made for smello_server-0.3.0-py3-none-any.whl:

Publisher: publish-server.yml on smelloscope/smello

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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