Outerport Python SDK
Project description
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.
Project details
Release history Release notifications | RSS feed
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.3.1.tar.gz
(328.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
outerport-0.3.1-py3-none-any.whl
(28.1 kB
view details)
File details
Details for the file outerport-0.3.1.tar.gz.
File metadata
- Download URL: outerport-0.3.1.tar.gz
- Upload date:
- Size: 328.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d612e0fb1e69e50aa4c6e067b85d670314231dc5c3276748b3f6d31db406f5a8
|
|
| MD5 |
807ba22cd0abc4ba21eb19f9e27eb84c
|
|
| BLAKE2b-256 |
5f8a091659944e0589cf7f062f89325304487798f0bc2db69d103b32d4808abc
|
File details
Details for the file outerport-0.3.1-py3-none-any.whl.
File metadata
- Download URL: outerport-0.3.1-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84b5404cfbf50924c7d92569acc5be333cf9e777a247ef70c282041304ff98b5
|
|
| MD5 |
298a27321743641ab708e5fd0408c6ba
|
|
| BLAKE2b-256 |
c2d86ef6ad032ff626f1ac7bfc5ab4a5fa387b18b73bce333a049e97b289d55b
|