%global _empty_manifest_terminate_build 0 Name: python-smsir Version: 1.0.5 Release: 1 Summary: manage message in www.sms.ir License: MIT License URL: https://github.com/rahimaee/smsir.git Source0: https://mirrors.nju.edu.cn/pypi/web/packages/75/c9/7a45513548182cc90a6a4d75a9ed53d5bd3e50bbb1474527b2cdc139c4a6/smsir-1.0.5.tar.gz BuildArch: noarch Requires: python3-requests Requires: python3-certifi Requires: python3-charset-normalizer Requires: python3-idna Requires: python3-urllib3 %description # smsir smsir is a Python library for using SMS web services (www.sms.ir) All web service [documentation](https://apidocs.sms.ir/) is implemented اس ام اس ای ار یک کتابخانه پایتون برای استفاده از خدمات وب سروریس اس ام اس دات ای ار است تمامی مستند های موجود در وب سرویس پیاده سازی شده است [مستند ها سایت](https://apidocs.sms.ir/) ## Installation Use the package manager [pip](https://pypi.org/project/smsir/) to install smsir. ```bash pip install smsir ``` ## Usage دریافت توکن GET Token ```python from smsir.token import get_token # returns 'TOKEN' get_token(UserApiKey='', SecretKey='') ``` دریافت اعتبار GET credit ```python from smsir.token import get_credit # returns 'credit' get_credit(token='') ``` ارسال پیام به شماره SendByMobileNumber ```python from smsir.sms import send_by_mobile_number # returns 'sms response' send_by_mobile_number(Messages='text', MobileNumbers='09XX', LineNumber='3000XXX', Token='GET Token') ``` ارسال پیام کد تایید Send VerificationCode ```python from smsir.sms import VerificationCode # returns 'sms response' VerificationCode(Code='code', MobileNumber='09XX', Token='GET Token') ``` ارسال پیام فوق سریع send UltraFast ```python from smsir.sms import UltraFastSend # returns 'sms response' parameter_array = [ {"Parameter": "Parameters1", "ParameterValue": "Value1"}, {"Parameter": "Parameters2", "ParameterValue": "Value2"} ] UltraFastSend(ParameterArray=parameter_array, TemplateId='', Token='GET Token') ``` ## License [MIT](https://github.com/rahimaee/smsir/blob/main/LICENSE) %package -n python3-smsir Summary: manage message in www.sms.ir Provides: python-smsir BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-smsir # smsir smsir is a Python library for using SMS web services (www.sms.ir) All web service [documentation](https://apidocs.sms.ir/) is implemented اس ام اس ای ار یک کتابخانه پایتون برای استفاده از خدمات وب سروریس اس ام اس دات ای ار است تمامی مستند های موجود در وب سرویس پیاده سازی شده است [مستند ها سایت](https://apidocs.sms.ir/) ## Installation Use the package manager [pip](https://pypi.org/project/smsir/) to install smsir. ```bash pip install smsir ``` ## Usage دریافت توکن GET Token ```python from smsir.token import get_token # returns 'TOKEN' get_token(UserApiKey='', SecretKey='') ``` دریافت اعتبار GET credit ```python from smsir.token import get_credit # returns 'credit' get_credit(token='') ``` ارسال پیام به شماره SendByMobileNumber ```python from smsir.sms import send_by_mobile_number # returns 'sms response' send_by_mobile_number(Messages='text', MobileNumbers='09XX', LineNumber='3000XXX', Token='GET Token') ``` ارسال پیام کد تایید Send VerificationCode ```python from smsir.sms import VerificationCode # returns 'sms response' VerificationCode(Code='code', MobileNumber='09XX', Token='GET Token') ``` ارسال پیام فوق سریع send UltraFast ```python from smsir.sms import UltraFastSend # returns 'sms response' parameter_array = [ {"Parameter": "Parameters1", "ParameterValue": "Value1"}, {"Parameter": "Parameters2", "ParameterValue": "Value2"} ] UltraFastSend(ParameterArray=parameter_array, TemplateId='', Token='GET Token') ``` ## License [MIT](https://github.com/rahimaee/smsir/blob/main/LICENSE) %package help Summary: Development documents and examples for smsir Provides: python3-smsir-doc %description help # smsir smsir is a Python library for using SMS web services (www.sms.ir) All web service [documentation](https://apidocs.sms.ir/) is implemented اس ام اس ای ار یک کتابخانه پایتون برای استفاده از خدمات وب سروریس اس ام اس دات ای ار است تمامی مستند های موجود در وب سرویس پیاده سازی شده است [مستند ها سایت](https://apidocs.sms.ir/) ## Installation Use the package manager [pip](https://pypi.org/project/smsir/) to install smsir. ```bash pip install smsir ``` ## Usage دریافت توکن GET Token ```python from smsir.token import get_token # returns 'TOKEN' get_token(UserApiKey='', SecretKey='') ``` دریافت اعتبار GET credit ```python from smsir.token import get_credit # returns 'credit' get_credit(token='') ``` ارسال پیام به شماره SendByMobileNumber ```python from smsir.sms import send_by_mobile_number # returns 'sms response' send_by_mobile_number(Messages='text', MobileNumbers='09XX', LineNumber='3000XXX', Token='GET Token') ``` ارسال پیام کد تایید Send VerificationCode ```python from smsir.sms import VerificationCode # returns 'sms response' VerificationCode(Code='code', MobileNumber='09XX', Token='GET Token') ``` ارسال پیام فوق سریع send UltraFast ```python from smsir.sms import UltraFastSend # returns 'sms response' parameter_array = [ {"Parameter": "Parameters1", "ParameterValue": "Value1"}, {"Parameter": "Parameters2", "ParameterValue": "Value2"} ] UltraFastSend(ParameterArray=parameter_array, TemplateId='', Token='GET Token') ``` ## License [MIT](https://github.com/rahimaee/smsir/blob/main/LICENSE) %prep %autosetup -n smsir-1.0.5 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-smsir -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Tue May 30 2023 Python_Bot - 1.0.5-1 - Package Spec generated