Skip to main content

API wrapper library for the song history of ABC radio channels

Project description

ABC Radio Wrapper

https://img.shields.io/pypi/v/abc_radio_wrapper.svg https://img.shields.io/travis/matthewburke1995/abc_radio_wrapper.svg Documentation Status https://raw.githubusercontent.com/MatthewBurke1995/ABC-Radio-Wrapper/main/docs/coverage.svg

API wrapper library for the song history of abc radio channels

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abc_radio_wrapper-0.3.0.tar.gz (24.0 kB view details)

Uploaded Source

Built Distribution

abc_radio_wrapper-0.3.0-py2.py3-none-any.whl (7.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file abc_radio_wrapper-0.3.0.tar.gz.

File metadata

  • Download URL: abc_radio_wrapper-0.3.0.tar.gz
  • Upload date:
  • Size: 24.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for abc_radio_wrapper-0.3.0.tar.gz
Algorithm Hash digest
SHA256 41eba4ec43acf2e68976107b94485ffcd87a91b90f59131f0522c35584c82085
MD5 ddd9b9716a3a635165ba9738839b7439
BLAKE2b-256 7a06e645451d889f86497076a6362aa97a52e2b04c46b2b5b5285f84a10ffacf

See more details on using hashes here.

File details

Details for the file abc_radio_wrapper-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for abc_radio_wrapper-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 15b4966ecb991593477e06fad2e00bde250e07881f36a38b9a5b4d874d43dc7d
MD5 716dae0017d1b4bf79119f65ffe90ee6
BLAKE2b-256 d57a10fa148fd14b8bccc27884e50b51316884ba76da281cc5393fcf9c88505a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page