Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 4fd7131

Browse files
committed
n
1 parent 771d401 commit 4fd7131

File tree

12 files changed

+52
-3
lines changed

12 files changed

+52
-3
lines changed

LICENCE

Whitespace-only changes.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include LICENCE README.md

dist/mmdl-0.0.2-py3-none-any.whl

1.51 KB
Binary file not shown.

dist/mmdl-0.0.2.tar.gz

1.59 KB
Binary file not shown.

mmdl.egg-info/PKG-INFO

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Metadata-Version: 2.1
2+
Name: mmdl
3+
Version: 0.0.2
4+
Summary: MMDL [Mega Music Downloader] - A tool to easily download music.
5+
Home-page: UNKNOWN
6+
Author: techboy-coder
7+
License: UNKNOWN
8+
Keywords: python,audio,download,youtube,cli,tool
9+
Platform: UNKNOWN
10+
Classifier: Development Status :: 3 - Alpha
11+
Classifier: License :: OSI Approved :: MIT License
12+
Classifier: Natural Language :: English
13+
Classifier: Operating System :: OS Independent
14+
Classifier: Programming Language :: Python :: 3.9
15+
Description-Content-Type: text/markdown
16+
17+
18+
# mmdl
19+
20+
Mmdl [Mega Music Downloader] - A tool to easily download music.
21+
22+

mmdl.egg-info/SOURCES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
README.md
2+
setup.py
3+
mmdl.egg-info/PKG-INFO
4+
mmdl.egg-info/SOURCES.txt
5+
mmdl.egg-info/dependency_links.txt
6+
mmdl.egg-info/entry_points.txt
7+
mmdl.egg-info/requires.txt
8+
mmdl.egg-info/top_level.txt

mmdl.egg-info/dependency_links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

mmdl.egg-info/entry_points.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[mmdl]
2+
mmdl = mmdl.cli:main
3+

mmdl.egg-info/requires.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ytmusicapi==0.18.0
2+
youtube_dl==2021.6.6
3+
click_help_colors==0.9.1
4+
lxml==4.6.3
5+
click==8.0.1
6+
youtube_search_python==1.4.6
7+
eyed3==0.9.6
8+
questionary==1.10.0
9+
rich==10.6.0

mmdl.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)