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.5.0.tar.gz
(330.6 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.5.0-py3-none-any.whl
(31.8 kB
view details)
File details
Details for the file outerport-0.5.0.tar.gz.
File metadata
- Download URL: outerport-0.5.0.tar.gz
- Upload date:
- Size: 330.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
440149d5d43ea97be590211adfd0ef389e6e2675eec4b5e13aac6258720ab5b3
|
|
| MD5 |
564615bcffa38350b548f64e21d56f0a
|
|
| BLAKE2b-256 |
352eb34b21cc3141fc57f3e0d2039a73efc3d477aea98f67e3f6cf74dbe7cf97
|
File details
Details for the file outerport-0.5.0-py3-none-any.whl.
File metadata
- Download URL: outerport-0.5.0-py3-none-any.whl
- Upload date:
- Size: 31.8 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 |
352ac328765581c8d2ebd05b051be7633a33cd1e5f7e4d445d4e1d7d95497fba
|
|
| MD5 |
f1daa84b50a460195984e3445065cdae
|
|
| BLAKE2b-256 |
2e90b6c91fb3afaa1d40fdc2a1a66cbbc545f46ff7da9cf52bd3d8aa3fa2c2b0
|