File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Android SMS Gateway Python API Client
2
2
3
+ [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=for-the-badge )] ( https://github.com/capcom6/android-sms-gateway-py/blob/main/LICENSE )
4
+ [ ![ GitHub Issues] ( https://img.shields.io/github/issues/capcom6/android-sms-gateway-py.svg?style=for-the-badge )] ( https://github.com/capcom6/android-sms-gateway-py/issues )
5
+ [ ![ GitHub Stars] ( https://img.shields.io/github/stars/capcom6/android-sms-gateway-py.svg?style=for-the-badge )] ( https://github.com/capcom6/android-sms-gateway-py/stargazers )
6
+ [ ![ GitHub Forks] ( https://img.shields.io/github/forks/capcom6/android-sms-gateway-py.svg?style=for-the-badge )] ( https://github.com/capcom6/android-sms-gateway-py/network )
7
+ [ ![ PyPI Version] ( https://img.shields.io/pypi/v/android-sms-gateway.svg?style=for-the-badge )] ( https://pypi.org/project/android-sms-gateway/ )
8
+ [ ![ Python Version] ( https://img.shields.io/pypi/pyversions/android-sms-gateway.svg?style=for-the-badge )] ( https://pypi.org/project/android-sms-gateway/ )
9
+ [ ![ Downloads] ( https://img.shields.io/pypi/dm/android-sms-gateway.svg?style=for-the-badge )] ( https://pypi.org/project/android-sms-gateway/ )
10
+
3
11
This is a Python client library for interfacing with the [ Android SMS Gateway] ( https://sms.capcom.me ) API.
4
12
5
13
## Requirements
Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ readme = "README.md"
12
12
license = { text = " Apache-2.0" }
13
13
keywords = [" android" , " sms" , " gateway" ]
14
14
dynamic = [" version" ]
15
+ classifiers = [
16
+ " Development Status :: 4 - Beta" ,
17
+ " Intended Audience :: Developers" ,
18
+ " License :: OSI Approved :: Apache Software License" ,
19
+ " Operating System :: OS Independent" ,
20
+ " Programming Language :: Python :: 3" ,
21
+ " Programming Language :: Python :: 3.6" ,
22
+ " Programming Language :: Python :: 3.7" ,
23
+ " Programming Language :: Python :: 3.8" ,
24
+ " Programming Language :: Python :: 3.9" ,
25
+ " Programming Language :: Python :: 3.10" ,
26
+ " Programming Language :: Python :: 3.11" ,
27
+ " Topic :: Communications :: Telephony" ,
28
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
29
+ " Typing :: Typed" ,
30
+ ]
15
31
16
32
[tool .setuptools .dynamic ]
17
33
version = { attr = " android_sms_gateway.__version__" }
You can’t perform that action at this time.
0 commit comments