Outerport Python SDK
Installation
pip install outerport
or
uv add outerport
Usage
from outerport import OuterportClient
client = OuterportClient(
api_key="your_api_key",
base_url="https://api.outerport.com"
)
Development
Setting Up Development Environment
# Clone the repository
git clone https://github.com/outerport/outerport.git
cd outerport/outerport-python
# Install development dependencies
pip install -e ".[dev]"
Running Tests
The SDK includes a comprehensive test suite:
# Run all tests
pytest
# Run only unit tests
pytest tests/unit
# Run with coverage report
pytest --cov=outerport
For integration tests, you'll need to set up your API key:
export OUTERPORT_API_KEY="your_api_key"
pytest tests/integration
See the tests/README.md file for more details on testing.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
outerport-0.11.0.tar.gz
(351.4 kB
view details)
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 outerport-0.11.0.tar.gz.
File metadata
- Download URL: outerport-0.11.0.tar.gz
- Upload date:
- Size: 351.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64ffaa587a162075a6e2d2b4fedcd01f9c08d682b88503f2ce7fad04bbd31ebe
|
|
| MD5 |
dff6bf9b8b5456ea1f7de0680ddeebe0
|
|
| BLAKE2b-256 |
874609675a0f0dbb7a82bee869d02892f34b64119a83c9de7e76dd4584d80ae1
|
File details
Details for the file outerport-0.11.0-py3-none-any.whl.
File metadata
- Download URL: outerport-0.11.0-py3-none-any.whl
- Upload date:
- Size: 36.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8de213671426761c852494e351e93b0c587391a9d60c26896b68e37f81ef2cf
|
|
| MD5 |
1bcceda1478a5cc100471e20d0bcb359
|
|
| BLAKE2b-256 |
612fd3764cb176727c91f45683d1982ce48cfa32c9e03497f10b23122376eb5a
|