Python metadata and integration helper package for https://wan27.org
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wan27_org-0.1.1.tar.gz.
File metadata
- Download URL: wan27_org-0.1.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
386b63ba54827462ff3ef99b876c2658f1381607b46a257e0d5e745878bee8c3
|
|
| MD5 |
ef378fcdc1842ed6b63a4ac9fca53b7a
|
|
| BLAKE2b-256 |
6cf8c8ad7a3e6530feffbda5788a49a4f332ca1a8a18d7c3add434b1ef901511
|
File details
Details for the file wan27_org-0.1.1-py3-none-any.whl.
File metadata
- Download URL: wan27_org-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4aba2980b331081d5cbc29f8c5e45a0adac6e6a5d518c3aedcaac67bd7f69257
|
|
| MD5 |
62295d20bec1406e5632b65ac0e87816
|
|
| BLAKE2b-256 |
7c26902aa9e537b08cc641fafae2d6eb48b732b24f884ddeeef4bb8686291406
|