Upassist Python SDK¶
Welcome to the official documentation for the Upassist Cloud Python SDK. This SDK provides a simple and intuitive way to interact with the Upassist Cloud API.
Features¶
- Heartbeat Monitoring: Create and manage heartbeat monitors for your applications
- Log Management: Collect and manage application logs
- API Clients: Both synchronous and asynchronous API clients available
- Type Safety: Built with Pydantic for robust type checking and validation
Quick Start¶
import upassist
# Configure your API key
upassist.config.API_KEY = 'your-api-key'
# Create a heartbeat instance
heartbeat = upassist.Heartbeat("your-heartbeat-slug")
# Send a heartbeat event
heartbeat.event()
Installation¶
For development dependencies:
Documentation Structure¶
- Installation: Detailed installation instructions
- Configuration: How to configure the SDK
- API Reference: Detailed API documentation
- Heartbeat: Heartbeat monitoring functionality
- Logs: Log management functionality
- API Clients: API client documentation
- Release Notes: Version history and changes
- Latest Release: Overview of all releases and version support
- v0.0.6: Documentation improvements and build system enhancements