Metadata-Version: 2.4
Name: quickchat_sdk
Version: 0.1
Summary: A simple SDK for interfacing with the Quick Chat chatting platform.
Home-page: https://github.com/qc1159/quickchat-python-sdk
Author: GoofyMooCow
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: websocket-client
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# Quick Chat Python SDK

The **Quick Chat Python SDK** allows developers to integrate **Quick Chat** messaging functionality into their Python applications. This package provides a simple, easy-to-use interface for sending messages programmatically, whether for notifications, alerts, or other use cases.

🌐 Visit the Quick Chat website: [Quick Chat](https://qc1159.github.io/Quick-Chat/)

---

## Installation

To install the Quick Chat Python SDK, simply use **pip**:

```bash
pip install quickchat_sdk
```

## Features

Simple API: Easily send messages with just a few lines of code.

Cross-platform: Use in any Python environment.

Lightweight: No unnecessary dependencies.

## Documentation

Detailed documentation and examples can be found on the GitHub repository.

[Quick Chat Python SDK GitHub](https://github.com/qc1159/quickchat-python-sdk)

## Contributing

We welcome contributions! To help improve the Quick Chat SDK, please feel free to:

* Open issues or suggest features

* Submit pull requests for bug fixes or enhancements

## License

This project is licensed under the MIT License.

## Disclaimer

"Quick Chat" may be a trademark of its respective owner. This project is not affiliated with or endorsed by any entity owning the "Quick Chat" trademark. Use at your own discretion.

## Contact

For support or inquiries, please contact us at quickchatplatform@hotmail.com or open an issue on the GitHub repository.
