andreztz / pyradios

Client for the Radio Browser API
https://api.radio-browser.info/
MIT License
62 stars 22 forks source link

Migrate HTTP client library to httpx #70

Closed andreztz closed 11 months ago

andreztz commented 11 months ago

Changes:

Reason:

The switch from the default HTTP client library, requests, to httpx aims to modernize the project's underlying infrastructure, providing a more up-to-date and flexible foundation. This update also opens the possibility of implementing asynchronous functionalities in the future. It's a significant step to align the project with modern development practices and ensure greater flexibility for future expansions.