quantplay 2.0.39__tar.gz → 2.0.40__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 (62) hide show
  1. {quantplay-2.0.39 → quantplay-2.0.40}/PKG-INFO +1 -1
  2. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/five_paisa.py +7 -1
  3. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/model/generics.py +10 -12
  4. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay.egg-info/PKG-INFO +1 -1
  5. {quantplay-2.0.39 → quantplay-2.0.40}/setup.py +1 -1
  6. {quantplay-2.0.39 → quantplay-2.0.40}/README.md +0 -0
  7. {quantplay-2.0.39 → quantplay-2.0.40}/pyproject.toml +0 -0
  8. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/__init__.py +0 -0
  9. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/__init__.py +0 -0
  10. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/aliceblue.py +0 -0
  11. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/angelone.py +0 -0
  12. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/auto_login/__init__.py +0 -0
  13. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/auto_login/aliceblue.py +0 -0
  14. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/dhan.py +0 -0
  15. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/finvasia_utils/__init__.py +0 -0
  16. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/finvasia_utils/fa_noren.py +0 -0
  17. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/flattrade.py +0 -0
  18. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/ft_utils/__init__.py +0 -0
  19. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/ft_utils/flattrade_utils.py +0 -0
  20. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/ft_utils/ft_noren.py +0 -0
  21. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/generics/__init__.py +0 -0
  22. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/generics/broker.py +0 -0
  23. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/iifl_xts.py +0 -0
  24. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/kite_utils.py +0 -0
  25. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/motilal.py +0 -0
  26. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/noren.py +0 -0
  27. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/shoonya.py +0 -0
  28. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/uplink/__init__.py +0 -0
  29. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/uplink/uplink_utils.py +0 -0
  30. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/upstox.py +0 -0
  31. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/xts.py +0 -0
  32. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/xts_utils/Connect.py +0 -0
  33. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/xts_utils/Exception.py +0 -0
  34. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/xts_utils/InteractiveSocketClient.py +0 -0
  35. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/xts_utils/__init__.py +0 -0
  36. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/broker/zerodha.py +0 -0
  37. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/exception/__init__.py +0 -0
  38. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/exception/exceptions.py +0 -0
  39. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/model/__init__.py +0 -0
  40. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/model/broker.py +0 -0
  41. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/model/instrument_data.py +0 -0
  42. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/model/order_event.py +0 -0
  43. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/py.typed +0 -0
  44. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/utils/__init__.py +0 -0
  45. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/utils/constant.py +0 -0
  46. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/utils/exchange.py +0 -0
  47. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/utils/number_utils.py +0 -0
  48. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/utils/pickle_utils.py +0 -0
  49. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/utils/selenium_utils.py +0 -0
  50. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/wrapper/__init__.py +0 -0
  51. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/wrapper/aws/__init__.py +0 -0
  52. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay/wrapper/aws/s3.py +0 -0
  53. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay.egg-info/SOURCES.txt +0 -0
  54. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay.egg-info/dependency_links.txt +0 -0
  55. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay.egg-info/requires.txt +0 -0
  56. {quantplay-2.0.39 → quantplay-2.0.40}/quantplay.egg-info/top_level.txt +0 -0
  57. {quantplay-2.0.39 → quantplay-2.0.40}/setup.cfg +0 -0
  58. {quantplay-2.0.39 → quantplay-2.0.40}/tests/__init__.py +0 -0
  59. {quantplay-2.0.39 → quantplay-2.0.40}/tests/conftest.py +0 -0
  60. {quantplay-2.0.39 → quantplay-2.0.40}/tests/wrapper/__init__.py +0 -0
  61. {quantplay-2.0.39 → quantplay-2.0.40}/tests/wrapper/aws/__init__.py +0 -0
  62. {quantplay-2.0.39 → quantplay-2.0.40}/tests/wrapper/aws/s3_test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quantplay
3
- Version: 2.0.39
3
+ Version: 2.0.40
4
4
  Summary: This python package will be stored in AWS CodeArtifact
5
5
  Home-page:
6
6
  Author:
@@ -17,7 +17,7 @@ from quantplay.exception.exceptions import (
17
17
  TokenException,
18
18
  retry_exception,
19
19
  )
20
- from quantplay.model.broker import UserBrokerProfileResponse
20
+ from quantplay.model.broker import ModifyOrderRequest, UserBrokerProfileResponse
21
21
  from quantplay.model.generics import (
22
22
  ExchangeType,
23
23
  OrderTypeType,
@@ -551,6 +551,12 @@ class FivePaisa(Broker):
551
551
  }
552
552
  return response
553
553
 
554
+ def cancel_order(self, order_id: str, variety: str | None = None):
555
+ raise NotImplementedError("Cancel Order Not Implementd")
556
+
557
+ def modify_order(self, order: ModifyOrderRequest):
558
+ raise NotImplementedError("Cancel Order Not Implementd")
559
+
554
560
  def get_quantplay_product(self, exchange: ExchangeType, product: ProductType):
555
561
  product_map: Dict[str, ProductType] = {"D": "CNC", "I": "MIS"}
556
562
  if product in product_map:
@@ -1,8 +1,6 @@
1
1
  from typing import Literal
2
- from dhanhq import dhanhq
3
- from typing import Literal, TypedDict
2
+ from typing import TypedDict
4
3
 
5
- from pya3.alicebluepy import Aliceblue
6
4
 
7
5
  ExchangeType = Literal["NSE", "BSE", "NFO", "BFO", "CDS", "BCD", "MCX"]
8
6
  ProductType = Literal["NRML", "MIS", "CNC"]
@@ -33,15 +31,15 @@ class ZerodhaTypes:
33
31
 
34
32
 
35
33
  class AliceblueTypes:
36
- ExchangeType = (
37
- Aliceblue.EXCHANGE_BCD
38
- | Aliceblue.EXCHANGE_BFO
39
- | Aliceblue.EXCHANGE_BSE
40
- | Aliceblue.EXCHANGE_CDS
41
- | Aliceblue.EXCHANGE_MCX
42
- | Aliceblue.EXCHANGE_NFO
43
- | Aliceblue.EXCHANGE_NSE
44
- )
34
+ ExchangeType = Literal[
35
+ "NSE",
36
+ "NFO",
37
+ "CDS",
38
+ "BSE",
39
+ "BFO",
40
+ "BCD",
41
+ "MCX",
42
+ ]
45
43
 
46
44
 
47
45
  class NorenTypes:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quantplay
3
- Version: 2.0.39
3
+ Version: 2.0.40
4
4
  Summary: This python package will be stored in AWS CodeArtifact
5
5
  Home-page:
6
6
  Author:
@@ -21,7 +21,7 @@ requirements = [
21
21
  setup(
22
22
  name="quantplay",
23
23
  long_description=Path("README.md").read_text(),
24
- version="2.0.39",
24
+ version="2.0.40",
25
25
  setup_requires=["pytest-runner"],
26
26
  install_requires=requirements,
27
27
  tests_require=[],
File without changes
File without changes
File without changes
File without changes
File without changes