Metadata-Version: 2.4
Name: deeptrace
Version: 0.0.1
Summary: A simple hello world package for PyPI testing
Author-email: Oussama <oussama@deeptrace.xyz>
License: MIT
Project-URL: Homepage, https://deeptrace.dev
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# deeptrace

A simple hello world package.

## Usage

```python
from deeptrace import hello

print(hello())
