Skip to content

Commit 7626a9f

Browse files
committed
v1.0.1
1 parent 9b34e6b commit 7626a9f

File tree

11 files changed

+68
-63
lines changed

11 files changed

+68
-63
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

MANIFEST

Lines changed: 0 additions & 4 deletions
This file was deleted.

PKG-INFO

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Metadata-Version: 1.1
2+
Name: youtube-python
3+
Version: 1.0.1
4+
Summary: Python Youtube Data API v3
5+
Home-page: https://github.com/rohitkhatri/youtube-python
6+
Author: Rohit Khatri
7+
Author-email: [email protected]
8+
License: GPL
9+
Description: # youtube-python
10+
YouTube Api wrapper in python
11+
12+
Keywords: youtube data api python v3
13+
Platform: UNKNOWN
14+
Classifier: Development Status :: 4 - Beta
15+
Classifier: Intended Audience :: Developers
16+
Classifier: Operating System :: OS Independent
17+
Classifier: Programming Language :: Python :: 2
18+
Classifier: Programming Language :: Python :: 2.6
19+
Classifier: Programming Language :: Python :: 2.7
20+
Classifier: Programming Language :: Python :: 3
21+
Classifier: Programming Language :: Python :: 3.3
22+
Classifier: Programming Language :: Python :: 3.4
23+
Classifier: Programming Language :: Python :: 3.5
24+
Classifier: Operating System :: OS Independent
25+
Classifier: Topic :: Software Development :: Libraries :: Python Modules

README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.cfg

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[bdist_wheel]
2-
# This flag says that the code is written to work on both Python 2 and Python
3-
# 3. If at all possible, it is good practice to do this. If you cannot, you
4-
# will need to generate wheels for each Python version that you support.
5-
universal=1
2+
universal = 1
3+
4+
[egg_info]
5+
tag_date = 0
6+
tag_build =
7+
tag_svn_revision = 0
8+

youtube_python.egg-info/PKG-INFO

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Metadata-Version: 1.1
2+
Name: youtube-python
3+
Version: 1.0.1
4+
Summary: Python Youtube Data API v3
5+
Home-page: https://github.com/rohitkhatri/youtube-python
6+
Author: Rohit Khatri
7+
Author-email: [email protected]
8+
License: GPL
9+
Description: # youtube-python
10+
YouTube Api wrapper in python
11+
12+
Keywords: youtube data api python v3
13+
Platform: UNKNOWN
14+
Classifier: Development Status :: 4 - Beta
15+
Classifier: Intended Audience :: Developers
16+
Classifier: Operating System :: OS Independent
17+
Classifier: Programming Language :: Python :: 2
18+
Classifier: Programming Language :: Python :: 2.6
19+
Classifier: Programming Language :: Python :: 2.7
20+
Classifier: Programming Language :: Python :: 3
21+
Classifier: Programming Language :: Python :: 3.3
22+
Classifier: Programming Language :: Python :: 3.4
23+
Classifier: Programming Language :: Python :: 3.5
24+
Classifier: Operating System :: OS Independent
25+
Classifier: Topic :: Software Development :: Libraries :: Python Modules

youtube_python.egg-info/SOURCES.txt

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

youtube_python.egg-info/requires.txt

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

youtube_python.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)