cloudcat 0.2.6__tar.gz → 0.2.8__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.6 → cloudcat-0.2.8}/PKG-INFO +7 -6
  2. {cloudcat-0.2.6 → cloudcat-0.2.8}/README.md +4 -4
  3. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/__init__.py +1 -1
  4. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat.egg-info/PKG-INFO +7 -6
  5. {cloudcat-0.2.6 → cloudcat-0.2.8}/setup.py +2 -1
  6. {cloudcat-0.2.6 → cloudcat-0.2.8}/LICENSE +0 -0
  7. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/cli.py +0 -0
  8. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/compression.py +0 -0
  9. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/config.py +0 -0
  10. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/filtering.py +0 -0
  11. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/formatters.py +0 -0
  12. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/readers/__init__.py +0 -0
  13. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/readers/avro.py +0 -0
  14. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/readers/csv.py +0 -0
  15. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/readers/json.py +0 -0
  16. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/readers/orc.py +0 -0
  17. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/readers/parquet.py +0 -0
  18. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/readers/text.py +0 -0
  19. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/storage/__init__.py +0 -0
  20. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/storage/azure.py +0 -0
  21. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/storage/base.py +0 -0
  22. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/storage/gcs.py +0 -0
  23. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat/storage/s3.py +0 -0
  24. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat.egg-info/SOURCES.txt +0 -0
  25. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat.egg-info/dependency_links.txt +0 -0
  26. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat.egg-info/entry_points.txt +0 -0
  27. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat.egg-info/requires.txt +0 -0
  28. {cloudcat-0.2.6 → cloudcat-0.2.8}/cloudcat.egg-info/top_level.txt +0 -0
  29. {cloudcat-0.2.6 → cloudcat-0.2.8}/pyproject.toml +0 -0
  30. {cloudcat-0.2.6 → cloudcat-0.2.8}/setup.cfg +0 -0
  31. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/__init__.py +0 -0
  32. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/conftest.py +0 -0
  33. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_cli.py +0 -0
  34. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_compression.py +0 -0
  35. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_config.py +0 -0
  36. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_data_reading.py +0 -0
  37. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_file_filtering.py +0 -0
  38. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_filtering.py +0 -0
  39. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_format_detection.py +0 -0
  40. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_integration.py +0 -0
  41. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_output_formatting.py +0 -0
  42. {cloudcat-0.2.6 → cloudcat-0.2.8}/tests/test_path_parsing.py +0 -0
@@ -1,13 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudcat
3
- Version: 0.2.6
3
+ Version: 0.2.8
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
7
7
  Author-email: jonathan@example.com
8
+ Project-URL: Homepage, https://github.com/jonathansudhakar1/cloudcat
9
+ Project-URL: Documentation, https://cloudcatcli.com
8
10
  Project-URL: Bug Reports, https://github.com/jonathansudhakar1/cloudcat/issues
9
11
  Project-URL: Source, https://github.com/jonathansudhakar1/cloudcat
10
- Project-URL: Documentation, https://github.com/jonathansudhakar1/cloudcat#readme
11
12
  Keywords: cloud,gcs,s3,azure,cli,storage,data,parquet,csv,json,avro,orc,google-cloud,aws,azure-blob,data-engineering,etl,spark,bigquery,databricks,kafka,hive
12
13
  Classifier: Development Status :: 4 - Beta
13
14
  Classifier: Intended Audience :: Developers
@@ -94,11 +95,11 @@ Dynamic: summary
94
95
  </p>
95
96
 
96
97
  <p align="center">
98
+ <a href="https://cloudcatcli.com">Documentation</a> •
97
99
  <a href="#installation">Installation</a> •
98
100
  <a href="#quick-start">Quick Start</a> •
99
101
  <a href="#features">Features</a> •
100
- <a href="#examples">Examples</a>
101
- <a href="#documentation">Documentation</a>
102
+ <a href="#examples">Examples</a>
102
103
  </p>
103
104
 
104
105
  ---
@@ -122,7 +123,7 @@ Dynamic: summary
122
123
  The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
123
124
 
124
125
  ```bash
125
- brew install jonathansudhakar1/cloudcat/cloudcat
126
+ brew tap jonathansudhakar1/cloudcat https://github.com/jonathansudhakar1/cloudcat.git && brew install cloudcat
126
127
  ```
127
128
 
128
129
  This installs a self-contained binary that includes Python and all dependencies.
@@ -132,7 +133,7 @@ This installs a self-contained binary that includes Python and all dependencies.
132
133
  To upgrade:
133
134
 
134
135
  ```bash
135
- brew upgrade cloudcat
136
+ brew update && brew upgrade cloudcat
136
137
  ```
137
138
 
138
139
  > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
