Skip to main content

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

Project description

Smello Server

A local web dashboard for inspecting outgoing HTTP requests captured by the smello client SDK.

Setup

pip install smello-server
smello-server run

The dashboard opens at http://localhost:5110.

Or with Docker:

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

Then add the client SDK to your Python code:

pip install smello
import smello
smello.init()

# All outgoing requests via requests/httpx are now captured

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.1.1.tar.gz (11.0 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.1.1-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: smello_server-0.1.1.tar.gz
  • Upload date:
  • Size: 11.0 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.1.1.tar.gz
Algorithm Hash digest
SHA256 c1294ebc1c04be29b560fe4051b4dd1107e8d45e854c0491daf2e25cd19d2b3b
MD5 df65d3c2646e2fa8cb99e0a0786cde19
BLAKE2b-256 ab514ed31041d1afeacd3080c4d05f92805cfc2b9db04185a63a5387d1f8c460

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smello_server-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 13.4 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 731e7ab65be0f3c77a48ccbe50894acee90c93a32ce863dcc537c92dc8ddce10
MD5 afdfa67291b858eacff72ca6e4b0a73a
BLAKE2b-256 e9d98e8df6d22f981c4a03cf68c5b7c1fae922d479b880ee16a814cfa29c25e0

See more details on using hashes here.

Provenance

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