cloudcat 0.2.0__tar.gz → 0.2.1__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.1}/PKG-INFO +42 -9
  2. {cloudcat-0.2.0 → cloudcat-0.2.1}/README.md +41 -8
  3. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/__init__.py +1 -1
  4. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat.egg-info/PKG-INFO +42 -9
  5. {cloudcat-0.2.0 → cloudcat-0.2.1}/LICENSE +0 -0
  6. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/cli.py +0 -0
  7. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/compression.py +0 -0
  8. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/config.py +0 -0
  9. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/filtering.py +0 -0
  10. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/formatters.py +0 -0
  11. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/readers/__init__.py +0 -0
  12. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/readers/avro.py +0 -0
  13. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/readers/csv.py +0 -0
  14. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/readers/json.py +0 -0
  15. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/readers/orc.py +0 -0
  16. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/readers/parquet.py +0 -0
  17. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/readers/text.py +0 -0
  18. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/storage/__init__.py +0 -0
  19. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/storage/azure.py +0 -0
  20. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/storage/base.py +0 -0
  21. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/storage/gcs.py +0 -0
  22. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat/storage/s3.py +0 -0
  23. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat.egg-info/SOURCES.txt +0 -0
  24. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat.egg-info/dependency_links.txt +0 -0
  25. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat.egg-info/entry_points.txt +0 -0
  26. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat.egg-info/requires.txt +0 -0
  27. {cloudcat-0.2.0 → cloudcat-0.2.1}/cloudcat.egg-info/top_level.txt +0 -0
  28. {cloudcat-0.2.0 → cloudcat-0.2.1}/pyproject.toml +0 -0
  29. {cloudcat-0.2.0 → cloudcat-0.2.1}/setup.cfg +0 -0
  30. {cloudcat-0.2.0 → cloudcat-0.2.1}/setup.py +0 -0
  31. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/__init__.py +0 -0
  32. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/conftest.py +0 -0
  33. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_cli.py +0 -0
  34. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_compression.py +0 -0
  35. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_config.py +0 -0
  36. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_data_reading.py +0 -0
  37. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_file_filtering.py +0 -0
  38. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_filtering.py +0 -0
  39. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_format_detection.py +0 -0
  40. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_integration.py +0 -0
  41. {cloudcat-0.2.0 → cloudcat-0.2.1}/tests/test_output_formatting.py +0 -0
  42. {cloudcat-0.2.0 → cloudcat-0.2.1}/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.1
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,61 @@ Dynamic: summary
116
117
 
117
118
  ## Installation
118
119
 
120
+ ### Homebrew (macOS)
121
+
122
+ The easiest way to install on macOS — 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
+ To upgrade:
131
+
132
+ ```bash
133
+ brew upgrade cloudcat
134
+ ```
135
+
136
+ > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
137
+ > ```bash
138
+ > xattr -d com.apple.quarantine $(which cloudcat)
139
+ > ```
140
+
141
+ ### pip (Python)
142
+
119
143
  ```bash
144
+ # Full installation with all formats and compression
145
+ pip install 'cloudcat[all]'
146
+
120
147
  # Standard installation (includes GCS, S3, and Azure support)
121
148
  pip install cloudcat
122
149
 
123
150
  # With Parquet file support
124
- pip install cloudcat[parquet]
151
+ pip install 'cloudcat[parquet]'
125
152
 
126
153
  # With Avro file support
127
- pip install cloudcat[avro]
154
+ pip install 'cloudcat[avro]'
128
155
 
129
156
  # With ORC file support (uses pyarrow)
130
- pip install cloudcat[orc]
157
+ pip install 'cloudcat[orc]'
131
158
 
132
159
  # With compression support (zstd, lz4, snappy)
133
- pip install cloudcat[compression]
160
+ pip install 'cloudcat[compression]'
161
+ ```
134
162
 
135
- # Full installation with all formats and compression
136
- pip install cloudcat[all]
163
+ > **Note:** If using zsh (default on macOS), quotes around extras are required to prevent shell interpretation of brackets.
164
+
165
+ To upgrade:
166
+
167
+ ```bash
168
+ pip install --upgrade 'cloudcat[all]'
137
169
  ```
138
170
 
139
171
  ### Requirements
140
172
 
