Outerport Python SDK
Reason this release was yanked:
wrong apis
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.24.tar.gz
(205.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.2.24.tar.gz.
File metadata
- Download URL: outerport-0.2.24.tar.gz
- Upload date:
- Size: 205.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88242a1ac570ac8e6887a5d4a72244b38657b4a835c9c08c43564c61c67435c3
|
|
| MD5 |
a50213043df447bac1ccd591ad57990e
|
|
| BLAKE2b-256 |
e39501c836c7a0c4bdf7bf26b8149a539520a336f965dde4dd8d2302c61da77f
|
File details
Details for the file outerport-0.2.24-py3-none-any.whl.
File metadata
- Download URL: outerport-0.2.24-py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
701a42cb72c5312166b6e9f65921157d080f25368dbe9a5d34defa32c25003d7
|
|
| MD5 |
479dd28261ade76d03756e63aa438026
|
|
| BLAKE2b-256 |
205fda4316526a88a2c68bfb6a9f9528aa9abfcfbaad898cc798d9a739050dce
|