ksxt 1.0.6__tar.gz → 1.0.7__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 (125) hide show
  1. {ksxt-1.0.6 → ksxt-1.0.7}/LICENSE.txt +1 -1
  2. {ksxt-1.0.6/src/ksxt.egg-info → ksxt-1.0.7}/PKG-INFO +2 -2
  3. {ksxt-1.0.6 → ksxt-1.0.7}/pyproject.toml +1 -1
  4. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/parser/__pycache__/upbit.cpython-312.pyc +0 -0
  5. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/parser/upbit.py +2 -1
  6. {ksxt-1.0.6 → ksxt-1.0.7/src/ksxt.egg-info}/PKG-INFO +2 -2
  7. {ksxt-1.0.6 → ksxt-1.0.7}/MANIFEST.in +0 -0
  8. {ksxt-1.0.6 → ksxt-1.0.7}/README.md +0 -0
  9. {ksxt-1.0.6 → ksxt-1.0.7}/setup.cfg +0 -0
  10. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/__init__.py +0 -0
  11. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/__pycache__/__init__.cpython-312.pyc +0 -0
  12. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/__pycache__/bithumb.cpython-312.pyc +0 -0
  13. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/__pycache__/koreainvest.cpython-312.pyc +0 -0
  14. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/__pycache__/upbit.cpython-312.pyc +0 -0
  15. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/__init__.py +0 -0
  16. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/__pycache__/__init__.cpython-312.pyc +0 -0
  17. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/__pycache__/bithumb.cpython-312.pyc +0 -0
  18. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/__pycache__/koreainvest.cpython-312.pyc +0 -0
  19. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/__pycache__/upbit.cpython-312.pyc +0 -0
  20. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/auto/api_generator.py +0 -0
  21. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/auto/bithumb.py +0 -0
  22. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/auto/koreainvest.py +0 -0
  23. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/auto/upbit.py +0 -0
  24. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/bithumb.py +0 -0
  25. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/koreainvest.py +0 -0
  26. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/api/upbit.py +0 -0
  27. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/__init__.py +0 -0
  28. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/__pycache__/__init__.cpython-312.pyc +0 -0
  29. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/__pycache__/bithumb.cpython-312.pyc +0 -0
  30. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/__pycache__/koreainvest.cpython-312.pyc +0 -0
  31. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/__pycache__/upbit.cpython-312.pyc +0 -0
  32. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/base/__init__.py +0 -0
  33. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/base/__pycache__/__init__.cpython-312.pyc +0 -0
  34. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/base/__pycache__/async_exchange.cpython-312.pyc +0 -0
  35. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/base/async_exchange.py +0 -0
  36. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/bithumb.py +0 -0
  37. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/koreainvest.py +0 -0
  38. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/async_/upbit.py +0 -0
  39. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/__init__.py +0 -0
  40. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/__pycache__/__init__.cpython-312.pyc +0 -0
  41. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/__pycache__/errors.cpython-312.pyc +0 -0
  42. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/__pycache__/exchange.cpython-312.pyc +0 -0
  43. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/__pycache__/rate_limiter.cpython-312.pyc +0 -0
  44. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/__pycache__/rest_exchange.cpython-312.pyc +0 -0
  45. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/__pycache__/types.cpython-312.pyc +0 -0
  46. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/com_exchange.py +0 -0
  47. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/errors.py +0 -0
  48. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/exchange.py +0 -0
  49. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/rate_limiter.py +0 -0
  50. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/rest_exchange.py +0 -0
  51. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/base/types.py +0 -0
  52. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/bithumb.py +0 -0
  53. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/config/__init__.py +0 -0
  54. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/config/__pycache__/__init__.cpython-312.pyc +0 -0
  55. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/config/bithumb.toml +0 -0
  56. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/config/koreainvest.toml +0 -0
  57. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/config/token.toml +0 -0
  58. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/config/upbit.toml +0 -0
  59. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/koreainvest.py +0 -0
  60. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/__pycache__/base.cpython-312.pyc +0 -0
  61. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/__pycache__/db.cpython-312.pyc +0 -0
  62. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/__pycache__/logging.cpython-312.pyc +0 -0
  63. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/__pycache__/manager.cpython-312.pyc +0 -0
  64. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/__pycache__/markets.cpython-312.pyc +0 -0
  65. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/base.py +0 -0
  66. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/db.py +0 -0
  67. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/krx/__pycache__/kosdaq.cpython-312.pyc +0 -0
  68. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/krx/__pycache__/kospi.cpython-312.pyc +0 -0
  69. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/krx/__pycache__/stock.cpython-312.pyc +0 -0
  70. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/krx/kosdaq.py +0 -0
  71. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/krx/kospi.py +0 -0
  72. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/krx/stock.py +0 -0
  73. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/logging.py +0 -0
  74. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/manager.py +0 -0
  75. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/markets.py +0 -0
  76. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/us/__pycache__/amex.cpython-312.pyc +0 -0
  77. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/us/__pycache__/nasdaq.cpython-312.pyc +0 -0
  78. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/us/__pycache__/nyse.cpython-312.pyc +0 -0
  79. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/us/__pycache__/stock.cpython-312.pyc +0 -0
  80. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/us/amex.py +0 -0
  81. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/us/nasdaq.py +0 -0
  82. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/us/nyse.py +0 -0
  83. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/market/us/stock.py +0 -0
  84. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__init__.py +0 -0
  85. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/__init__.cpython-312.pyc +0 -0
  86. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/balance.cpython-312.pyc +0 -0
  87. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/cash.cpython-312.pyc +0 -0
  88. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/common.cpython-312.pyc +0 -0
  89. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/error.cpython-312.pyc +0 -0
  90. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/historical.cpython-312.pyc +0 -0
  91. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/market.cpython-312.pyc +0 -0
  92. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/order.cpython-312.pyc +0 -0
  93. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/orderbook.cpython-312.pyc +0 -0
  94. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/ticker.cpython-312.pyc +0 -0
  95. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/token.cpython-312.pyc +0 -0
  96. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/__pycache__/transaction.cpython-312.pyc +0 -0
  97. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/balance.py +0 -0
  98. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/cash.py +0 -0
  99. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/common.py +0 -0
  100. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/error.py +0 -0
  101. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/historical.py +0 -0
  102. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/market.py +0 -0
  103. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/order.py +0 -0
  104. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/orderbook.py +0 -0
  105. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/ticker.py +0 -0
  106. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/token.py +0 -0
  107. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/models/transaction.py +0 -0
  108. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/parser/__pycache__/bithumb.cpython-312.pyc +0 -0
  109. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/parser/__pycache__/koreainvest.cpython-312.pyc +0 -0
  110. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/parser/__pycache__/parser.cpython-312.pyc +0 -0
  111. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/parser/bithumb.py +0 -0
  112. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/parser/koreainvest.py +0 -0
  113. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/parser/parser.py +0 -0
  114. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/sample/symbol_sync.ipynb +0 -0
  115. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/upbit.py +0 -0
  116. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/utils/__pycache__/safer.cpython-312.pyc +0 -0
  117. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/utils/__pycache__/sorter.cpython-312.pyc +0 -0
  118. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/utils/__pycache__/timer.cpython-312.pyc +0 -0
  119. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/utils/safer.py +0 -0
  120. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/utils/sorter.py +0 -0
  121. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt/utils/timer.py +0 -0
  122. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt.egg-info/SOURCES.txt +0 -0
  123. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt.egg-info/dependency_links.txt +0 -0
  124. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt.egg-info/requires.txt +0 -0
  125. {ksxt-1.0.6 → ksxt-1.0.7}/src/ksxt.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright © 2023 AMOSA
