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.
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.6.0.tar.gz
(331.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
outerport-0.6.0-py3-none-any.whl
(33.6 kB
view details)
File details
Details for the file outerport-0.6.0.tar.gz.
File metadata
- Download URL: outerport-0.6.0.tar.gz
- Upload date:
- Size: 331.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c00005386b4dbd6539da736ed39e07b7796ab46dff4e20744761b51c28a2acf
|
|
| MD5 |
43076d28122fe9468a02e345ce81d39a
|
|
| BLAKE2b-256 |
b77f570c00649be1738a439a57038b988a118a2695173034e65889ec59aa0a5a
|
File details
Details for the file outerport-0.6.0-py3-none-any.whl.
File metadata
- Download URL: outerport-0.6.0-py3-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6a7404ba1fd4b92fe16ffed68cb2ff644747a170c5ed5c7f8bfb33ff0637cdf
|
|
| MD5 |
8d5832dc4dead2995177586523ee5a87
|
|
| BLAKE2b-256 |
010cbd8d4ea9cf02c6b4971394acafaa4d3cad9682a5e0b7864b01a6533266b6
|