@@ -17,11 +17,11 @@
17
17
  </p>
18
18
 
19
19
  <p align="center">
20
+ <a href="https://cloudcatcli.com">Documentation</a> •
20
21
  <a href="#installation">Installation</a> •
21
22
  <a href="#quick-start">Quick Start</a> •
22
23
  <a href="#features">Features</a> •
23
- <a href="#examples">Examples</a>
24
- <a href="#documentation">Documentation</a>
24
+ <a href="#examples">Examples</a>
25
25
  </p>
26
26
 
27
27
  ---
@@ -45,7 +45,7 @@
45
45
  The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
46
46
 
47
47
  ```bash
48
- brew install jonathansudhakar1/cloudcat/cloudcat
48
+ brew tap jonathansudhakar1/cloudcat https://github.com/jonathansudhakar1/cloudcat.git && brew install cloudcat
49
49
  ```
50
50
 
51
51
  This installs a self-contained binary that includes Python and all dependencies.
@@ -55,7 +55,7 @@ This installs a self-contained binary that includes Python and all dependencies.
55
55
  To upgrade:
56
56
 
57
57
  ```bash
58
- brew upgrade cloudcat
58
+ brew update && brew upgrade cloudcat
59
59
  ```
60
60
 
61
61
  > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
@@ -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.6"
5
+ __version__ = "0.2.8"
@@ -1,13 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudcat
3
- Version: 0.2.6
3
+ Version: 0.2.8
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
7
7
  Author-email: jonathan@example.com
8
+ Project-URL: Homepage, https://github.com/jonathansudhakar1/cloudcat
9
+ Project-URL: Documentation, https://cloudcatcli.com
8
10
  Project-URL: Bug Reports, https://github.com/jonathansudhakar1/cloudcat/issues
9
11
  Project-URL: Source, https://github.com/jonathansudhakar1/cloudcat
10
- Project-URL: Documentation, https://github.com/jonathansudhakar1/cloudcat#readme
11
12
  Keywords: cloud,gcs,s3,azure,cli,storage,data,parquet,csv,json,avro,orc,google-cloud,aws,azure-blob,data-engineering,etl,spark,bigquery,databricks,kafka,hive
12
13
  Classifier: Development Status :: 4 - Beta
13
14
  Classifier: Intended Audience :: Developers
@@ -94,11 +95,11 @@ Dynamic: summary
94
95
  </p>
95
96
 
96
97
  <p align="center">
98
+ <a href="https://cloudcatcli.com">Documentation</a> •
97
99
  <a href="#installation">Installation</a> •
98
100
  <a href="#quick-start">Quick Start</a> •
99
101
  <a href="#features">Features</a> •
100
- <a href="#examples">Examples</a>
101
- <a href="#documentation">Documentation</a>
102
+ <a href="#examples">Examples</a>
102
103
  </p>
103
104
 
104
105
  ---
@@ -122,7 +123,7 @@ Dynamic: summary
122
123
  The easiest way to install on Apple Silicon Macs (M1/M2/M3/M4) — no Python required:
123
124
 
124
125
  ```bash
125
- brew install jonathansudhakar1/cloudcat/cloudcat
126
+ brew tap jonathansudhakar1/cloudcat https://github.com/jonathansudhakar1/cloudcat.git && brew install cloudcat
126
127
  ```
127
128
 
128
129
  This installs a self-contained binary that includes Python and all dependencies.
@@ -132,7 +133,7 @@ This installs a self-contained binary that includes Python and all dependencies.
132
133
  To upgrade:
133
134
 
134
135
  ```bash
135
- brew upgrade cloudcat
136
+ brew update && brew upgrade cloudcat
136
137
  ```
137
138
 
138
139
  > **Note:** On first run, macOS may block the app. Go to System Settings > Privacy & Security and click "Allow", or run:
@@ -65,9 +65,10 @@ setup(
65
65
  long_description_content_type="text/markdown",
66
66
  keywords="cloud, gcs, s3, azure, cli, storage, data, parquet, csv, json, avro, orc, google-cloud, aws, azure-blob, data-engineering, etl, spark, bigquery, databricks, kafka, hive",
67
67
  project_urls={
68
+ "Homepage": "https://github.com/jonathansudhakar1/cloudcat",
69
+ "Documentation": "https://cloudcatcli.com",
68
70
  "Bug Reports": "https://github.com/jonathansudhakar1/cloudcat/issues",
69
71
  "Source": "https://github.com/jonathansudhakar1/cloudcat",
70
- "Documentation": "https://github.com/jonathansudhakar1/cloudcat#readme",
71
72
  },
72
73
  url="https://github.com/jonathansudhakar1/cloudcat",
73
74
  classifiers=[
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