A local web dashboard for inspecting outgoing HTTP requests from your code
Project description
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 # LAN access
Requires
- Python >= 3.14
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file smello_server-0.8.3.tar.gz.
File metadata
- Download URL: smello_server-0.8.3.tar.gz
- Upload date:
- Size: 287.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b4497e5382374e646b2e2208727f189d55061d75ca106e1fb6597be1932ec8f
|
|
| MD5 |
f227f4f76310fe477b11cde8a15dc62d
|
|
| BLAKE2b-256 |
25fd094405481c56afc3eb696f2e90868eadf1e474b47a3c7954fc9f8db5737c
|
Provenance
The following attestation bundles were made for smello_server-0.8.3.tar.gz:
Publisher:
publish-server.yml on smelloscope/smello
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smello_server-0.8.3.tar.gz -
Subject digest:
7b4497e5382374e646b2e2208727f189d55061d75ca106e1fb6597be1932ec8f - Sigstore transparency entry: 1738858468
- Sigstore integration time:
-
Permalink:
smelloscope/smello@5ec614a085788b004e7bd0ae4b29ab61f72c3114 -
Branch / Tag:
refs/tags/smello-server/v0.8.3 - Owner: https://github.com/smelloscope
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-server.yml@5ec614a085788b004e7bd0ae4b29ab61f72c3114 -
Trigger Event:
push
-
Statement type:
File details
Details for the file smello_server-0.8.3-py3-none-any.whl.
File metadata
- Download URL: smello_server-0.8.3-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
687750b1bf0338228bc5e05310d549f881515216d1f849d6e1be18dee1816ab0
|
|
| MD5 |
d0cf94a43298bcefc79d3e8cd398cdb1
|
|
| BLAKE2b-256 |
750272154b8b0493173849416b61a4e710d07553d902a07c096bbcd1013e97bd
|
Provenance
The following attestation bundles were made for smello_server-0.8.3-py3-none-any.whl:
Publisher:
publish-server.yml on smelloscope/smello
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
smello_server-0.8.3-py3-none-any.whl -
Subject digest:
687750b1bf0338228bc5e05310d549f881515216d1f849d6e1be18dee1816ab0 - Sigstore transparency entry: 1738858485
- Sigstore integration time:
-
Permalink:
smelloscope/smello@5ec614a085788b004e7bd0ae4b29ab61f72c3114 -
Branch / Tag:
refs/tags/smello-server/v0.8.3 - Owner: https://github.com/smelloscope
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-server.yml@5ec614a085788b004e7bd0ae4b29ab61f72c3114 -
Trigger Event:
push
-
Statement type: