Metadata-Version: 2.4
Name: pysmsboxnet
Version: 2024.6.2
Summary: Client to send SMS using www.smsbox.net API
Project-URL: Source code, https://forge.nardol.ovh/Nardol/pysmsboxnet
Project-URL: Bug tracker, https://forge.nardol.ovh/Nardol/pysmsboxnet/issues
Project-URL: Documentation, https://nardol.pages-forge.fr/pysmsboxnet/stable/
Project-URL: SMSBox API 1.1 doc, https://en.smsbox.net/docs/doc-API-SMSBOX-1.1-EN.html
Project-URL: SMSBox account API doc, https://en.smsbox.net/docs/doc-APIFunctions-SMSBOX-FR.html
Author-email: Patrick ZAJDA <patrick@zajda.fr>
License: MIT license
License-File: LICENSE
Keywords: api,sms,smsbox
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Framework :: aiohttp
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: aiohttp<4.0,>=3.8.0
Description-Content-Type: text/markdown

# pysmsboxnet

Asynchronous Python library for the [smsbox.net](https://www.smsbox.net) API.
Currently, it allows you to send an SMS using the [v1.1 API](https://en.smsbox.net/docs/doc-API-SMSBOX-1.1-EN.html).
You can also [download the documentation](https://en.smsbox.net/docs/doc-API-SMSBOX-1.1-EN.pdf).
Future versions might allow using other [account features](https://en.smsbox.net/docs/doc-APIFunctions-SMSBOX-FR.html) (this documentation is in French).
Additionally, `get_credits()` lets you retrieve the remaining credits.

## Installing

You can install using pip.

## How to use

See [example.py](/example.py).
An example is also available in the documentation.

## Documentation

- [Latest stable version](https://nardol.pages-forge.fr/pysmsboxnet/stable/)
- Documentation for previous versions will be available at `https://nardol.pages-forge.fr/pysmsboxnet/yyyy.mm.n/`
- [Latest dev documentation](https://nardol.pages-forge.fr/pysmsboxnet/dev/)
  It is updated each time something is pushed to the `main` branch.
