xrtm-data 0.2.3__tar.gz → 0.2.4__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 (40) hide show
  1. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/PKG-INFO +2 -2
  2. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/pyproject.toml +2 -2
  3. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/version.py +1 -1
  4. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm_data.egg-info/PKG-INFO +2 -2
  5. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/LICENSE +0 -0
  6. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/README.md +0 -0
  7. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/setup.cfg +0 -0
  8. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/__init__.py +0 -0
  9. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/cli/__init__.py +0 -0
  10. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/core/__init__.py +0 -0
  11. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/core/interfaces.py +0 -0
  12. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/core/schemas/__init__.py +0 -0
  13. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/core/schemas/forecast.py +0 -0
  14. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/core/schemas/prior.py +0 -0
  15. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/core/schemas/trade.py +0 -0
  16. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/corpora/__init__.py +0 -0
  17. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/corpora/real_binary.py +0 -0
  18. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/kit/__init__.py +0 -0
  19. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/kit/processors/__init__.py +0 -0
  20. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/providers/__init__.py +0 -0
  21. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/providers/local/__init__.py +0 -0
  22. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/providers/local/csv.py +0 -0
  23. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/providers/online/__init__.py +0 -0
  24. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/providers/online/polymarket.py +0 -0
  25. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/providers/subgraph/__init__.py +0 -0
  26. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm/data/providers/subgraph/polymarket.py +0 -0
  27. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm_data.egg-info/SOURCES.txt +0 -0
  28. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm_data.egg-info/dependency_links.txt +0 -0
  29. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm_data.egg-info/entry_points.txt +0 -0
  30. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm_data.egg-info/requires.txt +0 -0
  31. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/src/xrtm_data.egg-info/top_level.txt +0 -0
  32. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_beta_fitter.py +0 -0
  33. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_cli_loading.py +0 -0
  34. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_cli_ux.py +0 -0
  35. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_local_datasource.py +0 -0
  36. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_polymarket_source.py +0 -0
  37. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_polymarket_subgraph.py +0 -0
  38. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_prior_schemas.py +0 -0
  39. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_real_binary_corpus.py +0 -0
  40. {xrtm_data-0.2.3 → xrtm_data-0.2.4}/tests/test_schemas.py +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xrtm-data
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: The Snapshot Vault for XRTM.
5
5
  Author-email: XRTM Team <moy@xrtm.org>
6
6
  License-Expression: Apache-2.0
7
- Requires-Python: >=3.11
7
+ Requires-Python: <3.13,>=3.11
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: pydantic>=2.0.0
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "xrtm-data"
7
- version = "0.2.3"
7
+ version = "0.2.4"
8
8
  description = "The Snapshot Vault for XRTM."
9
9
  readme = "README.md"
10
- requires-python = ">=3.11"
10
+ requires-python = ">=3.11,<3.13"
11
11
  license = "Apache-2.0"
12
12
  authors = [
13
13
  {name = "XRTM Team", email = "moy@xrtm.org"}
@@ -21,7 +21,7 @@ This module provides the single source of truth for the package version.
21
21
 
22
22
  __all__ = ["__version__", "__author__", "__contact__", "__license__", "__copyright__"]
23
23
 
24
- __version__ = "0.2.3"
24
+ __version__ = "0.2.4"
25
25
  __author__ = "XRTM Team"
26
26
  __contact__ = "moy@xrtm.org"
27
27
  __license__ = "Apache-2.0"
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xrtm-data
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: The Snapshot Vault for XRTM.
5
5
  Author-email: XRTM Team <moy@xrtm.org>
6
6
  License-Expression: Apache-2.0
7
- Requires-Python: >=3.11
7
+ Requires-Python: <3.13,>=3.11
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
10
  Requires-Dist: pydantic>=2.0.0
File without changes
File without changes
File without changes