abc-radio-wrapper 0.3.0

Creator: railscoderz

Last updated:

Add to Cart

Description:

abcradiowrapper 0.3.0

ABC Radio Wrapper




API wrapper library for the song history of abc radio channels

Free software: MIT license
Documentation: https://abc-radio-wrapper.readthedocs.io.


Quick Start
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.



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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.