Metadata-Version: 2.4
Name: solapi
Version: 5.0.0
Summary: SOLAPI SDK for Python
Author-email: SOLAPI Team <contact@solapi.com>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: httpx<0.29.0,>=0.28.1
Requires-Dist: pydantic<3.0.0,>=2.10.6
Provides-Extra: dev
Requires-Dist: ruff>=0.11.0; extra == 'dev'
Description-Content-Type: text/markdown

# Solapi SDK for Python

[![Python 3.9.21](https://img.shields.io/badge/python-3.9.21-blue.svg)](https://www.python.org/downloads)
![Python Supported version](https://img.shields.io/badge/python-%3E%3D3.9-orange)


You can send text messages(SMS, LMS, MMS), Kakao friendtalk(include notification friendtalk) in Korea using this package.
This package is 100% compatible with SOLAPI family services (CoolSMS, Purplebook, etc.).

Installing
To use the SDK, simply use npm package manager CLI. Type the following into a terminal window.

```shell
pip install solapi
```

## Usage

See [examples repository](https://github.com/solapi/solapi-python/tree/main/examples)

## Opening Issues

If you encounter a bug with the SOLAPI SDK for PHP we would like to hear about it.  
Search the [existing issues](https://github.com/solapi/solapi-python/issues) and try to make sure your problem doesn’t
already exist before opening a new issue, It’s helpful if you include the version of the SDK you are using.  
Please include a stack trace and reduced repro case when appropriate, too.

## License

Licensed under the MIT License.