3
+ Copyright © 2025 AMOSA
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ksxt
3
- Version: 1.0.6
3
+ Version: 1.0.7
4
4
  License: MIT License
5
5
 
6
- Copyright © 2023 AMOSA
6
+ Copyright © 2025 AMOSA
7
7
 
8
8
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
  of this software and associated documentation files (the "Software"), to deal
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
 
9
9
  [project]
10
10
  name = "ksxt"
11
- version = "1.0.6"
11
+ version = "1.0.7"
12
12
  readme = "README.md"
13
13
  license = { file="LICENSE.txt" }
14
14
 
@@ -313,6 +313,8 @@ class UpbitParser(BaseParser):
313
313
  uuid=safer.safe_string(order, "uuid"),
314
314
  account_id="",
315
315
  transaction_type=safer.safe_string(order, "side"),
316
+ order_type=safer.safe_string(order, "ord_type"),
317
+ tr_position="long",
316
318
  symbol=self.safe_symbol(base_market, safer.safe_string(order, "market")),
317
319
  price=price,
318
320
  qty=safer.safe_number(order, "volume"),
@@ -320,7 +322,6 @@ class UpbitParser(BaseParser):
320
322
  tax=0,
321
323
  fee=safer.safe_number(order, "paid_fee"),
322
324
  currency=base_market,
323
- order_type=safer.safe_string(order, "ord_type"),
324
325
  created_at=datetime.fromisoformat(safer.safe_string(order, "created_at")),
325
326
  )
326
327
 
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ksxt
3
- Version: 1.0.6
3
+ Version: 1.0.7
4
4
  License: MIT License
5
5
 
6
- Copyright © 2023 AMOSA
6
+ Copyright © 2025 AMOSA
7
7
 
8
8
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
  of this software and associated documentation files (the "Software"), to deal
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
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