Releases: antazoey/audius-py
Releases · antazoey/audius-py
audius-py 0.1.6
What's Changed
- feat: support for Python 3.11, 3.12, and 3.13 by @antazoey in #5
- feat: Simplify importing and initializing App with app name by @antazoey in #6
- feat:
audius play
command and allow playing random tracks when not given ID by @antazoey in #8 - refactor: don't use pager for hosts by @antazoey in #9
- refactor: use cyclopts instead of click for CLI by @antazoey in #10
Full Changelog: 0.1.5...0.1.6
audius-py 0.1.5
- Fix issue where player option was unnecessarily required in the CLI
- Refactored to use
afplay-py
library for theafplay
-based player.
audius-py 0.1.4
- New "player" architecture so that more player types can be added.
- Support for
afplay
as a player option
Audius 0.1.3
- A way to create the main CLI group with your own SDK instance, for integration purposes.
- New CLI command:
audius config app-name
to show the configured app name. - A config class for managing all configuration.
- The beginning of the notion of aliases, which will be useful for storing IDs.
audius-py 0.1.2
- Switch back to
setup.py
audius-py 0.1.1
- dependencies fix
audius-py 0.1.0
- Basic CLI / SDK commands for users, playlists, tracks, and tips.
- Play / Stream a track from Audius into your terminal or Python session.
- Download track feature.