Metadata-Version: 2.4
Name: asrada
Version: 0.0.1
Summary: Reserved dummy Python package for the asrada project namespace.
Author: asrada maintainers
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/pydemia/asurada
Keywords: asrada,reserved,dummy
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# asrada

Reserved dummy Python package for the `asrada` project namespace.

This package intentionally exposes no runtime behavior beyond package metadata.
It has no install hooks and no dependencies.

```python
import asrada

print(asrada.info())
```
