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.2.12.tar.gz
(151.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
File details
Details for the file outerport-0.2.12.tar.gz.
File metadata
- Download URL: outerport-0.2.12.tar.gz
- Upload date:
- Size: 151.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6839da470f87fdf08b24b67cc79a4f2b308c65ff135cfce79561aa6eaf3f37d3
|
|
| MD5 |
b18fd199ae1f1e843a7a6bdf46f33208
|
|
| BLAKE2b-256 |
43a55b014ab41d09a49714aba3226aab8cf3d8c5dcdcde6201c6e6aaca128633
|
File details
Details for the file outerport-0.2.12-py3-none-any.whl.
File metadata
- Download URL: outerport-0.2.12-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cb28b9f2d5b055a1ec7fa1a1f28c473a166e65149040f8cdad43614402bb065
|
|
| MD5 |
9c4af60cc7448b7de1cc132866525a78
|
|
| BLAKE2b-256 |
cc2e507d1679062155605c2d396617efa5417a7708b779efd445addc9c19f5f4
|