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.10.0.tar.gz
(350.5 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.10.0.tar.gz.
File metadata
- Download URL: outerport-0.10.0.tar.gz
- Upload date:
- Size: 350.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2e756b5d4894229d35315e6f65ef284410161fdd0a9f982389b8e2277362be8
|
|
| MD5 |
596d4b987e943ec6ad1897c3d411084c
|
|
| BLAKE2b-256 |
5ebd85bdc9cc96090557b6376034f084ae1d6ad8e0fb3f479cdd25e54ce8a038
|
File details
Details for the file outerport-0.10.0-py3-none-any.whl.
File metadata
- Download URL: outerport-0.10.0-py3-none-any.whl
- Upload date:
- Size: 35.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 |
0a7cf75a906d1434a9f11369123fa72b487120a00e2c963c6ceab9a460a65cd6
|
|
| MD5 |
73de315b1db927612381465dd7bdff48
|
|
| BLAKE2b-256 |
2393fb2a34e49389d1779cc0b0cac982497fa4ac7e132afd53cb7ffc28ef71d4
|