141
- - Python 3.7+
173
+ - **Homebrew**: macOS (Intel or Apple Silicon)
174
+ - **pip**: Python 3.7+
142
175
  - Cloud provider credentials configured (see [Authentication](#authentication))
143
176
 
144
177
  ## 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,61 @@
39
40
 
40
41
  ## Installation
41
42
 
43
+ ### Homebrew (macOS)
44
+
45
+ The easiest way to install on macOS — 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
+ To upgrade:
54
+
55
+ ```bash
56
+ brew upgrade cloudcat
57
+ ```
58
+
59
+ > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
60
+ > ```bash
61
+ > xattr -d com.apple.quarantine $(which cloudcat)
62
+ > ```
63
+
64
+ ### pip (Python)
65
+
42
66
  ```bash
67
+ # Full installation with all formats and compression
68
+ pip install 'cloudcat[all]'
69
+
43
70
  # Standard installation (includes GCS, S3, and Azure support)
44
71
  pip install cloudcat
45
72
 
46
73
  # With Parquet file support
47
- pip install cloudcat[parquet]
74
+ pip install 'cloudcat[parquet]'
48
75
 
49
76
  # With Avro file support
50
- pip install cloudcat[avro]
77
+ pip install 'cloudcat[avro]'
51
78
 
52
79
  # With ORC file support (uses pyarrow)
53
- pip install cloudcat[orc]
80
+ pip install 'cloudcat[orc]'
54
81
 
55
82
  # With compression support (zstd, lz4, snappy)
56
- pip install cloudcat[compression]
83
+ pip install 'cloudcat[compression]'
84
+ ```
57
85
 
58
- # Full installation with all formats and compression
59
- pip install cloudcat[all]
86
+ > **Note:** If using zsh (default on macOS), quotes around extras are required to prevent shell interpretation of brackets.
87
+
88
+ To upgrade:
89
+
90
+ ```bash
91
+ pip install --upgrade 'cloudcat[all]'
60
92
  ```
61
93
 
62
94
  ### Requirements
63
95
 
64
- - Python 3.7+
96
+ - **Homebrew**: macOS (Intel or Apple Silicon)
97
+ - **pip**: Python 3.7+
65
98
  - Cloud provider credentials configured (see [Authentication](#authentication))
66
99
 
67
100
  ## 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.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudcat
3
- Version: 0.2.0
3
+ Version: 0.2.1
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,61 @@ Dynamic: summary
116
117
 
117
118
  ## Installation
118
119
 
120
+ ### Homebrew (macOS)
121
+
122
+ The easiest way to install on macOS — 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
+ To upgrade:
131
+
132
+ ```bash
133
+ brew upgrade cloudcat
134
+ ```
135
+
136
+ > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
137
+ > ```bash
138
+ > xattr -d com.apple.quarantine $(which cloudcat)
139
+ > ```
140
+
141
+ ### pip (Python)
142
+
119
143
  ```bash
144
+ # Full installation with all formats and compression
145
+ pip install 'cloudcat[all]'
146
+
120
147
  # Standard installation (includes GCS, S3, and Azure support)
121
148
  pip install cloudcat
122
149
 
123
150
  # With Parquet file support
124
- pip install cloudcat[parquet]
151
+ pip install 'cloudcat[parquet]'
125
152
 
126
153
  # With Avro file support
127
- pip install cloudcat[avro]
154
+ pip install 'cloudcat[avro]'
128
155
 
129
156
  # With ORC file support (uses pyarrow)
130
- pip install cloudcat[orc]
157
+ pip install 'cloudcat[orc]'
131
158
 
132
159
  # With compression support (zstd, lz4, snappy)
133
- pip install cloudcat[compression]
160
+ pip install 'cloudcat[compression]'
161
+ ```
134
162
 
135
- # Full installation with all formats and compression
136
- pip install cloudcat[all]
163
+ > **Note:** If using zsh (default on macOS), quotes around extras are required to prevent shell interpretation of brackets.
164
+
165
+ To upgrade:
166
+
167
+ ```bash
168
+ pip install --upgrade 'cloudcat[all]'
137
169
  ```
138
170
 
139
171
  ### Requirements
140
172
 
141
- - Python 3.7+
173
+ - **Homebrew**: macOS (Intel or Apple Silicon)
174
+ - **pip**: Python 3.7+
142
175
  - Cloud provider credentials configured (see [Authentication](#authentication))
143
176
 
144
177
  ## 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