Python SDK for Passport MCP
Project description
Passport MCP Python SDK
A Python SDK for interacting with the Passport MCP browser extension, enabling browser automation and control.
Installation
pip install ppmcp
ppmcp setup # get local message host
Prerequisites
- Python 3.10 or higher
- Passport MCP browser extension
Examples
Check out the examples directory for more detailed examples:
Development Setup
- Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
- Install development dependencies:
pip install -e ".[dev]"
- Run tests:
pytest tests/
Building and Publishing
-
Update version in
pyproject.toml -
Build the package:
python -m build
- Install build dependencies:
pip install build twine
- Test the build:
pip install dist/ppmcp-0.1.0-py3-none-any.whl
- Publish to PyPI:
python -m twine upload dist/*
License
MIT License
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Project details
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 ppmcp-0.1.2.tar.gz.
File metadata
- Download URL: ppmcp-0.1.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58753d0708b9c5ea974df58989cf36544a0e55ca35b5cf0e6faebc2bb0ec6d25
|
|
| MD5 |
69e74e38d85370ebeecb6dced7a11c65
|
|
| BLAKE2b-256 |
78f48b791fb3a2e5604d2b1758082f87be0547e2ad010cff6b38254d5194a198
|
File details
Details for the file ppmcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ppmcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bb48b11ae0fc0980d9e3d7c2d9f4e3a65500f953916f901c1dec7342892cc2e
|
|
| MD5 |
1c956f14287b637b8239d580f95bfca8
|
|
| BLAKE2b-256 |
909c73120532999cd9ad308244eb48dfc9164f64507774716c9c1ecbf783d792
|