Metadata-Version: 2.4
Name: trace0
Version: 0.0.1
Summary: A low-overhead tracing profiler for Python, built on sys.monitoring, emitting Perfetto traces.
Project-URL: Homepage, https://github.com/soof-golan/trace0
Author-email: Soof Golan <hi@soofgolan.com>
License-Expression: MIT
Keywords: perfetto,profiler,sys.monitoring,tracing
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Debuggers
Requires-Python: >=3.13
Description-Content-Type: text/x-rst

Name reserved for the trace0 project, currently in development.

trace0 is a Rust-based tracing profiler for Python. It hooks PEP 669
``sys.monitoring``, batches events in per-thread lock-free ring buffers, and
streams Perfetto-compatible traces (JSON and protobuf) from a background
thread.

This release is a placeholder so the name is attached to the project while
it is being finished. The working implementation is not yet published here.
