Skip to main content

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 HTML
  • trace=True: Rastreia chamadas de funções
  • deep=True: Rastreia chamadas com tempo de execução a partir de 0.0001 ms
  • output_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

simple_python_audit-1.0.0.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simple_python_audit-1.0.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file simple_python_audit-1.0.0.tar.gz.

File metadata

  • Download URL: simple_python_audit-1.0.0.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for simple_python_audit-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8efdb0b61c21554358800c1b88eb5f77ed0941a899fcde6714df8b112cd29fac
MD5 6451f04b0def1905b040438e2c4f1be4
BLAKE2b-256 01c0b217c9b6f5b62868a0b0fe68c40d7430b5ad1d82b4639e262eade25c7dd1

See more details on using hashes here.

File details

Details for the file simple_python_audit-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_python_audit-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 347ce448ed44a37ed852c84ec260999864e9339baeeb0c8af76c2a21f3a3426f
MD5 1b978eb0d4a2218ace68473c7acd2c57
BLAKE2b-256 fdc6cf0850ffe2c3fc4d76187fdea31ddfc0b9c2b1a8a969fa274b4bd82b492d

See more details on using hashes here.

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