EasyBrowser local API SDK
Project description
EasyBrowser SDK
EasyBrowser SDK is a small Python client for the EasyBrowser local API.
Website: https://easybrowser.pages.dev/
Install
pip install easybrowser-sdk
Quick Start
from easybrowser_sdk import EasyBrowserAPI
api = EasyBrowserAPI()
api.ensure_local_api_available()
environment = api.ensure_container(
name="TestEnv",
defaultUrl="https://example.com",
)
print(environment["id"])
Requirements
- Python 3.10+
- EasyLauncher installed and running
Free VIP activation is available inside EasyLauncher.
Publish
python -m pip install build twine
python -m build
python -m twine check dist/*
python -m twine upload dist/*
Use __token__ as the username and a PyPI API token as the password.
EasyBrowser SDK
EasyBrowser SDK 是一个用于 EasyBrowser 本地 API 的简洁 Python 客户端。
官网:https://easybrowser.pages.dev/
安装
pip install easybrowser-sdk
快速开始
from easybrowser_sdk import EasyBrowserAPI
api = EasyBrowserAPI()
api.ensure_local_api_available()
environment = api.ensure_container(
name="TestEnv",
defaultUrl="https://example.com",
)
print(environment["id"])
运行要求
- Python 3.10 及以上
- 已安装并运行 EasyLauncher
EasyLauncher 内可免费开通 VIP。
发布
python -m pip install build twine
python -m build
python -m twine check dist/*
python -m twine upload dist/*
用户名使用 __token__,密码使用 PyPI API token。
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 easybrowser_sdk-0.1.2.tar.gz.
File metadata
- Download URL: easybrowser_sdk-0.1.2.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
130637cfeee7a5ea0102486d9e8dc481041d9fb90b7acc67699263e88894c1a6
|
|
| MD5 |
71913c30a7b9468f36c55ec515930ad6
|
|
| BLAKE2b-256 |
344fca637f741987edfefb0477ceb0ef177b2bb59b45cc88d2b2fec9207a3dcf
|
File details
Details for the file easybrowser_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: easybrowser_sdk-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc2c091509928544765b2ca6477027fa695f4ec156291252d8d5b8ca86cba86c
|
|
| MD5 |
00d868fc1e0fb01bcbb6514eb64afa7b
|
|
| BLAKE2b-256 |
e822d25cae2bd300e6b5a0c25ffcea71aca7aa2ebc961dfb9a4e8cdc8eae6000
|