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.22.tar.gz
(203.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.22.tar.gz.
File metadata
- Download URL: outerport-0.2.22.tar.gz
- Upload date:
- Size: 203.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
799b911c028d28cd487452e3d6714005d9eb89bfa872889744493daa7029b110
|
|
| MD5 |
7f8ede841d1e28e15f498d95c9a4ee20
|
|
| BLAKE2b-256 |
9fc7cb6ade216e421665d184798ea28616d9379b2d8e8146e197ed8eb61b8dfc
|
File details
Details for the file outerport-0.2.22-py3-none-any.whl.
File metadata
- Download URL: outerport-0.2.22-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ebcb8013671efb4e924173b216205d81a81e4dd123c675af842d644044e6604
|
|
| MD5 |
96dcbe613bc2d2fa5fc59384727f6896
|
|
| BLAKE2b-256 |
00cf1250d1040b73188f8de4e26274da926637d051b83a968bdb1cd3de931235
|