Python SDK for ReSMS, a simple and powerful SMS API.
Project description
ReSMS SDK for Python
Python SDK for ReSMS, a simple and powerful SMS API.
Installation
pip install resms
Setup
You need to get an API key on ReSMS Dashboard.
Then import the package and create a new instance of the ReSMS class with your API key.
from resms import ReSMS
Usage
You can send a SMS using:
sms = ReSMS("re-1234")
sms.send(to="+33123456789", message="Code 123456")
You can send an OTP using:
sms = ReSMS("re-1234")
sms.
## Documentation
The full documentation is available at [resms.dev/docs](https://resms.dev/docs).
## License
This project is licensed under the MIT License.
## Note
This is a simple SDK for ReSMS. More features and improvements will be added in the future. If you have any suggestions or issues, please open an issue on GitHub.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
resms-0.3.0.tar.gz
(2.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
resms-0.3.0-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file resms-0.3.0.tar.gz.
File metadata
- Download URL: resms-0.3.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a9a8d2b4471575531d553f29c4cb8b9e02e0718405eb1db4b347dd79126964b
|
|
| MD5 |
c02c94982bdf9600d7ac7e5465c6e09e
|
|
| BLAKE2b-256 |
2bb7f2a6cb42cacb4885f1a93bfe1fda543013d47aef922db4a821629f924ece
|
File details
Details for the file resms-0.3.0-py3-none-any.whl.
File metadata
- Download URL: resms-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
072958f7a429892726d7458f33a8cfece047e8d7076842d734320117ba50fd5d
|
|
| MD5 |
0eae6ab2356345118deba416839b67e6
|
|
| BLAKE2b-256 |
b84144d614b0f53bb8ea1e1062b1d28262da9c5c3d3c6d8fa0a87f02b4bcff2f
|