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

Docker (recommended — includes web dashboard):

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

Or install via pip (API only, no web dashboard):

pip install smello-server
smello-server run

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.2.2.tar.gz (6.8 kB 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.2.2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for smello_server-0.2.2.tar.gz
Algorithm Hash digest
SHA256 837c29e1f56052c7d9869c0545315c1e8c487891be3d74f1e6d4d4b47e9b76cc
MD5 7dbd9e9420bc4c51e85d8856686d4d72
BLAKE2b-256 799592f44ecdc071ce20c7542a24e4b27464b98934cbc3307abf8bf955b5cfb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for smello_server-0.2.2.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.2.2-py3-none-any.whl.

File metadata

  • Download URL: smello_server-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • 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.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 290a4f70521f4aaf6075368708cf910483b943c15531a38662b02d7af5afeec7
MD5 273e6671b659957b58c492e3f1afeb5f
BLAKE2b-256 af1ae91a2803592bdfc6abec4389602753af633c0ffd1dfa345b05e11dced39a

See more details on using hashes here.

Provenance

The following attestation bundles were made for smello_server-0.2.2-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