Ferramenta de profiling com widget flutuante e servidor de gerenciamento de logs.
Project description
Simple Python Audit Tool 🚀
Ferramenta completa para medição de performance e auditoria de variáveis para python.
📦 Instalação
pip install .
# Ou via GitHub
pip install git+[https://github.com/sadson/simple_python_audit.git](https://github.com/sadson/simple_python_audit.git)
## 🎯 Como Usar
```python
from simple_python_audit import profile
@profile(html=True, output_path="/tmp/simple_python_audit_perf" ,trace=True, deep=True)
def meu_metodo_lento(self):
# Seu código aqui
Parâmetros:
html=True: Gera relatório em HTMLtrace=True: Rastreia chamadas de funçõesdeep=True: Rastreia chamadas com tempo de execução a partir de 0.0001 msoutput_path: Caminho para salvar os relatórios gerados
🛠️ Executar Servidor de Auditoria
simple-python-audit-server --port 8080 --dir /tmp/odoo_perf
ou
via python
from simple_python_audit import start_server
start_server(port=8080, directory="/tmp/odoo_perf")
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
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 simple_python_audit-1.1.0.tar.gz.
File metadata
- Download URL: simple_python_audit-1.1.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8ac3a52f833fa90caf4920d53bd421a74b913dd720f5bb9b71dcd7bf5a2ef99
|
|
| MD5 |
e8f8e3a34e52a0b4960fbadf07b53a19
|
|
| BLAKE2b-256 |
6f5570f3b6c431f4534576415d49fd3904af5b07d84d0b622b1bfc3c3ed187b9
|
File details
Details for the file simple_python_audit-1.1.0-py3-none-any.whl.
File metadata
- Download URL: simple_python_audit-1.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4ca5a4ea128e170b06d77fe96ccd9bc5b86d10595d03b54bdd43e6786372300
|
|
| MD5 |
cec36c6d917af3f08c549158f798fe79
|
|
| BLAKE2b-256 |
8f66a37f29929dcd4836796c5961780a25f70dba84f75b4aa00c7ed976f725dc
|