Metadata-Version: 2.4
Name: dttb
Version: 0.2.1
Summary: DateTime TraceBack
Author: Rocky Haotian Du
Author-email: Rocky Haotian Du <2712479005@qq.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.8
Project-URL: Repository, https://github.com/rocky-d/dttb
Description-Content-Type: text/markdown

# dttb

[![pypi](https://img.shields.io/pypi/v/dttb.svg)](https://pypi.org/project/dttb/)
[![python](https://img.shields.io/pypi/pyversions/dttb.svg)](https://pypi.org/project/dttb/)
[![license](https://img.shields.io/pypi/l/dttb.svg)](https://github.com/rocky-d/dttb/blob/main/LICENSE)

[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty)

**D**ate**T**ime **T**race**B**ack

## Usage

```python
import dttb

dttb.apply()

1 / 0
```

```plaintext
[2026-01-08 18:11:50.767093]
Traceback (most recent call last):
  File "/Users/rockydu/Projects/dttb/demo.py", line 5, in <module>
    1 / 0
ZeroDivisionError: division by zero
```
