allwright Python client
This folder contains the high-level Python client for the allwright engine.
It loads the shared proto/engine/v1/engine.proto contract dynamically at runtime and exposes a browser/page API instead of raw gRPC channel setup.
Install
pip install -e ./python
Example
from allwright import firefox
browser = firefox.launch()
page = browser.page()
page.goto("https://example.com")
page.click("h1")
browser.close()
Release files for allwright 0.0.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 | |
|---|---|---|---|
| allwright-0.0.1.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| allwright-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.4 kB
Release files / allwright-0.0.1.tar.gz
| Download URL | allwright-0.0.1.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
31cf7e07ab39155cd80734c8567e302f456335adc97cea8aa2ef7fb92a41d1b5
|
|
BLAKE2b-256 checksum How to use checksums |
d914bbc6eb5980814f27e9941f454ecf9d06b806d6672afd24a32e93f8a40eb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / allwright-0.0.1-py3-none-any.whl
| Download URL | allwright-0.0.1-py3-none-any.whl |
|---|---|
| Size | 15.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ea6eba320b5665e3259795cbb6d84106a46bc2cb3d187937890676acb5a0b9cf
|
|
BLAKE2b-256 checksum How to use checksums |
4fbbb4fdf611d6995a7e79f52c49824e7e9cc3f9e85f9a409cb905176c12af93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|