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.7.0.tar.gz
(349.2 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.7.0-py3-none-any.whl
(34.1 kB
view details)
File details
Details for the file outerport-0.7.0.tar.gz.
File metadata
- Download URL: outerport-0.7.0.tar.gz
- Upload date:
- Size: 349.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
193b9bd05ad533624cbc706841e44f684f9b7882baf8965298f0a8b852a732e1
|
|
| MD5 |
665a0796a548f8c3aae3c2c6f3f00e2d
|
|
| BLAKE2b-256 |
d3bb6246cde7e5dd8763c0f750f515d6cb03fad77b714e3b02d2e36606582d60
|
File details
Details for the file outerport-0.7.0-py3-none-any.whl.
File metadata
- Download URL: outerport-0.7.0-py3-none-any.whl
- Upload date:
- Size: 34.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ca0b4122878015d52bf9f11c119608828c008d5d85d8d845a00b304c42b928f
|
|
| MD5 |
5523709ec28b36b18ed01fb324f91c66
|
|
| BLAKE2b-256 |
25ece22b799242a305f41d8e7633cbb2179a9f327c8504b17d2e716636324b85
|