s3path
Advanced tools
+12
-2
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.4 | ||
| Name: s3path | ||
| Version: 0.6.0 | ||
| Version: 0.6.1 | ||
| Home-page: https://github.com/liormizr/s3path | ||
@@ -24,2 +24,12 @@ Author: Lior Mizrahi | ||
| Requires-Dist: smart-open>=5.1.0 | ||
| Dynamic: author | ||
| Dynamic: author-email | ||
| Dynamic: classifier | ||
| Dynamic: description | ||
| Dynamic: description-content-type | ||
| Dynamic: home-page | ||
| Dynamic: license | ||
| Dynamic: license-file | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
@@ -26,0 +36,0 @@ S3Path |
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.4 | ||
| Name: s3path | ||
| Version: 0.6.0 | ||
| Version: 0.6.1 | ||
| Home-page: https://github.com/liormizr/s3path | ||
@@ -24,2 +24,12 @@ Author: Lior Mizrahi | ||
| Requires-Dist: smart-open>=5.1.0 | ||
| Dynamic: author | ||
| Dynamic: author-email | ||
| Dynamic: classifier | ||
| Dynamic: description | ||
| Dynamic: description-content-type | ||
| Dynamic: home-page | ||
| Dynamic: license | ||
| Dynamic: license-file | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
@@ -26,0 +36,0 @@ S3Path |
@@ -8,3 +8,3 @@ """ | ||
| __version__ = '0.6.0' | ||
| __version__ = '0.6.1' | ||
| __all__ = ( | ||
@@ -11,0 +11,0 @@ 'Path', |
@@ -268,3 +268,4 @@ import sys | ||
| with scandir(path) as scandir_iter: | ||
| return [entry.name for entry in scandir_iter] | ||
| for entry in scandir_iter: | ||
| yield entry.name | ||
@@ -271,0 +272,0 @@ |
+1
-1
@@ -8,3 +8,3 @@ #!/usr/bin/env python | ||
| name='s3path', | ||
| version='0.6.0', | ||
| version='0.6.1', | ||
| url='https://github.com/liormizr/s3path', | ||
@@ -11,0 +11,0 @@ author='Lior Mizrahi', |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
176345
0.25%3356
0.03%