You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

s3path

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3path - pypi Package Compare versions

Comparing version
0.6.0
to
0.6.1
+12
-2
PKG-INFO

@@ -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

+1
-1

@@ -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 @@

@@ -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',