DiscogsDataProcessorCLI 1.5.0__tar.gz → 1.5.5__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 (21) hide show
  1. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/DiscogsDataProcessorCLI.egg-info/PKG-INFO +6 -7
  2. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/PKG-INFO +6 -7
  3. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/README.md +5 -6
  4. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/setup.cfg +1 -1
  5. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/DiscogsDataProcessorCLI.egg-info/SOURCES.txt +0 -0
  6. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/DiscogsDataProcessorCLI.egg-info/dependency_links.txt +0 -0
  7. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/DiscogsDataProcessorCLI.egg-info/entry_points.txt +0 -0
  8. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/DiscogsDataProcessorCLI.egg-info/requires.txt +0 -0
  9. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/DiscogsDataProcessorCLI.egg-info/top_level.txt +0 -0
  10. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/__init__.py +0 -0
  11. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/chunker.py +0 -0
  12. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/config.py +0 -0
  13. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/converter.py +0 -0
  14. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/deleter.py +0 -0
  15. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/downloader.py +0 -0
  16. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/extractor.py +0 -0
  17. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/main.py +0 -0
  18. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/scraper.py +0 -0
  19. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/selector.py +0 -0
  20. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/discogs/utils.py +0 -0
  21. {discogsdataprocessorcli-1.5.0 → discogsdataprocessorcli-1.5.5}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DiscogsDataProcessorCLI
3
- Version: 1.5.0
3
+ Version: 1.5.5
4
4
  Summary: A CLI to download, extract and convert Discogs data dumps
5
5
  Home-page: https://github.com/ofurkancoban/DiscogsCLI
6
6
  Author: Furkan Çoban
@@ -16,13 +16,7 @@ Requires-Dist: pandas
16
16
  Requires-Dist: typer
17
17
 
18
18
  # 🎧 Discogs CLI — Data Processor Tool 💿
19
- <p align="center">
20
- <img src="img/logo.png" alt="Discogs Logo" width="200"/>
21
- </p>
22
19
  A modern command-line tool to **download**, **extract**, and **convert** Discogs data dumps into structured CSV files.
23
- <p align="center">
24
- <img src="img/preview.gif" />
25
- </p>
26
20
 
27
21
  ---
28
22
 
@@ -41,6 +35,11 @@ A modern command-line tool to **download**, **extract**, and **convert** Discogs
41
35
 
42
36
  ## 🧩 Installation
43
37
 
38
+ ### 🐍 Install with PyPI
39
+ ```bash
40
+ pip install DiscogsDataProcessorCLI
41
+ ```
42
+
44
43
  ### 🍻 Install with Homebrew
45
44
  ```bash
46
45
  brew tap ofurkancoban/discogs
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: DiscogsDataProcessorCLI
3
- Version: 1.5.0
3
+ Version: 1.5.5
4
4
  Summary: A CLI to download, extract and convert Discogs data dumps
5
5
  Home-page: https://github.com/ofurkancoban/DiscogsCLI
6
6
  Author: Furkan Çoban
@@ -16,13 +16,7 @@ Requires-Dist: pandas
16
16
  Requires-Dist: typer
17
17
 
18
18
  # 🎧 Discogs CLI — Data Processor Tool 💿
19
- <p align="center">
20
- <img src="img/logo.png" alt="Discogs Logo" width="200"/>
21
- </p>
22
19
  A modern command-line tool to **download**, **extract**, and **convert** Discogs data dumps into structured CSV files.
23
- <p align="center">
24
- <img src="img/preview.gif" />
25
- </p>
26
20
 
27
21
  ---
28
22
 
@@ -41,6 +35,11 @@ A modern command-line tool to **download**, **extract**, and **convert** Discogs
41
35
 
42
36
  ## 🧩 Installation
43
37
 
38
+ ### 🐍 Install with PyPI
39
+ ```bash
40
+ pip install DiscogsDataProcessorCLI
41
+ ```
42
+
44
43
  ### 🍻 Install with Homebrew
45
44
  ```bash
46
45
  brew tap ofurkancoban/discogs
@@ -1,11 +1,5 @@
1
1
  # 🎧 Discogs CLI — Data Processor Tool 💿
2
- <p align="center">
3
- <img src="img/logo.png" alt="Discogs Logo" width="200"/>
4
- </p>
5
2
  A modern command-line tool to **download**, **extract**, and **convert** Discogs data dumps into structured CSV files.
6
- <p align="center">
7
- <img src="img/preview.gif" />
8
- </p>
9
3
 
10
4
  ---
11
5
 
@@ -24,6 +18,11 @@ A modern command-line tool to **download**, **extract**, and **convert** Discogs
24
18
 
25
19
  ## 🧩 Installation
26
20
 
21
+ ### 🐍 Install with PyPI
22
+ ```bash
23
+ pip install DiscogsDataProcessorCLI
24
+ ```
25
+
27
26
  ### 🍻 Install with Homebrew
28
27
  ```bash
29
28
  brew tap ofurkancoban/discogs
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = DiscogsDataProcessorCLI
3
- version = 1.5.0
3
+ version = 1.5.5
4
4
  author = Furkan Çoban
5
5
  author_email = ofurkancoban@gmail.com
6
6
  description = A CLI to download, extract and convert Discogs data dumps