chartremotely 0.2.2__tar.gz → 0.2.3__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 (44) hide show
  1. {chartremotely-0.2.2 → chartremotely-0.2.3}/PKG-INFO +2 -2
  2. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely.egg-info/PKG-INFO +2 -2
  3. {chartremotely-0.2.2 → chartremotely-0.2.3}/pyproject.toml +2 -2
  4. {chartremotely-0.2.2 → chartremotely-0.2.3}/LICENSE +0 -0
  5. {chartremotely-0.2.2 → chartremotely-0.2.3}/README.md +0 -0
  6. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/__init__.py +0 -0
  7. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/answer.py +0 -0
  8. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/assets/shortcut-template.plist +0 -0
  9. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/ax.py +0 -0
  10. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/cli.py +0 -0
  11. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/config.py +0 -0
  12. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/doctor.py +0 -0
  13. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/guilock.py +0 -0
  14. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/keystore.py +0 -0
  15. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/layout.py +0 -0
  16. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/mcpclient.py +0 -0
  17. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/push.py +0 -0
  18. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/registry.py +0 -0
  19. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/relay.py +0 -0
  20. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/resolve.py +0 -0
  21. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/scales.py +0 -0
  22. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/server.py +0 -0
  23. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/services.py +0 -0
  24. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/setup.py +0 -0
  25. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/shortcut.py +0 -0
  26. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/snapshot.py +0 -0
  27. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/studies.py +0 -0
  28. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/symbol.py +0 -0
  29. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/tailnet.py +0 -0
  30. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/timeframe.py +0 -0
  31. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/vocab.py +0 -0
  32. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely/window.py +0 -0
  33. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely.egg-info/SOURCES.txt +0 -0
  34. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely.egg-info/dependency_links.txt +0 -0
  35. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely.egg-info/entry_points.txt +0 -0
  36. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely.egg-info/requires.txt +0 -0
  37. {chartremotely-0.2.2 → chartremotely-0.2.3}/chartremotely.egg-info/top_level.txt +0 -0
  38. {chartremotely-0.2.2 → chartremotely-0.2.3}/setup.cfg +0 -0
  39. {chartremotely-0.2.2 → chartremotely-0.2.3}/tests/test_push.py +0 -0
  40. {chartremotely-0.2.2 → chartremotely-0.2.3}/tests/test_relay.py +0 -0
  41. {chartremotely-0.2.2 → chartremotely-0.2.3}/tests/test_resolve.py +0 -0
  42. {chartremotely-0.2.2 → chartremotely-0.2.3}/tests/test_setup.py +0 -0
  43. {chartremotely-0.2.2 → chartremotely-0.2.3}/tests/test_snapshot.py +0 -0
  44. {chartremotely-0.2.2 → chartremotely-0.2.3}/tests/test_timeframe.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chartremotely
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Remote control of desktop charting applications on macOS
5
5
  Author: Lonnie VanZandt
6
6
  License:
@@ -207,7 +207,7 @@ License:
207
207
  limitations under the License.
208
208
 
209
209
  Keywords: thinkorswim,accessibility,automation,charting
210
- Requires-Python: >=3.11
210
+ Requires-Python: >=3.12
211
211
  Description-Content-Type: text/markdown
212
212
  License-File: LICENSE
213
213
  Provides-Extra: macos
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chartremotely
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Remote control of desktop charting applications on macOS
5
5
  Author: Lonnie VanZandt
6
6
  License:
@@ -207,7 +207,7 @@ License:
207
207
  limitations under the License.
208
208
 
209
209
  Keywords: thinkorswim,accessibility,automation,charting
210
- Requires-Python: >=3.11
210
+ Requires-Python: >=3.12
211
211
  Description-Content-Type: text/markdown
212
212
  License-File: LICENSE
213
213
  Provides-Extra: macos
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "chartremotely"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "Remote control of desktop charting applications on macOS"
5
5
  readme = "README.md"
6
- requires-python = ">=3.11"
6
+ requires-python = ">=3.12"
7
7
  license = { file = "LICENSE" }
8
8
  authors = [{ name = "Lonnie VanZandt" }]
9
9
  keywords = ["thinkorswim", "accessibility", "automation", "charting"]
File without changes
File without changes
File without changes