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.2.0.tar.gz (9.8 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.2.0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple_python_audit-1.2.0.tar.gz
  • Upload date:
  • Size: 9.8 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.2.0.tar.gz
Algorithm Hash digest
SHA256 d7f46eb8862df902da3349c36caaa5cf7f2d54c399ac8efba1d991f81bd0136f
MD5 1524d937f1c2f61a208e3c9507053af2
BLAKE2b-256 439a428e9def3e20f9ecd8bc6d5a415672f4d19cc609b9df9bf6ab12c55ccbde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simple_python_audit-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d44f3cd7d197fa74eef0d07784d8a4de9bd09e7a3ec00086e334b58d6fcc5de
MD5 950d7778ed35fb140798244303a0749d
BLAKE2b-256 7867717c316db4874e13b4b523047777f35c174989b5552068983a8d8392727c

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