cloudcat 0.2.1__tar.gz → 0.2.2__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.
- {cloudcat-0.2.1 → cloudcat-0.2.2}/PKG-INFO +7 -5
- {cloudcat-0.2.1 → cloudcat-0.2.2}/README.md +6 -4
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/__init__.py +1 -1
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat.egg-info/PKG-INFO +7 -5
- {cloudcat-0.2.1 → cloudcat-0.2.2}/LICENSE +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/cli.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/compression.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/config.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/filtering.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/formatters.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/readers/__init__.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/readers/avro.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/readers/csv.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/readers/json.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/readers/orc.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/readers/parquet.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/readers/text.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/storage/__init__.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/storage/azure.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/storage/base.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/storage/gcs.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat/storage/s3.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat.egg-info/SOURCES.txt +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat.egg-info/dependency_links.txt +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat.egg-info/entry_points.txt +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat.egg-info/requires.txt +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/cloudcat.egg-info/top_level.txt +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/pyproject.toml +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/setup.cfg +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/setup.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/__init__.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/conftest.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_cli.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_compression.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_config.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_data_reading.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_file_filtering.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_filtering.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_format_detection.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_integration.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_output_formatting.py +0 -0
- {cloudcat-0.2.1 → cloudcat-0.2.2}/tests/test_path_parsing.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudcat
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Preview and analyze data files in Google Cloud Storage, AWS S3, and Azure Blob Storage from your terminal
|
|
5
5
|
Home-page: https://github.com/jonathansudhakar1/cloudcat
|
|
6
6
|
Author: Jonathan Sudhakar
|
|
@@ -117,9 +117,9 @@ Dynamic: summary
|
|
|
117
117
|
|
|
118
118
|
## Installation
|
|
119
119
|
|
|
120
|
-
### Homebrew (macOS)
|
|
120
|
+
### Homebrew (macOS Apple Silicon)
|
|
121
121
|
|
|
122
|
-
The easiest way to install on
|
|
122
|
+
The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
|
|
123
123
|
|
|
124
124
|
```bash
|
|
125
125
|
brew install jonathansudhakar1/cloudcat/cloudcat
|
|
@@ -127,6 +127,8 @@ brew install jonathansudhakar1/cloudcat/cloudcat
|
|
|
127
127
|
|
|
128
128
|
This installs a self-contained binary that includes Python and all dependencies.
|
|
129
129
|
|
|
130
|
+
> **Intel Mac users:** Homebrew bottles are not available for Intel. Please use `pip install 'cloudcat[all]'` instead.
|
|
131
|
+
|
|
130
132
|
To upgrade:
|
|
131
133
|
|
|
132
134
|
```bash
|
|
@@ -170,8 +172,8 @@ pip install --upgrade 'cloudcat[all]'
|
|
|
170
172
|
|
|
171
173
|
### Requirements
|
|
172
174
|
|
|
173
|
-
- **Homebrew**: macOS (Intel
|
|
174
|
-
- **pip**: Python 3.7+
|
|
175
|
+
- **Homebrew**: macOS (Apple Silicon only). Intel Mac users should use pip.
|
|
176
|
+
- **pip**: Python 3.7+ (all platforms)
|
|
175
177
|
- Cloud provider credentials configured (see [Authentication](#authentication))
|
|
176
178
|
|
|
177
179
|
## Quick Start
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
|
|
41
41
|
## Installation
|
|
42
42
|
|
|
43
|
-
### Homebrew (macOS)
|
|
43
|
+
### Homebrew (macOS Apple Silicon)
|
|
44
44
|
|
|
45
|
-
The easiest way to install on
|
|
45
|
+
The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
|
|
46
46
|
|
|
47
47
|
```bash
|
|
48
48
|
brew install jonathansudhakar1/cloudcat/cloudcat
|
|
@@ -50,6 +50,8 @@ brew install jonathansudhakar1/cloudcat/cloudcat
|
|
|
50
50
|
|
|
51
51
|
This installs a self-contained binary that includes Python and all dependencies.
|
|
52
52
|
|
|
53
|
+
> **Intel Mac users:** Homebrew bottles are not available for Intel. Please use `pip install 'cloudcat[all]'` instead.
|
|
54
|
+
|
|
53
55
|
To upgrade:
|
|
54
56
|
|
|
55
57
|
```bash
|
|
@@ -93,8 +95,8 @@ pip install --upgrade 'cloudcat[all]'
|
|
|
93
95
|
|
|
94
96
|
### Requirements
|
|
95
97
|
|
|
96
|
-
- **Homebrew**: macOS (Intel
|
|
97
|
-
- **pip**: Python 3.7+
|
|
98
|
+
- **Homebrew**: macOS (Apple Silicon only). Intel Mac users should use pip.
|
|
99
|
+
- **pip**: Python 3.7+ (all platforms)
|
|
98
100
|
- Cloud provider credentials configured (see [Authentication](#authentication))
|
|
99
101
|
|
|
100
102
|
## Quick Start
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudcat
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Preview and analyze data files in Google Cloud Storage, AWS S3, and Azure Blob Storage from your terminal
|
|
5
5
|
Home-page: https://github.com/jonathansudhakar1/cloudcat
|
|
6
6
|
Author: Jonathan Sudhakar
|
|
@@ -117,9 +117,9 @@ Dynamic: summary
|
|
|
117
117
|
|
|
118
118
|
## Installation
|
|
119
119
|
|
|
120
|
-
### Homebrew (macOS)
|
|
120
|
+
### Homebrew (macOS Apple Silicon)
|
|
121
121
|
|
|
122
|
-
The easiest way to install on
|
|
122
|
+
The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
|
|
123
123
|
|
|
124
124
|
```bash
|
|
125
125
|
brew install jonathansudhakar1/cloudcat/cloudcat
|
|
@@ -127,6 +127,8 @@ brew install jonathansudhakar1/cloudcat/cloudcat
|
|
|
127
127
|
|
|
128
128
|
This installs a self-contained binary that includes Python and all dependencies.
|
|
129
129
|
|
|
130
|
+
> **Intel Mac users:** Homebrew bottles are not available for Intel. Please use `pip install 'cloudcat[all]'` instead.
|
|
131
|
+
|
|
130
132
|
To upgrade:
|
|
131
133
|
|
|
132
134
|
```bash
|
|
@@ -170,8 +172,8 @@ pip install --upgrade 'cloudcat[all]'
|
|
|
170
172
|
|
|
171
173
|
### Requirements
|
|
172
174
|
|
|
173
|
-
- **Homebrew**: macOS (Intel
|
|
174
|
-
- **pip**: Python 3.7+
|
|
175
|
+
- **Homebrew**: macOS (Apple Silicon only). Intel Mac users should use pip.
|
|
176
|
+
- **pip**: Python 3.7+ (all platforms)
|
|
175
177
|
- Cloud provider credentials configured (see [Authentication](#authentication))
|
|
176
178
|
|
|
177
179
|
## Quick Start
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|