rclone-api 1.0.11__py2.py3-none-any.whl → 1.0.12__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- rclone_api/dir.py +2 -1
- {rclone_api-1.0.11.dist-info → rclone_api-1.0.12.dist-info}/METADATA +1 -1
- {rclone_api-1.0.11.dist-info → rclone_api-1.0.12.dist-info}/RECORD +6 -6
- {rclone_api-1.0.11.dist-info → rclone_api-1.0.12.dist-info}/LICENSE +0 -0
- {rclone_api-1.0.11.dist-info → rclone_api-1.0.12.dist-info}/WHEEL +0 -0
- {rclone_api-1.0.11.dist-info → rclone_api-1.0.12.dist-info}/top_level.txt +0 -0
rclone_api/dir.py
CHANGED
@@ -3,7 +3,6 @@ from typing import Generator
|
|
3
3
|
from rclone_api.dir_listing import DirListing
|
4
4
|
from rclone_api.remote import Remote
|
5
5
|
from rclone_api.rpath import RPath
|
6
|
-
from rclone_api.walk import walk
|
7
6
|
|
8
7
|
|
9
8
|
class Dir:
|
@@ -37,6 +36,8 @@ class Dir:
|
|
37
36
|
|
38
37
|
def walk(self, max_depth: int = -1) -> Generator[DirListing, None, None]:
|
39
38
|
"""List files and directories in the given path."""
|
39
|
+
from rclone_api.walk import walk
|
40
|
+
|
40
41
|
assert self.path.rclone is not None
|
41
42
|
return walk(self, max_depth=max_depth)
|
42
43
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
rclone_api/__init__.py,sha256=YH7KQaPwUiJWJiRf0NRKD7XHhMXsxWdXDjt9WLSwdjA,265
|
2
2
|
rclone_api/cli.py,sha256=dibfAZIh0kXWsBbfp3onKLjyZXo54mTzDjUdzJlDlWo,231
|
3
3
|
rclone_api/config.py,sha256=UujjDNcpwgipgdyFPMhC3zikvlsrurUvvZiwXm5NlPg,471
|
4
|
-
rclone_api/dir.py,sha256=
|
4
|
+
rclone_api/dir.py,sha256=rd40egerhoKGAdIKfeGh_P70fSDzMo-EiTl0euABGOU,1497
|
5
5
|
rclone_api/dir_listing.py,sha256=NWleKHCCRW7_eh9JfRwE6r3QbjmiHD5ZEGQcd2vm4uY,458
|
6
6
|
rclone_api/file.py,sha256=409neYPfCUKQX2w7Uw7_D0wR2PtH42srNe9u_nnOLxM,925
|
7
7
|
rclone_api/rclone.py,sha256=EUsLW5qcipI5RzhpHUd0PQqQow43m2uKJmNgVR8ZBuU,2859
|
@@ -11,8 +11,8 @@ rclone_api/types.py,sha256=Yp15HrjwZonSQhE323R0WP7fA4NWqKjAfM7z3OwHpWI,518
|
|
11
11
|
rclone_api/util.py,sha256=EXnijLLdFHqwoZvHrZdqeM8r6T7ad9-pN7qBN1b0I_g,1465
|
12
12
|
rclone_api/walk.py,sha256=3GKnu9P5aPNiftfoi52U7wo1wixZxwxdqqS0_IlMGCE,2816
|
13
13
|
rclone_api/assets/example.txt,sha256=lTBovRjiz0_TgtAtbA1C5hNi2ffbqnNPqkKg6UiKCT8,54
|
14
|
-
rclone_api-1.0.
|
15
|
-
rclone_api-1.0.
|
16
|
-
rclone_api-1.0.
|
17
|
-
rclone_api-1.0.
|
18
|
-
rclone_api-1.0.
|
14
|
+
rclone_api-1.0.12.dist-info/LICENSE,sha256=b6pOoifSXiUaz_lDS84vWlG3fr4yUKwB8fzkrH9R8bQ,1064
|
15
|
+
rclone_api-1.0.12.dist-info/METADATA,sha256=fkbaFAbZssh_WIKBJs-M1VNNUf3o3YKcEo3wIYDGO8o,1245
|
16
|
+
rclone_api-1.0.12.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
17
|
+
rclone_api-1.0.12.dist-info/top_level.txt,sha256=EvZ7uuruUpe9RiUyEp25d1Keq7PWYNT0O_-mr8FCG5g,11
|
18
|
+
rclone_api-1.0.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|