cs2tracker 2.1.11__tar.gz → 2.1.12__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.

Potentially problematic release.


This version of cs2tracker might be problematic. Click here for more details.

Files changed (38) hide show
  1. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/PKG-INFO +3 -3
  2. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/README.md +1 -2
  3. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/_version.py +2 -2
  4. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker.egg-info/PKG-INFO +3 -3
  5. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker.egg-info/requires.txt +1 -0
  6. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/requirements.txt +1 -0
  7. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/setup.cfg +1 -0
  8. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/.flake8 +0 -0
  9. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/.gitignore +0 -0
  10. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/.isort.cfg +0 -0
  11. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/.pre-commit-config.yaml +0 -0
  12. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/.pylintrc +0 -0
  13. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/LICENSE.md +0 -0
  14. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/MANIFEST.in +0 -0
  15. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/assets/icon.png +0 -0
  16. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/__init__.py +0 -0
  17. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/__main__.py +0 -0
  18. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/app/__init__.py +0 -0
  19. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/app/application.py +0 -0
  20. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/app/editor_frame.py +0 -0
  21. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/app/scraper_frame.py +0 -0
  22. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/constants.py +0 -0
  23. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/data/config.ini +0 -0
  24. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/data/output.csv +0 -0
  25. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/main.py +0 -0
  26. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/scraper/__init__.py +0 -0
  27. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/scraper/background_task.py +0 -0
  28. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/scraper/discord_notifier.py +0 -0
  29. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/scraper/scraper.py +0 -0
  30. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/util/__init__.py +0 -0
  31. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/util/padded_console.py +0 -0
  32. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/util/price_logs.py +0 -0
  33. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker/util/validated_config.py +0 -0
  34. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker.egg-info/SOURCES.txt +0 -0
  35. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker.egg-info/dependency_links.txt +0 -0
  36. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker.egg-info/entry_points.txt +0 -0
  37. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/cs2tracker.egg-info/top_level.txt +0 -0
  38. {cs2tracker-2.1.11 → cs2tracker-2.1.12}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cs2tracker
3
- Version: 2.1.11
3
+ Version: 2.1.12
4
4
  Summary: Tracking the steam market prices of CS2 items
5
5
  Home-page: https://github.com/ashiven/cs2tracker
6
6
  Author: Jannik Novak
@@ -20,6 +20,7 @@ Requires-Dist: rich==13.6.0
20
20
  Requires-Dist: tenacity==8.2.2
21
21
  Requires-Dist: urllib3==2.1.0
22
22
  Requires-Dist: sv_ttk==2.6.1
23
+ Requires-Dist: tksheet==7.5.12
23
24
  Dynamic: license-file
24
25
 
25
26
  <div align="center">
@@ -67,9 +68,8 @@ Dynamic: license-file
67
68
 
68
69
  ### Options
69
70
 
70
- - `Run!` to gather the current market prices of your items and calculate the total amount in USD and EUR.
71
+ - `Run!` to gather the current market prices of your items and calculate the total amount in USD and EUR. The generated Excel sheet can be saved by right-clicking and then selecting `Save Sheet`.
71
72
  - `Edit Config` to specify the numbers of items owned in the configuration. You can also add items other than cases and sticker capsules via `Add Custom Item`
72
- - `Reset Config` to reset the configuration to its original state. This will remove any custom items you have added and reset the number of items owned for all items.
73
73
  - `Show History` to see a price chart consisting of past calculations. A new data point is generated once a day upon running the program.
74
74
  - `Export / Import History` to export the price history to a CSV file or import it from a CSV file. This may be used to back up your history data or perform further analysis on it.
75
75
  - `Daily Background Calculations` to automatically run a daily calculation of your investment in the background and save the results such that they can later be viewed via `Show History`.
@@ -43,9 +43,8 @@
43
43
 
44
44
  ### Options
45
45
 
46
- - `Run!` to gather the current market prices of your items and calculate the total amount in USD and EUR.
46
+ - `Run!` to gather the current market prices of your items and calculate the total amount in USD and EUR. The generated Excel sheet can be saved by right-clicking and then selecting `Save Sheet`.
47
47
  - `Edit Config` to specify the numbers of items owned in the configuration. You can also add items other than cases and sticker capsules via `Add Custom Item`
48
- - `Reset Config` to reset the configuration to its original state. This will remove any custom items you have added and reset the number of items owned for all items.
49
48
  - `Show History` to see a price chart consisting of past calculations. A new data point is generated once a day upon running the program.
50
49
  - `Export / Import History` to export the price history to a CSV file or import it from a CSV file. This may be used to back up your history data or perform further analysis on it.
51
50
  - `Daily Background Calculations` to automatically run a daily calculation of your investment in the background and save the results such that they can later be viewed via `Show History`.
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '2.1.11'
21
- __version_tuple__ = version_tuple = (2, 1, 11)
20
+ __version__ = version = '2.1.12'
21
+ __version_tuple__ = version_tuple = (2, 1, 12)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cs2tracker
3
- Version: 2.1.11
3
+ Version: 2.1.12
4
4
  Summary: Tracking the steam market prices of CS2 items
5
5
  Home-page: https://github.com/ashiven/cs2tracker
6
6
  Author: Jannik Novak
@@ -20,6 +20,7 @@ Requires-Dist: rich==13.6.0
20
20
  Requires-Dist: tenacity==8.2.2
21
21
  Requires-Dist: urllib3==2.1.0
22
22
  Requires-Dist: sv_ttk==2.6.1
23
+ Requires-Dist: tksheet==7.5.12
23
24
  Dynamic: license-file
24
25
 
25
26
  <div align="center">
@@ -67,9 +68,8 @@ Dynamic: license-file
67
68
 
68
69
  ### Options
69
70
 
70
- - `Run!` to gather the current market prices of your items and calculate the total amount in USD and EUR.
71
+ - `Run!` to gather the current market prices of your items and calculate the total amount in USD and EUR. The generated Excel sheet can be saved by right-clicking and then selecting `Save Sheet`.
71
72
  - `Edit Config` to specify the numbers of items owned in the configuration. You can also add items other than cases and sticker capsules via `Add Custom Item`
72
- - `Reset Config` to reset the configuration to its original state. This will remove any custom items you have added and reset the number of items owned for all items.
73
73
  - `Show History` to see a price chart consisting of past calculations. A new data point is generated once a day upon running the program.
74
74
  - `Export / Import History` to export the price history to a CSV file or import it from a CSV file. This may be used to back up your history data or perform further analysis on it.
75
75
  - `Daily Background Calculations` to automatically run a daily calculation of your investment in the background and save the results such that they can later be viewed via `Show History`.
@@ -7,3 +7,4 @@ rich==13.6.0
7
7
  tenacity==8.2.2
8
8
  urllib3==2.1.0
9
9
  sv_ttk==2.6.1
10
+ tksheet==7.5.12
@@ -7,3 +7,4 @@ rich==13.6.0
7
7
  tenacity==8.2.2
8
8
  urllib3==2.1.0
9
9
  sv_ttk==2.6.1
10
+ tksheet==7.5.12
@@ -27,6 +27,7 @@ install_requires =
27
27
  tenacity==8.2.2
28
28
  urllib3==2.1.0
29
29
  sv_ttk==2.6.1
30
+ tksheet==7.5.12
30
31
 
31
32
  [options.entry_points]
32
33
  console_scripts =
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes