Zero-config performance monitoring for Python
Project description
🚀 EZ-Audit
📦 Installation
pip install ez-audit
🚀 Quick Start
from ezaudit import monitor
@monitor
def process_data():
return "Done!"
🧩 Auditing Specific Blocks
If you don't want to monitor a whole function, use audit_block to measure a specific section of code:
from ezaudit import audit_block
with audit_block("Heavy Task"):
# This specific block will be measured
data = [x for x in range(1000000)]
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
ez_audit-0.2.0.tar.gz
(4.9 kB
view details)
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 ez_audit-0.2.0.tar.gz.
File metadata
- Download URL: ez_audit-0.2.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b7ebeabb1a6f476bc1cc7cc198853d862cf41666c28aad27290482dbc042e47
|
|
| MD5 |
0b971953e4c14b8272abf3928e672639
|
|
| BLAKE2b-256 |
e2f61047509c6dcbde947f08e91da6bda3b15db827332f2303e8a22db69ddf24
|
File details
Details for the file ez_audit-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ez_audit-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4564853f0d2d70dfe04df5aa0783836da1e76347f2539fee09d88e73b8aaf46b
|
|
| MD5 |
7b4efc8e916eb035f6838ac00a91a10e
|
|
| BLAKE2b-256 |
7516afd50beb244963ba90942f8af032cbe876b8b66e340c27446b13ef35796b
|