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.8.0.tar.gz
(349.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
outerport-0.8.0-py3-none-any.whl
(34.3 kB
view details)
File details
Details for the file outerport-0.8.0.tar.gz.
File metadata
- Download URL: outerport-0.8.0.tar.gz
- Upload date:
- Size: 349.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 |
e12f0af9d3b5e5d2c5b227d17710d13cf6f35a51cd006735e9ef827cfb9536a5
|
|
| MD5 |
526354cae60bdf4cf43ffac22664e8f6
|
|
| BLAKE2b-256 |
911667ceb3008c9f2c3d0c5e6dfc856f3c8854321d845af9a70b64c22c558076
|
File details
Details for the file outerport-0.8.0-py3-none-any.whl.
File metadata
- Download URL: outerport-0.8.0-py3-none-any.whl
- Upload date:
- Size: 34.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 |
1cc5593de3ed2f60a554a6159fd7059cfdbb7c53512164b78e0ab69efd0f97a2
|
|
| MD5 |
be79df9b66542b78fcf543864b6e4438
|
|
| BLAKE2b-256 |
801d4e84851addb98a5e8c13fc0eb97f7994c3b973d56b90b07f4a6aa04e363e
|