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 and incoming 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 install the client SDK and run your code with Smello:

pip install smello
smello run my_app.py

Outgoing HTTP requests, unhandled exceptions, and (optionally) log records are captured automatically — no code changes needed.

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, http_incoming, 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'

# Filter by app or session
curl -s 'http://localhost:5110/api/events?app=myapp&session=debug-payment'

# 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.8.2.tar.gz (287.1 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.8.2-py3-none-any.whl (279.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: smello_server-0.8.2.tar.gz
  • Upload date:
  • Size: 287.1 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.8.2.tar.gz
Algorithm Hash digest
SHA256 8f7e68793ed9e65265738900c0735153b2e5182126222e6b5ff11c219a064653
MD5 6b635a7827228cabf180af2a3282e43b
BLAKE2b-256 797bf7698d55d490cb9e8ddc519921ad678f7529b54c54c40399ee58ecbfafe7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: smello_server-0.8.2-py3-none-any.whl
  • Upload date:
  • Size: 279.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.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7ce2bfbe6ceb59c19ee9091c206e750b256d0086ce5e0838784d918f1540b031
MD5 11a2d618eba27e6b979c53602c62886e
BLAKE2b-256 a05b0296464daa37e949ae1487b4adc6afb9d419962ed5a6b941074d7b82b6a1

See more details on using hashes here.

Provenance

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