pykalshi 0.2.0__tar.gz → 0.2.1__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.
- {pykalshi-0.2.0 → pykalshi-0.2.1}/PKG-INFO +5 -5
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi.egg-info/PKG-INFO +5 -5
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pyproject.toml +5 -5
- {pykalshi-0.2.0 → pykalshi-0.2.1}/LICENSE +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/README.md +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/__init__.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/api_keys.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/client.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/enums.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/events.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/exceptions.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/exchange.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/feed.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/markets.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/models.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/orderbook.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/orders.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/portfolio.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/py.typed +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi/rate_limiter.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi.egg-info/SOURCES.txt +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi.egg-info/dependency_links.txt +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi.egg-info/requires.txt +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/pykalshi.egg-info/top_level.txt +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/setup.cfg +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_api_keys.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_client.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_exchange.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_feed.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_integration.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_markets.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_models.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_portfolio.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_series.py +0 -0
- {pykalshi-0.2.0 → pykalshi-0.2.1}/tests/test_workflow.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pykalshi
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A typed Python client for the Kalshi prediction markets API with WebSocket streaming, automatic retries, and ergonomic interfaces
|
|
5
5
|
Author-email: Arsh Koneru <arshkon@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/ArshKA/
|
|
8
|
-
Project-URL: Repository, https://github.com/ArshKA/
|
|
9
|
-
Project-URL: Documentation, https://github.com/ArshKA/
|
|
10
|
-
Project-URL: Issues, https://github.com/ArshKA/
|
|
7
|
+
Project-URL: Homepage, https://github.com/ArshKA/pykalshi
|
|
8
|
+
Project-URL: Repository, https://github.com/ArshKA/pykalshi
|
|
9
|
+
Project-URL: Documentation, https://github.com/ArshKA/pykalshi#readme
|
|
10
|
+
Project-URL: Issues, https://github.com/ArshKA/pykalshi/issues
|
|
11
11
|
Keywords: kalshi,prediction-markets,trading,api-client,websocket,finance,betting,forecasting,elections,event-contracts,binary-options,real-time,async,pydantic,orderbook,market-data
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pykalshi
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A typed Python client for the Kalshi prediction markets API with WebSocket streaming, automatic retries, and ergonomic interfaces
|
|
5
5
|
Author-email: Arsh Koneru <arshkon@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/ArshKA/
|
|
8
|
-
Project-URL: Repository, https://github.com/ArshKA/
|
|
9
|
-
Project-URL: Documentation, https://github.com/ArshKA/
|
|
10
|
-
Project-URL: Issues, https://github.com/ArshKA/
|
|
7
|
+
Project-URL: Homepage, https://github.com/ArshKA/pykalshi
|
|
8
|
+
Project-URL: Repository, https://github.com/ArshKA/pykalshi
|
|
9
|
+
Project-URL: Documentation, https://github.com/ArshKA/pykalshi#readme
|
|
10
|
+
Project-URL: Issues, https://github.com/ArshKA/pykalshi/issues
|
|
11
11
|
Keywords: kalshi,prediction-markets,trading,api-client,websocket,finance,betting,forecasting,elections,event-contracts,binary-options,real-time,async,pydantic,orderbook,market-data
|
|
12
12
|
Classifier: Development Status :: 4 - Beta
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pykalshi"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.1"
|
|
4
4
|
description = "A typed Python client for the Kalshi prediction markets API with WebSocket streaming, automatic retries, and ergonomic interfaces"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = {text = "MIT"}
|
|
@@ -63,10 +63,10 @@ dev = [
|
|
|
63
63
|
]
|
|
64
64
|
|
|
65
65
|
[project.urls]
|
|
66
|
-
Homepage = "https://github.com/ArshKA/
|
|
67
|
-
Repository = "https://github.com/ArshKA/
|
|
68
|
-
Documentation = "https://github.com/ArshKA/
|
|
69
|
-
Issues = "https://github.com/ArshKA/
|
|
66
|
+
Homepage = "https://github.com/ArshKA/pykalshi"
|
|
67
|
+
Repository = "https://github.com/ArshKA/pykalshi"
|
|
68
|
+
Documentation = "https://github.com/ArshKA/pykalshi#readme"
|
|
69
|
+
Issues = "https://github.com/ArshKA/pykalshi/issues"
|
|
70
70
|
|
|
71
71
|
[build-system]
|
|
72
72
|
requires = ["setuptools>=61.0"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|