%global _empty_manifest_terminate_build 0 Name: python-zadnegoale Version: 0.7.0 Release: 1 Summary: Python wrapper for getting allergen concentration data from Żadnego Ale servers. License: Apache-2.0 License URL: https://github.com/bieniu/zadnegoale Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a4/2e/1c3ce5c4522404ec2983dc6d5dcf09c08f98baab46fddf3f451ac71c7851/zadnegoale-0.7.0.tar.gz BuildArch: noarch Requires: python3-aiohttp Requires: python3-dacite %description [![GitHub Release][releases-shield]][releases] [![PyPI][pypi-releases-shield]][pypi-releases] [![PyPI - Downloads][pypi-downloads]][pypi-statistics] [![Buy me a coffee][buy-me-a-coffee-shield]][buy-me-a-coffee] [![PayPal_Me][paypal-me-shield]][paypal-me] # zadnegoale Python wrapper for getting allergen concentration data from [Żadnego Ale](http://zadnegoale.pl) ## How to use package ```python import asyncio import logging from aiohttp import ClientError, ClientSession from zadnegoale import ApiError, InvalidRegionError, ZadnegoAle REGION = 2 logging.basicConfig(level=logging.DEBUG) async def main(): async with ClientSession() as websession: try: zadnegoale = ZadnegoAle(websession, REGION) data = await zadnegoale.async_update(alerts=True) except (ApiError, ClientError, InvalidRegionError) as error: print(f"Error: {error}") else: print(f"Region: {zadnegoale.region_name}") print(f"Data: {data}") loop = asyncio.new_event_loop() loop.run_until_complete(main()) loop.close() ``` [releases]: https://github.com/bieniu/zadnegoale/releases [releases-shield]: https://img.shields.io/github/release/bieniu/zadnegoale.svg?style=popout [pypi-releases]: https://pypi.org/project/zadnegoale/ [pypi-statistics]: https://pepy.tech/project/zadnegoale [pypi-releases-shield]: https://img.shields.io/pypi/v/zadnegoale [pypi-downloads]: https://pepy.tech/badge/zadnegoale/month [buy-me-a-coffee-shield]: https://img.shields.io/static/v1.svg?label=%20&message=Buy%20me%20a%20coffee&color=6f4e37&logo=buy%20me%20a%20coffee&logoColor=white [buy-me-a-coffee]: https://www.buymeacoffee.com/QnLdxeaqO [paypal-me-shield]: https://img.shields.io/static/v1.svg?label=%20&message=PayPal.Me&logo=paypal [paypal-me]: https://www.paypal.me/bieniu79 %package -n python3-zadnegoale Summary: Python wrapper for getting allergen concentration data from Żadnego Ale servers. Provides: python-zadnegoale BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-zadnegoale [![GitHub Release][releases-shield]][releases] [![PyPI][pypi-releases-shield]][pypi-releases] [![PyPI - Downloads][pypi-downloads]][pypi-statistics] [![Buy me a coffee][buy-me-a-coffee-shield]][buy-me-a-coffee] [![PayPal_Me][paypal-me-shield]][paypal-me] # zadnegoale Python wrapper for getting allergen concentration data from [Żadnego Ale](http://zadnegoale.pl) ## How to use package ```python import asyncio import logging from aiohttp import ClientError, ClientSession from zadnegoale import ApiError, InvalidRegionError, ZadnegoAle REGION = 2 logging.basicConfig(level=logging.DEBUG) async def main(): async with ClientSession() as websession: try: zadnegoale = ZadnegoAle(websession, REGION) data = await zadnegoale.async_update(alerts=True) except (ApiError, ClientError, InvalidRegionError) as error: print(f"Error: {error}") else: print(f"Region: {zadnegoale.region_name}") print(f"Data: {data}") loop = asyncio.new_event_loop() loop.run_until_complete(main()) loop.close() ``` [releases]: https://github.com/bieniu/zadnegoale/releases [releases-shield]: https://img.shields.io/github/release/bieniu/zadnegoale.svg?style=popout [pypi-releases]: https://pypi.org/project/zadnegoale/ [pypi-statistics]: https://pepy.tech/project/zadnegoale [pypi-releases-shield]: https://img.shields.io/pypi/v/zadnegoale [pypi-downloads]: https://pepy.tech/badge/zadnegoale/month [buy-me-a-coffee-shield]: https://img.shields.io/static/v1.svg?label=%20&message=Buy%20me%20a%20coffee&color=6f4e37&logo=buy%20me%20a%20coffee&logoColor=white [buy-me-a-coffee]: https://www.buymeacoffee.com/QnLdxeaqO [paypal-me-shield]: https://img.shields.io/static/v1.svg?label=%20&message=PayPal.Me&logo=paypal [paypal-me]: https://www.paypal.me/bieniu79 %package help Summary: Development documents and examples for zadnegoale Provides: python3-zadnegoale-doc %description help [![GitHub Release][releases-shield]][releases] [![PyPI][pypi-releases-shield]][pypi-releases] [![PyPI - Downloads][pypi-downloads]][pypi-statistics] [![Buy me a coffee][buy-me-a-coffee-shield]][buy-me-a-coffee] [![PayPal_Me][paypal-me-shield]][paypal-me] # zadnegoale Python wrapper for getting allergen concentration data from [Żadnego Ale](http://zadnegoale.pl) ## How to use package ```python import asyncio import logging from aiohttp import ClientError, ClientSession from zadnegoale import ApiError, InvalidRegionError, ZadnegoAle REGION = 2 logging.basicConfig(level=logging.DEBUG) async def main(): async with ClientSession() as websession: try: zadnegoale = ZadnegoAle(websession, REGION) data = await zadnegoale.async_update(alerts=True) except (ApiError, ClientError, InvalidRegionError) as error: print(f"Error: {error}") else: print(f"Region: {zadnegoale.region_name}") print(f"Data: {data}") loop = asyncio.new_event_loop() loop.run_until_complete(main()) loop.close() ``` [releases]: https://github.com/bieniu/zadnegoale/releases [releases-shield]: https://img.shields.io/github/release/bieniu/zadnegoale.svg?style=popout [pypi-releases]: https://pypi.org/project/zadnegoale/ [pypi-statistics]: https://pepy.tech/project/zadnegoale [pypi-releases-shield]: https://img.shields.io/pypi/v/zadnegoale [pypi-downloads]: https://pepy.tech/badge/zadnegoale/month [buy-me-a-coffee-shield]: https://img.shields.io/static/v1.svg?label=%20&message=Buy%20me%20a%20coffee&color=6f4e37&logo=buy%20me%20a%20coffee&logoColor=white [buy-me-a-coffee]: https://www.buymeacoffee.com/QnLdxeaqO [paypal-me-shield]: https://img.shields.io/static/v1.svg?label=%20&message=PayPal.Me&logo=paypal [paypal-me]: https://www.paypal.me/bieniu79 %prep %autosetup -n zadnegoale-0.7.0 %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-zadnegoale -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Wed May 31 2023 Python_Bot - 0.7.0-1 - Package Spec generated