Metadata-Version: 2.4
Name: wan27-org
Version: 0.1.0
Summary: Integration package for https://wan27.org
Author-email: "wan27.org" <support@wan27.org>
License-Expression: MIT
Project-URL: Homepage, https://wan27.org
Project-URL: Documentation, https://wan27.org/docs
Project-URL: Repository, https://github.com/youram470-art/wan27-org-python
Project-URL: Issues, https://github.com/youram470-art/wan27-org-python/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# wan27-org

Python package for [wan27.org](https://wan27.org).

This package provides a compact Python module for projects that need to
reference the wan27.org platform. It is intentionally lightweight and can be
expanded into a fuller Python SDK over time.

## Installation

```bash
pip install wan27-org
```

## Usage

```python
from wan27_org import HOMEPAGE, hello

print(hello())
print(HOMEPAGE)
```

## Included Utilities

- `HOMEPAGE` pointing to `https://wan27.org`.
- `hello()` for confirming the package is installed.
- PyPI metadata for homepage, documentation, repository, and issues.

## Links

- Website: https://wan27.org
- Documentation: https://wan27.org/docs
- Source: https://github.com/youram470-art/wan27-org-python

## License

MIT
