AI-powered log analyzer and debugging assistant. The psychologist for your logs.
Project description
Logpsy
AI-powered log analyzer and debugging assistant.
The psychologist for your logs.
🚧 Under active development.
Logpsy is a minimal package placeholder for an upcoming developer tool focused on understanding logs, surfacing likely causes, and helping teams debug faster.
This 0.0.1 release reserves the package name while the first usable features
are being developed.
Installation
pip install logpsy
Usage
logpsy
Expected output:
Logpsy initialized.
Python API
from logpsy import LogAnalyzer
analyzer = LogAnalyzer()
result = analyzer.analyze("Traceback: example error")
print(result.summary)
Roadmap
- Parse common log formats.
- Identify error patterns and likely root causes.
- Summarize incidents from raw logs.
- Provide local-first analysis options.
- Add integrations for common observability workflows.
Development
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
ruff check .
pytest
python -m build
twine check dist/*
License
MIT
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 logpsy-0.0.1.tar.gz.
File metadata
- Download URL: logpsy-0.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e6fee05ee62d39bbf73311772729e8d353449dd5487927ee49f0f920fcb2e39
|
|
| MD5 |
49feae11075b953caaacf4e1eb234e78
|
|
| BLAKE2b-256 |
845d849a0fd4f5a5b52285c7c47d67e410f316ecd0c01de234b550e9b08a1597
|
File details
Details for the file logpsy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: logpsy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68d13ef435ae54cc86143a811a82eba2877f23d7696561bd65ddcae9b7d60f08
|
|
| MD5 |
0045df11f834e8e5dfcfb6e06dfe6226
|
|
| BLAKE2b-256 |
e5751123d5a5de0685af14410fdbc1ee6451d810a8db62042e327ca0d7982394
|