Skip to content

Commit

Permalink
use pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jun 2, 2024
1 parent b0ea83d commit fb1aa88
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,7 @@ venv.bak/
noresults.txt
*.ini
*.txt
*.json
*.json

#PDM
.pdm-python
13 changes: 8 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
spotify_to_ytmusic
####################

.. image:: https://img.shields.io/pypi/dm/spotify_to_ytmusic?style=flat-square
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/spotify_to_ytmusic?style=flat-square
:alt: PyPI Downloads
:target: https://pypi.org/project/spotify_to_ytmusic/

.. image:: https://img.shields.io/github/discussions/sigma67/spotify_to_ytmusic?style=flat-square
.. |discuss| image:: https://img.shields.io/github/discussions/sigma67/spotify_to_ytmusic?style=flat-square
:alt: Ask questions at Discussions
:target: https://github.com/sigma67/spotify_to_ytmusic/discussions

.. image:: https://img.shields.io/codecov/c/github/sigma67/spotify_to_ytmusic?style=flat-square
.. |code-coverage| image:: https://img.shields.io/codecov/c/github/sigma67/spotify_to_ytmusic?style=flat-square
:alt: Code coverage
:target: https://codecov.io/gh/sigma67/spotify_to_ytmusic

.. image:: https://img.shields.io/github/v/release/sigma67/spotify_to_ytmusic?style=flat-square
.. |latest-release| image:: https://img.shields.io/github/v/release/sigma67/spotify_to_ytmusic?style=flat-square
:alt: Latest release
:target: https://github.com/sigma67/spotify_to_ytmusic/releases/latest

.. image:: https://img.shields.io/github/commits-since/sigma67/spotify_to_ytmusic/latest?style=flat-square
.. |commits-since-latest| image:: https://img.shields.io/github/commits-since/sigma67/spotify_to_ytmusic/latest?style=flat-square
:alt: Commits since latest release
:target: https://github.com/sigma67/spotify_to_ytmusic/commits


|pypi-downloads| |discuss| |code-coverage| |latest-release| |commits-since-latest|

A simple command line script to clone a Spotify playlist to YouTube Music.

- Transfer a single Spotify playlist
Expand Down
Loading

0 comments on commit fb1aa88

Please sign in to comment.