Metadata-Version: 2.1
Name: aasms
Version: 0.9
Summary: aaisp.net SMS interface
License: GPL-3.0-or-later
Author: Michael Stevens
Author-email: mstevens@mstevens.org
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications :: Telephony
Description-Content-Type: text/markdown

# aasms

This is a basic module to interface with the Andrews & Arnold SMS
service at <http://www.aaisp.net.uk/kb-telecoms-sms.html>.

You obviously need to buy an account with them to make it work.

It's under the GPL.

Now supports simple config file with format:

```txt
[sms]
username=your_username
password=your_password
```

There's a public git repo available at:

<https://gitlab.com/aasms/aasms>

Author: Michael Stevens <mstevens@mstevens.org>

