Metadata-Version: 2.4
Name: pulsegrid
Version: 0.1.0
Summary: Official Python SDK for the PulseGrid realtime platform
Author: Kwandile Mofokeng
License-Expression: MIT
Project-URL: Homepage, https://github.com/Kwandiletshepo/pulsegrid-python
Project-URL: Repository, https://github.com/Kwandiletshepo/pulsegrid-python
Project-URL: Issues, https://github.com/Kwandiletshepo/pulsegrid-python/issues
Keywords: pulsegrid,realtime,websocket,channels,presence,sdk
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0
Requires-Dist: websocket-client>=1.8.0

# PulseGrid Python SDK

Official Python SDK for PulseGrid.

## Install

```bash
pip install pulsegrid
