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 HTTP requests, logs, and exceptions captured by the smello client SDK.

Setup

pip install smello-server
smello-server

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")

# HTTP requests, unhandled exceptions, and (optionally) log records
# are now captured and visible in the dashboard

Or run any program without code changes:

smello run --server http://localhost:5110 my_app.py

API

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

# List all captured events (unified timeline)
curl -s http://localhost:5110/api/events | python -m json.tool

# Filter by event type (http, log, exception)
curl -s 'http://localhost:5110/api/events?event_type=exception'

# Filter by method, host, status, or full-text search
curl -s 'http://localhost:5110/api/events?method=POST&host=api.stripe.com'

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

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

CLI Options

smello-server --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.6.1.tar.gz (282.3 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.6.1-py3-none-any.whl (276.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for smello_server-0.6.1.tar.gz
Algorithm Hash digest
SHA256 6d83251628040d9d5203c18324c88c8f57217a58781dd42277daf6568176a891
MD5 78bb619e8b0f61b4632c8903fc22a703
BLAKE2b-256 8126aa32ffe31bb127b8ff60defecf0e5f538bfdb4bd1f00a8112f192fc9e0a9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smello_server-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 276.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for smello_server-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 353d6488fec1b0d653b53a8a6d8618c3e944700970b2b382c91094e6c57db62e
MD5 3495e1d9e6c1fadeb9a8f273fcfc7f74
BLAKE2b-256 63bab8b4c780ad8a2d0fb3a38265b20b7a163453c5ff9e0b58ad031314fe994e

See more details on using hashes here.

Provenance

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