pos3 0.1.0__tar.gz → 0.1.0rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pos3-0.1.0 → pos3-0.1.0rc1}/PKG-INFO +3 -5
- {pos3-0.1.0 → pos3-0.1.0rc1}/README.md +2 -4
- {pos3-0.1.0 → pos3-0.1.0rc1}/pos3.egg-info/PKG-INFO +3 -5
- {pos3-0.1.0 → pos3-0.1.0rc1}/pyproject.toml +1 -1
- {pos3-0.1.0 → pos3-0.1.0rc1}/pos3/__init__.py +0 -0
- {pos3-0.1.0 → pos3-0.1.0rc1}/pos3.egg-info/SOURCES.txt +0 -0
- {pos3-0.1.0 → pos3-0.1.0rc1}/pos3.egg-info/dependency_links.txt +0 -0
- {pos3-0.1.0 → pos3-0.1.0rc1}/pos3.egg-info/requires.txt +0 -0
- {pos3-0.1.0 → pos3-0.1.0rc1}/pos3.egg-info/top_level.txt +0 -0
- {pos3-0.1.0 → pos3-0.1.0rc1}/setup.cfg +0 -0
- {pos3-0.1.0 → pos3-0.1.0rc1}/tests/test_s3.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pos3
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0rc1
|
|
4
4
|
Summary: S3 Simple Sync - Make using S3 as simple as using local files
|
|
5
5
|
Author-email: Positronic Robotics <hi@positronic.ro>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -24,9 +24,7 @@ Requires-Dist: pre-commit; extra == "dev"
|
|
|
24
24
|
|
|
25
25
|
**PO**sitronic **S3** — Make using S3 as simple as using local files.
|
|
26
26
|
|
|
27
|
-
`pos3` provides a Pythonic context manager for syncing directories and files with S3. It is designed for data processing pipelines and machine learning workflows where you
|
|
28
|
-
|
|
29
|
-
> The main value of `pos3` is enabling you to pass S3 data to **third-party libraries or legacy scripts** that expect local file paths (e.g., `opencv`, `pandas.read_csv`, or model training scripts). Instead of rewriting their I/O logic to support S3, `pos3` transparently bridges the gap.
|
|
27
|
+
`pos3` provides a Pythonic context manager for syncing directories and files with S3. It is designed for data processing pipelines and machine learning workflows where you want to work with local files but persist data in S3.
|
|
30
28
|
|
|
31
29
|
## Core Concepts
|
|
32
30
|
|
|
@@ -146,7 +144,7 @@ Why use `pos3` instead of other Python libraries?
|
|
|
146
144
|
| **Lifecycle** | **Automated** (Open/Close) | Manual | Manual |
|
|
147
145
|
| **Background Upload** | **Yes** (Non-blocking) | Manual Threading | No (Blocking) |
|
|
148
146
|
| **Local I/O Speed** | **Native** (SSD) | Native | Network Bound (Virtual FS) |
|
|
149
|
-
| **Use Case** | **ML / Pipelines
|
|
147
|
+
| **Use Case** | **ML / Pipelines** | App Development | DataFrames / Interactive |
|
|
150
148
|
|
|
151
149
|
- **vs `boto3`**: `boto3` is the raw AWS SDK. `pos3` wraps it to provide "mirroring" logic, threading, and diffing out of the box.
|
|
152
150
|
- **vs `s3fs`**: `s3fs` treats S3 as a filesystem. `pos3` treats S3 as a persistence layer for your high-speed local storage, ensuring you always get native IO performance.
|
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**PO**sitronic **S3** — Make using S3 as simple as using local files.
|
|
4
4
|
|
|
5
|
-
`pos3` provides a Pythonic context manager for syncing directories and files with S3. It is designed for data processing pipelines and machine learning workflows where you
|
|
6
|
-
|
|
7
|
-
> The main value of `pos3` is enabling you to pass S3 data to **third-party libraries or legacy scripts** that expect local file paths (e.g., `opencv`, `pandas.read_csv`, or model training scripts). Instead of rewriting their I/O logic to support S3, `pos3` transparently bridges the gap.
|
|
5
|
+
`pos3` provides a Pythonic context manager for syncing directories and files with S3. It is designed for data processing pipelines and machine learning workflows where you want to work with local files but persist data in S3.
|
|
8
6
|
|
|
9
7
|
## Core Concepts
|
|
10
8
|
|
|
@@ -124,7 +122,7 @@ Why use `pos3` instead of other Python libraries?
|
|
|
124
122
|
| **Lifecycle** | **Automated** (Open/Close) | Manual | Manual |
|
|
125
123
|
| **Background Upload** | **Yes** (Non-blocking) | Manual Threading | No (Blocking) |
|
|
126
124
|
| **Local I/O Speed** | **Native** (SSD) | Native | Network Bound (Virtual FS) |
|
|
127
|
-
| **Use Case** | **ML / Pipelines
|
|
125
|
+
| **Use Case** | **ML / Pipelines** | App Development | DataFrames / Interactive |
|
|
128
126
|
|
|
129
127
|
- **vs `boto3`**: `boto3` is the raw AWS SDK. `pos3` wraps it to provide "mirroring" logic, threading, and diffing out of the box.
|
|
130
128
|
- **vs `s3fs`**: `s3fs` treats S3 as a filesystem. `pos3` treats S3 as a persistence layer for your high-speed local storage, ensuring you always get native IO performance.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pos3
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0rc1
|
|
4
4
|
Summary: S3 Simple Sync - Make using S3 as simple as using local files
|
|
5
5
|
Author-email: Positronic Robotics <hi@positronic.ro>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -24,9 +24,7 @@ Requires-Dist: pre-commit; extra == "dev"
|
|
|
24
24
|
|
|
25
25
|
**PO**sitronic **S3** — Make using S3 as simple as using local files.
|
|
26
26
|
|
|
27
|
-
`pos3` provides a Pythonic context manager for syncing directories and files with S3. It is designed for data processing pipelines and machine learning workflows where you
|
|
28
|
-
|
|
29
|
-
> The main value of `pos3` is enabling you to pass S3 data to **third-party libraries or legacy scripts** that expect local file paths (e.g., `opencv`, `pandas.read_csv`, or model training scripts). Instead of rewriting their I/O logic to support S3, `pos3` transparently bridges the gap.
|
|
27
|
+
`pos3` provides a Pythonic context manager for syncing directories and files with S3. It is designed for data processing pipelines and machine learning workflows where you want to work with local files but persist data in S3.
|
|
30
28
|
|
|
31
29
|
## Core Concepts
|
|
32
30
|
|
|
@@ -146,7 +144,7 @@ Why use `pos3` instead of other Python libraries?
|
|
|
146
144
|
| **Lifecycle** | **Automated** (Open/Close) | Manual | Manual |
|
|
147
145
|
| **Background Upload** | **Yes** (Non-blocking) | Manual Threading | No (Blocking) |
|
|
148
146
|
| **Local I/O Speed** | **Native** (SSD) | Native | Network Bound (Virtual FS) |
|
|
149
|
-
| **Use Case** | **ML / Pipelines
|
|
147
|
+
| **Use Case** | **ML / Pipelines** | App Development | DataFrames / Interactive |
|
|
150
148
|
|
|
151
149
|
- **vs `boto3`**: `boto3` is the raw AWS SDK. `pos3` wraps it to provide "mirroring" logic, threading, and diffing out of the box.
|
|
152
150
|
- **vs `s3fs`**: `s3fs` treats S3 as a filesystem. `pos3` treats S3 as a persistence layer for your high-speed local storage, ensuring you always get native IO performance.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|