Skip to content

Commit

Permalink
Deprecated CLI and updated README
Browse files Browse the repository at this point in the history
Co-authored-by: Cheran <[email protected]>
  • Loading branch information
csjiang and cheran-senthil committed Dec 30, 2021
1 parent 03fda7f commit a309b2e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 27 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,40 @@ Why open [Audius](audius.co) when you can browse and listen from the comfort of
Supported/tested platforms: MacOS 12+ 

## Install

📝 Prerequisites:
*[Homebrew](https://brew.sh/)

-[Homebrew](https://brew.sh/)

```
$ brew tap audiusproject/audius-cli
$ brew install audius
```

## Features ✨
* ▶️ Play Trending tracks 🚀
* 🔎 Search Users 👥, Tracks 🎵, and Playlists 📜
* ▶️ Play Users' Favorited, Reposted, and Uploaded Tracks
* 💻 Terminal UI implemented in [py_cui](https://github.com/jwlodek/py_cui)
## Features ✨

- ▶️ Play Trending tracks 🚀
- 🔎 Search Users 👥, Tracks 🎵, and Playlists 📜
- ▶️ Play Users' Favorited, Reposted, and Uploaded Tracks
- 💻 Terminal UI implemented in [py_cui](https://github.com/jwlodek/py_cui)

## Develop 🧑‍💻

📝 Prerequisites:
* Python 3.9+ 🐍

- Python 3.9+ 🐍

```sh
python -m venv .
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m src
```

## Build & Release 📦 🚢

1. Bump version in [`setup.cfg`](setup.cfg)
2. Make a GitHub tagged release with the new version
3. Update [release URL and SHA](https://github.com/AudiusProject/homebrew-audius-cli/blob/main/Formula/audius.rb#L6-L7) in [homebrew-audius-cli](https://github.com/AudiusProject/homebrew-audius-cli)

Created with ❤️, 🍕, and 🍾 (last but not least) for the Audius Engineering Team Hackathon 2021.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
black==21.12b0
certifi==2021.10.8
charset-normalizer==2.0.9
click==8.0.3
flake8==4.0.1
idna==3.3
mccabe==0.6.1
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ python_requires = >=3.9,<4
install_requires =
certifi==2021.10.8
charset-normalizer==2.0.9
click==8.0.3
idna==3.3
pathspec==0.9.0
py-cui==0.1.4
Expand Down
Empty file removed src/cli/__init__.py
Empty file.
Empty file removed src/cli/commands/__init__.py
Empty file.
17 changes: 0 additions & 17 deletions src/cli/commands/trending.py

This file was deleted.

0 comments on commit a309b2e

Please sign in to comment.