wan27-org
Python integration metadata package for wan27.org.
wan27-org provides a small Python entry point for scripts, automation, and
future SDK work that need a stable reference to the wan27.org website. It keeps
the first release intentionally lightweight while still exposing useful package
metadata and simple helpers that can be imported from any Python project.
The package is useful when you want to verify installation, attach wan27.org metadata to a workflow, or prepare a Python integration layer for the wan27.org ecosystem.
Installation
pip install wan27-org
Usage
from wan27_org import HOMEPAGE, hello
print(hello())
print(HOMEPAGE)
You can also read the site metadata as a dictionary:
from wan27_org import get_site_info
site = get_site_info()
print(site["name"])
print(site["homepage"])
print(site["documentation"])
Expected values:
wan27.org
https://wan27.org
https://wan27.org/docs
Included Utilities
HOMEPAGEpointing tohttps://wan27.org.hello()for confirming the package is installed.get_site_info()for retrieving website, documentation, package, and source metadata in one place.- PyPI metadata for homepage, documentation, repository, and issues.
Package Metadata
{
"name": "wan27.org",
"homepage": "https://wan27.org",
"documentation": "https://wan27.org/docs",
"package": "wan27-org",
"repository": "https://github.com/youram470-art/wan27-org-python",
}
Use Cases
- Add wan27.org metadata to Python automation scripts.
- Verify a PyPI publishing workflow with a clean, importable package.
- Keep a stable Python package name reserved for future wan27.org SDK work.
- Provide a simple package page that links back to the wan27.org website and source repository.
Links
- Website: https://wan27.org
- Documentation: https://wan27.org/docs
- Source: https://github.com/youram470-art/wan27-org-python
- PyPI: https://pypi.org/project/wan27-org/
License
MIT
Release files for wan27-org 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wan27_org-0.1.1.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wan27_org-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.6 kB
Release files / wan27_org-0.1.1.tar.gz
| Download URL | wan27_org-0.1.1.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
386b63ba54827462ff3ef99b876c2658f1381607b46a257e0d5e745878bee8c3
|
|
BLAKE2b-256 checksum How to use checksums |
6cf8c8ad7a3e6530feffbda5788a49a4f332ca1a8a18d7c3add434b1ef901511
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / wan27_org-0.1.1-py3-none-any.whl
| Download URL | wan27_org-0.1.1-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4aba2980b331081d5cbc29f8c5e45a0adac6e6a5d518c3aedcaac67bd7f69257
|
|
BLAKE2b-256 checksum How to use checksums |
7c26902aa9e537b08cc641fafae2d6eb48b732b24f884ddeeef4bb8686291406
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|