pmxt 1.0.0b1__py3-none-any.whl → 1.0.0b2__py3-none-any.whl

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.
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pmxt
3
- Version: 1.0.0b1
3
+ Version: 1.0.0b2
4
4
  Summary: Unified prediction market data API - The ccxt for prediction markets
5
5
  Author: PMXT Contributors
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/qoery-com/pmxt
8
- Project-URL: Documentation, https://github.com/qoery-com/pmxt#readme
9
- Project-URL: Repository, https://github.com/qoery-com/pmxt
10
- Project-URL: Issues, https://github.com/qoery-com/pmxt/issues
7
+ Project-URL: Homepage, https://github.com/pmxt-dev/pmxt
8
+ Project-URL: Documentation, https://github.com/pmxt-dev/pmxt#readme
9
+ Project-URL: Repository, https://github.com/pmxt-dev/pmxt
10
+ Project-URL: Issues, https://github.com/pmxt-dev/pmxt/issues
11
11
  Keywords: prediction markets,polymarket,kalshi,trading,api
12
12
  Classifier: Development Status :: 4 - Beta
13
13
  Classifier: Intended Audience :: Developers
@@ -2,10 +2,10 @@ pmxt/__init__.py,sha256=4NsyNOxwK1CBhxuFiJwpIiLcGCAYgwKJuQ7bTnsNaUs,1150
2
2
  pmxt/client.py,sha256=ZxImc2pYjvVGr51lmKGMj89ecRaNcBqoyvPqNIhUHLY,21420
3
3
  pmxt/models.py,sha256=Mu0hLVjQU3PM5m68poK61VQcJtPQ8ZdLdLU7pq1lqjQ,6004
4
4
  pmxt/server_manager.py,sha256=_RZ6bfTzmD4cnpsDcjgvoSEW_Ep6oCMHT6bGVpQNHdc,7812
5
- pmxt_internal/__init__.py,sha256=H1owahSwKlDMF-WD5Yx4BTuBforUlPjER1Ch4d9WrSQ,5759
6
- pmxt_internal/api_client.py,sha256=vI10LvF0cPJax6gJh-8DxwG_cbeVPINAdgCopmAR-6M,27891
5
+ pmxt_internal/__init__.py,sha256=jYnW9iT1XipuXcWz00BmKs7Qm-mxWV6sg4jptw9emfU,5759
6
+ pmxt_internal/api_client.py,sha256=d9e8FqK4ISRrA0O-7mnoHa_fwtTtW0XyQyE_XR7vSy8,27891
7
7
  pmxt_internal/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
8
- pmxt_internal/configuration.py,sha256=beNvO-aDevU5t_55Eq4xaFaQvK942jccOe_JZ69UdfE,18322
8
+ pmxt_internal/configuration.py,sha256=bLR7kUC9Gl0o2iIdeKUO1ohr6siU_x9BQ0CanPI59yo,18322
9
9
  pmxt_internal/exceptions.py,sha256=txF8A7vlan57JS69kFPs-IZF-Qhp7IZobBTJVa4fOaM,6644
10
10
  pmxt_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  pmxt_internal/rest.py,sha256=FMj4yaV6XLr842u_ScWHSzQsTFdk0jaUeuWLJoRbogQ,9760
@@ -48,7 +48,7 @@ pmxt_internal/models/search_markets_request.py,sha256=7g1eR7aDrpWdsY-S-YHp-O42zJ
48
48
  pmxt_internal/models/search_markets_request_args_inner.py,sha256=PkusFd_OxhUsItsBpluPJA11zg0sXXjbOK-lPmemvLs,5561
49
49
  pmxt_internal/models/trade.py,sha256=U6Fc18rbwILs9FmX8CSDYYL8dF6763l8QzeMQNRxQdo,3328
50
50
  pmxt_internal/models/unified_market.py,sha256=VJNgzAmW4XNnjdpoi6F6xD_kl8jHUSNlW0Vz-Faf9vA,3625
51
- pmxt-1.0.0b1.dist-info/METADATA,sha256=vcLFOU6jaNKy9s1LMTYrnxWNJtfEDajpbhYyhx53P50,6306
52
- pmxt-1.0.0b1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
53
- pmxt-1.0.0b1.dist-info/top_level.txt,sha256=J_jrcouJ-x-5lpcXMxeW0GOSi1HsBVR5_PdSfvigVrw,19
54
- pmxt-1.0.0b1.dist-info/RECORD,,
51
+ pmxt-1.0.0b2.dist-info/METADATA,sha256=3FvaKGAw0_NM1a3fjRW9NG792l3MAXKx3oHzF3hKI3E,6302
52
+ pmxt-1.0.0b2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
53
+ pmxt-1.0.0b2.dist-info/top_level.txt,sha256=J_jrcouJ-x-5lpcXMxeW0GOSi1HsBVR5_PdSfvigVrw,19
54
+ pmxt-1.0.0b2.dist-info/RECORD,,
pmxt_internal/__init__.py CHANGED
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "1.0.0b1"
17
+ __version__ = "1.0.0b2"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/1.0.0b1/python'
94
+ self.user_agent = 'OpenAPI-Generator/1.0.0b2/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -506,7 +506,7 @@ class Configuration:
506
506
  "OS: {env}\n"\
507
507
  "Python Version: {pyversion}\n"\
508
508
  "Version of the API: 0.4.4\n"\
509
- "SDK Package Version: 1.0.0b1".\
509
+ "SDK Package Version: 1.0.0b2".\
510
510
  format(env=sys.platform, pyversion=sys.version)
511
511
 
512
512
  def get_host_settings(self) -> List[HostSetting]:
File without changes