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.12.0.tar.gz
(379.8 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.12.0.tar.gz.
File metadata
- Download URL: outerport-0.12.0.tar.gz
- Upload date:
- Size: 379.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4bcfcf72cddf2bc38307bf48d7a89ce027accdc83086563563323cea04cb385
|
|
| MD5 |
5a12c7f742c0d2cca24218754c2411a6
|
|
| BLAKE2b-256 |
4e2a109ddd4a292fa819828bcdb1eca5f10f3b2e4fb68a8e048833b02572867d
|
File details
Details for the file outerport-0.12.0-py3-none-any.whl.
File metadata
- Download URL: outerport-0.12.0-py3-none-any.whl
- Upload date:
- Size: 37.6 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 |
8d084001971b88002fef56f24367b4bfceffb97f1d8801ce602cb3f6e0868485
|
|
| MD5 |
c022842e5f3c91377befbe65e64c5c42
|
|
| BLAKE2b-256 |
dcb4aa41480dffa86a2fc1390c793dd5e9979d3143da0a5b099ce4f3cf39bfc9
|