API wrapper library for the song history of abc radio channels
Project description
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)
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
Built Distribution
File details
Details for the file abc_radio_wrapper-0.2.1.tar.gz
.
File metadata
- Download URL: abc_radio_wrapper-0.2.1.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 004aa230ea653c7961c78cba682e5148e5b143431512a57e68ac4990cd8534b3 |
|
MD5 | ce4332f0c6fac54dd5d600c4231c7a0f |
|
BLAKE2b-256 | 9e48c604d026e75a8ed523bdb55c3a8c0f351fbac67f65b5c5443a287027ac08 |
File details
Details for the file abc_radio_wrapper-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: abc_radio_wrapper-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96711758c8bc3f31da45bcd64d0d70bf2f5634edc457637bf945b32089fb305a |
|
MD5 | cbc76ecd6e2e809bc18411dd7a76677b |
|
BLAKE2b-256 | 480fdb264025128a8f74430e782a62395f5e6d58c5e59cbe29d233f14db7d02f |