معرفی شرکت ها


abc-radio-wrapper-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

API wrapper library for the song history of ABC radio channels
ویژگی مقدار
سیستم عامل -
نام فایل abc-radio-wrapper-0.3.0
نام abc-radio-wrapper
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Matthew Burke
ایمیل نویسنده mperoburke@gmail.com
آدرس صفحه اصلی https://github.com/MatthewBurke1995/ABC-Radio-Wrapper
آدرس اینترنتی https://pypi.org/project/abc-radio-wrapper/
مجوز MIT license
================= ABC Radio Wrapper ================= .. image:: https://img.shields.io/pypi/v/abc_radio_wrapper.svg :target: https://pypi.python.org/pypi/abc_radio_wrapper .. image:: https://img.shields.io/travis/matthewburke1995/abc_radio_wrapper.svg :target: https://travis-ci.com/matthewburke1995/abc_radio_wrapper .. image:: https://readthedocs.org/projects/abc-radio-wrapper/badge/?version=latest :target: https://abc-radio-wrapper.readthedocs.io/en/latest/?version=latest :alt: Documentation Status .. image:: https://raw.githubusercontent.com/MatthewBurke1995/ABC-Radio-Wrapper/main/docs/coverage.svg API wrapper library for the song history of abc radio channels * Free software: MIT license * Documentation: https://abc-radio-wrapper.readthedocs.io. Quick Start ----------- .. code-block:: python import abc_radio_wrapper ABC = abc_radio_wrapper.ABCRadio() search_result = ABC.search(station="triplej") for radio_play in search_result.radio_songs: print(radio_play.song.title) for artist in radio_play.song.artists: print(artist.name) Features -------- - Use python to search through the radio catalogue of triplej, ABC jazz, doublej and more! - full type coverage for fast type hints on modern IDE's - >90% test coverage TODO ---- - Pull out dataclasses into seperate class files - Pull out unittests into seperate files - Add async queries Credits ------- This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage ======= History ======= 0.1.0 (2023-01-18) ------------------ * First added to github * First added to pypi 0.1.1 (2023-01-21) ------------------ * Passing build on readthedocs 0.1.2 (TBA) * Add usage documentation * Add docstrings on all functions (pass pydocstyle audit) 0.2.0 (TBA) ----------- * Include iteration through search results * Include async requests 0.3.0 (TBA) ----------- * Add github actions for automatic testing 1.0.0 (TBA) -----------


نیازمندی

مقدار نام
>=2.27.1 requests
>=0.991 mypy
>=2.28.11.8 types-requests
>=4.4.0 typing-extensions
>=2.27.1 requests
>=22.12.0 black
>==6.0.0 flake8
- sphinx
- sphinx-rtd-theme
- interrogate
- coverage
- isort


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl abc-radio-wrapper-0.3.0:

    pip install abc-radio-wrapper-0.3.0.whl


نصب پکیج tar.gz abc-radio-wrapper-0.3.0:

    pip install abc-radio-wrapper-0.3.0.tar.gz