cloudcat 0.2.0__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.
Files changed (42) hide show
  1. {cloudcat-0.2.0 → cloudcat-0.2.2}/PKG-INFO +44 -9
  2. {cloudcat-0.2.0 → cloudcat-0.2.2}/README.md +43 -8
  3. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/__init__.py +1 -1
  4. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat.egg-info/PKG-INFO +44 -9
  5. {cloudcat-0.2.0 → cloudcat-0.2.2}/LICENSE +0 -0
  6. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/cli.py +0 -0
  7. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/compression.py +0 -0
  8. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/config.py +0 -0
  9. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/filtering.py +0 -0
  10. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/formatters.py +0 -0
  11. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/readers/__init__.py +0 -0
  12. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/readers/avro.py +0 -0
  13. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/readers/csv.py +0 -0
  14. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/readers/json.py +0 -0
  15. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/readers/orc.py +0 -0
  16. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/readers/parquet.py +0 -0
  17. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/readers/text.py +0 -0
  18. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/storage/__init__.py +0 -0
  19. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/storage/azure.py +0 -0
  20. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/storage/base.py +0 -0
  21. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/storage/gcs.py +0 -0
  22. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat/storage/s3.py +0 -0
  23. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat.egg-info/SOURCES.txt +0 -0
  24. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat.egg-info/dependency_links.txt +0 -0
  25. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat.egg-info/entry_points.txt +0 -0
  26. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat.egg-info/requires.txt +0 -0
  27. {cloudcat-0.2.0 → cloudcat-0.2.2}/cloudcat.egg-info/top_level.txt +0 -0
  28. {cloudcat-0.2.0 → cloudcat-0.2.2}/pyproject.toml +0 -0
  29. {cloudcat-0.2.0 → cloudcat-0.2.2}/setup.cfg +0 -0
  30. {cloudcat-0.2.0 → cloudcat-0.2.2}/setup.py +0 -0
  31. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/__init__.py +0 -0
  32. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/conftest.py +0 -0
  33. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_cli.py +0 -0
  34. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_compression.py +0 -0
  35. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_config.py +0 -0
  36. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_data_reading.py +0 -0
  37. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_file_filtering.py +0 -0
  38. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_filtering.py +0 -0
  39. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_format_detection.py +0 -0
  40. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_integration.py +0 -0
  41. {cloudcat-0.2.0 → cloudcat-0.2.2}/tests/test_output_formatting.py +0 -0
  42. {cloudcat-0.2.0 → 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.0
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
@@ -88,7 +88,8 @@ Dynamic: summary
88
88
  <p align="center">
89
89
  <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/v/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="PyPI version"></a>
90
90
  <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/pyversions/cloudcat.svg?style=flat-square&logo=python&logoColor=white" alt="Python versions"></a>
91
- <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/dm/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="Downloads"></a>
91
+ <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/dm/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="PyPI Downloads"></a>
92
+ <a href="https://github.com/jonathansudhakar1/cloudcat/releases"><img src="https://img.shields.io/github/downloads/jonathansudhakar1/cloudcat/total.svg?style=flat-square&logo=homebrew&logoColor=white&label=homebrew" alt="Homebrew Downloads"></a>
92
93
  <a href="https://github.com/jonathansudhakar1/cloudcat/blob/main/LICENSE"><img src="https://img.shields.io/github/license/jonathansudhakar1/cloudcat.svg?style=flat-square" alt="License"></a>
93
94
  </p>
94
95
 
@@ -116,29 +117,63 @@ Dynamic: summary
116
117
 
117
118
  ## Installation
118
119
 
120
+ ### Homebrew (macOS Apple Silicon)
121
+
122
+ The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
123
+
124
+ ```bash
125
+ brew install jonathansudhakar1/cloudcat/cloudcat
126
+ ```
127
+
128
+ This installs a self-contained binary that includes Python and all dependencies.
129
+
130
+ > **Intel Mac users:** Homebrew bottles are not available for Intel. Please use `pip install 'cloudcat[all]'` instead.
131
+
132
+ To upgrade:
133
+
134
+ ```bash
135
+ brew upgrade cloudcat
136
+ ```
137
+
138
+ > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
139
+ > ```bash
140
+ > xattr -d com.apple.quarantine $(which cloudcat)
141
+ > ```
142
+
143
+ ### pip (Python)
144
+
119
145
  ```bash
146
+ # Full installation with all formats and compression
147
+ pip install 'cloudcat[all]'
148
+
120
149
  # Standard installation (includes GCS, S3, and Azure support)
121
150
  pip install cloudcat
122
151
 
123
152
  # With Parquet file support
124
- pip install cloudcat[parquet]
153
+ pip install 'cloudcat[parquet]'
125
154
 
126
155
  # With Avro file support
127
- pip install cloudcat[avro]
156
+ pip install 'cloudcat[avro]'
128
157
 
129
158
  # With ORC file support (uses pyarrow)
130
- pip install cloudcat[orc]
159
+ pip install 'cloudcat[orc]'
131
160
 
132
161
  # With compression support (zstd, lz4, snappy)
133
- pip install cloudcat[compression]
162
+ pip install 'cloudcat[compression]'
163
+ ```
134
164
 
135
- # Full installation with all formats and compression
136
- pip install cloudcat[all]
165
+ > **Note:** If using zsh (default on macOS), quotes around extras are required to prevent shell interpretation of brackets.
166
+
167
+ To upgrade:
168
+
169
+ ```bash
170
+ pip install --upgrade 'cloudcat[all]'
137
171
  ```
138
172
 
139
173
  ### Requirements
140
174
 
141
- - Python 3.7+
175
+ - **Homebrew**: macOS (Apple Silicon only). Intel Mac users should use pip.
176
+ - **pip**: Python 3.7+ (all platforms)
142
177
  - Cloud provider credentials configured (see [Authentication](#authentication))
143
178
 
144
179
  ## Quick Start
@@ -11,7 +11,8 @@
11
11
  <p align="center">
12
12
  <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/v/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="PyPI version"></a>
13
13
  <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/pyversions/cloudcat.svg?style=flat-square&logo=python&logoColor=white" alt="Python versions"></a>
14
- <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/dm/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="Downloads"></a>
14
+ <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/dm/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="PyPI Downloads"></a>
15
+ <a href="https://github.com/jonathansudhakar1/cloudcat/releases"><img src="https://img.shields.io/github/downloads/jonathansudhakar1/cloudcat/total.svg?style=flat-square&logo=homebrew&logoColor=white&label=homebrew" alt="Homebrew Downloads"></a>
15
16
  <a href="https://github.com/jonathansudhakar1/cloudcat/blob/main/LICENSE"><img src="https://img.shields.io/github/license/jonathansudhakar1/cloudcat.svg?style=flat-square" alt="License"></a>
16
17
  </p>
17
18
 
@@ -39,29 +40,63 @@
39
40
 
40
41
  ## Installation
41
42
 
43
+ ### Homebrew (macOS Apple Silicon)
44
+
45
+ The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
46
+
47
+ ```bash
48
+ brew install jonathansudhakar1/cloudcat/cloudcat
49
+ ```
50
+
51
+ This installs a self-contained binary that includes Python and all dependencies.
52
+
53
+ > **Intel Mac users:** Homebrew bottles are not available for Intel. Please use `pip install 'cloudcat[all]'` instead.
54
+
55
+ To upgrade:
56
+
57
+ ```bash
58
+ brew upgrade cloudcat
59
+ ```
60
+
61
+ > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
62
+ > ```bash
63
+ > xattr -d com.apple.quarantine $(which cloudcat)
64
+ > ```
65
+
66
+ ### pip (Python)
67
+
42
68
  ```bash
69
+ # Full installation with all formats and compression
70
+ pip install 'cloudcat[all]'
71
+
43
72
  # Standard installation (includes GCS, S3, and Azure support)
44
73
  pip install cloudcat
45
74
 
46
75
  # With Parquet file support
47
- pip install cloudcat[parquet]
76
+ pip install 'cloudcat[parquet]'
48
77
 
49
78
  # With Avro file support
50
- pip install cloudcat[avro]
79
+ pip install 'cloudcat[avro]'
51
80
 
52
81
  # With ORC file support (uses pyarrow)
53
- pip install cloudcat[orc]
82
+ pip install 'cloudcat[orc]'
54
83
 
55
84
  # With compression support (zstd, lz4, snappy)
56
- pip install cloudcat[compression]
85
+ pip install 'cloudcat[compression]'
86
+ ```
57
87
 
58
- # Full installation with all formats and compression
59
- pip install cloudcat[all]
88
+ > **Note:** If using zsh (default on macOS), quotes around extras are required to prevent shell interpretation of brackets.
89
+
90
+ To upgrade:
91
+
92
+ ```bash
93
+ pip install --upgrade 'cloudcat[all]'
60
94
  ```
61
95
 
62
96
  ### Requirements
63
97
 
64
- - Python 3.7+
98
+ - **Homebrew**: macOS (Apple Silicon only). Intel Mac users should use pip.
99
+ - **pip**: Python 3.7+ (all platforms)
65
100
  - Cloud provider credentials configured (see [Authentication](#authentication))
66
101
 
67
102
  ## Quick Start
@@ -2,4 +2,4 @@
2
2
  #!/usr/bin/env python
3
3
  """cloudcat - A CLI utility to read and display files from cloud storage."""
4
4
 
5
- __version__ = "0.2.0"
5
+ __version__ = "0.2.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudcat
3
- Version: 0.2.0
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
@@ -88,7 +88,8 @@ Dynamic: summary
88
88
  <p align="center">
89
89
  <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/v/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="PyPI version"></a>
90
90
  <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/pyversions/cloudcat.svg?style=flat-square&logo=python&logoColor=white" alt="Python versions"></a>
91
- <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/dm/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="Downloads"></a>
91
+ <a href="https://pypi.org/project/cloudcat/"><img src="https://img.shields.io/pypi/dm/cloudcat.svg?style=flat-square&logo=pypi&logoColor=white" alt="PyPI Downloads"></a>
92
+ <a href="https://github.com/jonathansudhakar1/cloudcat/releases"><img src="https://img.shields.io/github/downloads/jonathansudhakar1/cloudcat/total.svg?style=flat-square&logo=homebrew&logoColor=white&label=homebrew" alt="Homebrew Downloads"></a>
92
93
  <a href="https://github.com/jonathansudhakar1/cloudcat/blob/main/LICENSE"><img src="https://img.shields.io/github/license/jonathansudhakar1/cloudcat.svg?style=flat-square" alt="License"></a>
93
94
  </p>
94
95
 
@@ -116,29 +117,63 @@ Dynamic: summary
116
117
 
117
118
  ## Installation
118
119
 
120
+ ### Homebrew (macOS Apple Silicon)
121
+
122
+ The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
123
+
124
+ ```bash
125
+ brew install jonathansudhakar1/cloudcat/cloudcat
126
+ ```
127
+
128
+ This installs a self-contained binary that includes Python and all dependencies.
129
+
130
+ > **Intel Mac users:** Homebrew bottles are not available for Intel. Please use `pip install 'cloudcat[all]'` instead.
131
+
132
+ To upgrade:
133
+
134
+ ```bash
135
+ brew upgrade cloudcat
136
+ ```
137
+
138
+ > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
139
+ > ```bash
140
+ > xattr -d com.apple.quarantine $(which cloudcat)
141
+ > ```
142
+
143
+ ### pip (Python)
144
+
119
145
  ```bash
146
+ # Full installation with all formats and compression
147
+ pip install 'cloudcat[all]'
148
+
120
149
  # Standard installation (includes GCS, S3, and Azure support)
121
150
  pip install cloudcat
122
151
 
123
152
  # With Parquet file support
124
- pip install cloudcat[parquet]
153
+ pip install 'cloudcat[parquet]'
125
154
 
126
155
  # With Avro file support
127
- pip install cloudcat[avro]
156
+ pip install 'cloudcat[avro]'
128
157
 
129
158
  # With ORC file support (uses pyarrow)
130
- pip install cloudcat[orc]
159
+ pip install 'cloudcat[orc]'
131
160
 
132
161
  # With compression support (zstd, lz4, snappy)
133
- pip install cloudcat[compression]
162
+ pip install 'cloudcat[compression]'
163
+ ```
134
164
 
135
- # Full installation with all formats and compression
136
- pip install cloudcat[all]
165
+ > **Note:** If using zsh (default on macOS), quotes around extras are required to prevent shell interpretation of brackets.
166
+
167
+ To upgrade:
168
+
169
+ ```bash
170
+ pip install --upgrade 'cloudcat[all]'
137
171
  ```
138
172
 
139
173
  ### Requirements
140
174
 
141
- - Python 3.7+
175
+ - **Homebrew**: macOS (Apple Silicon only). Intel Mac users should use pip.
176
+ - **pip**: Python 3.7+ (all platforms)
142
177
  - Cloud provider credentials configured (see [Authentication](#authentication))
143
178
 
144
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