Metadata-Version: 2.4
Name: demian
Version: 0.0.2
Summary: Metadata-only Python placeholder for the Demian namespace, reserved for future agent and developer experience tooling.
Author: demian maintainers
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/pydemia/asurada
Keywords: demian,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

# demian

Metadata-only Python placeholder for the `demian` namespace, reserved for future agent and developer experience tooling.

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

```python
import demian

print(demian.info())
```
