File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 4
4
<a href =" https://github.com/SilkePilon/youdotcom/ " ><img src =" https://github.com/SilkePilon/youdotcom/blob/main/youdotcom.png?raw=true " alt =" Markdownify " width =" 200 " ></a >
5
5
<br >
6
6
<br >
7
- YouDotCom for python v1.0.21
7
+ YouDotCom for python v1.0.22
8
8
<br >
9
9
</h1 >
10
10
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ build-backend = "poetry.core.masonry.api"
5
5
6
6
[tool .poetry ]
7
7
name = " youdotcom"
8
- version = " 1.0.21 "
9
- description = " unofficial api wrapper for you.com and all of its apps"
8
+ version = " 1.0.22 "
9
+ description = " official api wrapper for you.com and all of its apps"
10
10
readme = " README.md"
11
- authors = [
" youdotcom <[email protected] >" ]
11
+ authors = [
" SilkePilon <[email protected] >" ]
12
12
license = " MIT"
13
- repository = " https://github.com/silkepilon/youdotcom "
14
- homepage = " https://github.com/silkepilon/youdotcom "
13
+ repository = " https://github.com/You-OpenSource/You-Python "
14
+ homepage = " https://github.com/You-OpenSource/You-Python "
15
15
16
16
# Keywords description https://python-poetry.org/docs/pyproject/#keywords
17
17
keywords = [] # ! Update me
Original file line number Diff line number Diff line change 1
- import os
2
- import sys
3
- import time
4
-
5
- from click_shell import shell
6
-
7
- import youdotcom
1
+ from youdotcom import Webdriver
You can’t perform that action at this time.
0 commit comments