hive-nectar 0.0.4__tar.gz → 0.0.6__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.

Potentially problematic release.


This version of hive-nectar might be problematic. Click here for more details.

Files changed (276) hide show
  1. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/CHANGELOG.md +4 -0
  2. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/PKG-INFO +2 -1
  3. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/pyproject.toml +2 -1
  4. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/blockchain.py +6 -6
  5. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/comment.py +8 -2
  6. {hive_nectar-0.0.4/src/nectargraphenebase → hive_nectar-0.0.6/src/nectar}/version.py +1 -1
  7. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarapi/graphenerpc.py +49 -76
  8. {hive_nectar-0.0.4/src/nectar → hive_nectar-0.0.6/src/nectarapi}/version.py +1 -1
  9. {hive_nectar-0.0.4/src/nectarapi → hive_nectar-0.0.6/src/nectarbase}/version.py +1 -1
  10. {hive_nectar-0.0.4/src/nectarbase → hive_nectar-0.0.6/src/nectargraphenebase}/version.py +1 -1
  11. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/uv.lock +39 -25
  12. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/.gitignore +0 -0
  13. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/LICENSE.txt +0 -0
  14. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/Makefile +0 -0
  15. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/README.md +0 -0
  16. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/Makefile +0 -0
  17. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/_static/nectar-icon.png +0 -0
  18. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/_static/nectar-icon_bw.png +0 -0
  19. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/_static/nectar-logo.png +0 -0
  20. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/_static/nectar-logo.svg +0 -0
  21. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/_static/nectar-logo_2.png +0 -0
  22. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/_static/nectar-logo_2.svg +0 -0
  23. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/_static/nectar-logo_bw.png +0 -0
  24. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/_static/nectar-logo_bw.svg +0 -0
  25. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/apidefinitions.rst +0 -0
  26. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/cli.rst +0 -0
  27. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/conf.py +0 -0
  28. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/configuration.rst +0 -0
  29. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/contribute.rst +0 -0
  30. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/index.rst +0 -0
  31. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/indices.rst +0 -0
  32. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/installation.rst +0 -0
  33. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/make.bat +0 -0
  34. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/modules.rst +0 -0
  35. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.account.rst +0 -0
  36. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.amount.rst +0 -0
  37. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.asciichart.rst +0 -0
  38. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.asset.rst +0 -0
  39. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.block.rst +0 -0
  40. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.blockchain.rst +0 -0
  41. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.blockchaininstance.rst +0 -0
  42. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.blockchainobject.rst +0 -0
  43. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.comment.rst +0 -0
  44. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.community.rst +0 -0
  45. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.conveyor.rst +0 -0
  46. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.discussions.rst +0 -0
  47. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.exceptions.rst +0 -0
  48. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.hive.rst +0 -0
  49. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.hivesigner.rst +0 -0
  50. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.imageuploader.rst +0 -0
  51. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.instance.rst +0 -0
  52. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.market.rst +0 -0
  53. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.memo.rst +0 -0
  54. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.message.rst +0 -0
  55. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.nodelist.rst +0 -0
  56. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.price.rst +0 -0
  57. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.rc.rst +0 -0
  58. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.snapshot.rst +0 -0
  59. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.steem.rst +0 -0
  60. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.storage.rst +0 -0
  61. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.transactionbuilder.rst +0 -0
  62. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.utils.rst +0 -0
  63. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.vote.rst +0 -0
  64. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.wallet.rst +0 -0
  65. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectar.witness.rst +0 -0
  66. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarapi.exceptions.rst +0 -0
  67. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarapi.graphenenerpc.rst +0 -0
  68. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarapi.node.rst +0 -0
  69. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarapi.noderpc.rst +0 -0
  70. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarbase.ledgertransactions.rst +0 -0
  71. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarbase.memo.rst +0 -0
  72. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarbase.objects.rst +0 -0
  73. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarbase.objecttypes.rst +0 -0
  74. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarbase.operationids.rst +0 -0
  75. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarbase.operations.rst +0 -0
  76. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarbase.signedtransactions.rst +0 -0
  77. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.account.rst +0 -0
  78. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.aes.rst +0 -0
  79. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.base58.rst +0 -0
  80. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.bip32.rst +0 -0
  81. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.bip38.rst +0 -0
  82. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.ecdsasig.rst +0 -0
  83. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.objects.rst +0 -0
  84. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.objecttypes.rst +0 -0
  85. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.operations.rst +0 -0
  86. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.signedtransactions.rst +0 -0
  87. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectargraphenebase.unsignedtransactions.rst +0 -0
  88. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarstorage.base.rst +0 -0
  89. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarstorage.exceptions.rst +0 -0
  90. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarstorage.interfaces.rst +0 -0
  91. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarstorage.masterpassword.rst +0 -0
  92. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarstorage.ram.rst +0 -0
  93. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/nectarstorage.sqlite.rst +0 -0
  94. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/quickstart.rst +0 -0
  95. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/requirements.txt +0 -0
  96. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/support.rst +0 -0
  97. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/docs/tutorials.rst +0 -0
  98. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/account_curation_per_week_and_1k_sp.py +0 -0
  99. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/account_rep_over_time.py +0 -0
  100. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/account_sp_over_time.py +0 -0
  101. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/account_vp_over_time.py +0 -0
  102. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/accout_reputation_by_SP.py +0 -0
  103. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/benchmark_nectar.py +0 -0
  104. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/benchmark_nodes.py +0 -0
  105. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/benchmark_nodes2.py +0 -0
  106. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/blockactivity.py +0 -0
  107. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/blockstats.py +0 -0
  108. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/cache_performance.py +0 -0
  109. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/check_followers.py +0 -0
  110. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/compare_transactions_speed_with_steem.py +0 -0
  111. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/compare_with_steem_python_account.py +0 -0
  112. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/hf20_testnet.py +0 -0
  113. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/login_app/app.py +0 -0
  114. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/memory_profiler1.py +0 -0
  115. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/memory_profiler2.py +0 -0
  116. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/next_witness_block_coundown.py +0 -0
  117. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/op_on_testnet.py +0 -0
  118. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/post_to_html.py +0 -0
  119. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/post_to_md.py +0 -0
  120. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/print_appbase_calls.py +0 -0
  121. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/print_comments.py +0 -0
  122. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/print_votes.py +0 -0
  123. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/stream_threading_performance.py +0 -0
  124. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/using_custom_chain.py +0 -0
  125. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/using_steem_offline.py +0 -0
  126. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/waitForRecharge.py +0 -0
  127. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/watching_the_watchers.py +0 -0
  128. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/examples/write_blocks_to_file.py +0 -0
  129. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/generate_versions.py +0 -0
  130. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/pytest.ini +0 -0
  131. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/__init__.py +0 -0
  132. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/account.py +0 -0
  133. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/amount.py +0 -0
  134. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/asciichart.py +0 -0
  135. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/asset.py +0 -0
  136. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/block.py +0 -0
  137. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/blockchaininstance.py +0 -0
  138. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/blockchainobject.py +0 -0
  139. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/blurt.py +0 -0
  140. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/cli.py +0 -0
  141. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/community.py +0 -0
  142. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/constants.py +0 -0
  143. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/conveyor.py +0 -0
  144. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/discussions.py +0 -0
  145. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/exceptions.py +0 -0
  146. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/hive.py +0 -0
  147. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/hivesigner.py +0 -0
  148. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/imageuploader.py +0 -0
  149. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/instance.py +0 -0
  150. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/market.py +0 -0
  151. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/memo.py +0 -0
  152. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/message.py +0 -0
  153. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/nodelist.py +0 -0
  154. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/price.py +0 -0
  155. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/profile.py +0 -0
  156. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/py.typed +0 -0
  157. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/rc.py +0 -0
  158. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/snapshot.py +0 -0
  159. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/steem.py +0 -0
  160. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/storage.py +0 -0
  161. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/transactionbuilder.py +0 -0
  162. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/utils.py +0 -0
  163. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/vote.py +0 -0
  164. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/wallet.py +0 -0
  165. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectar/witness.py +0 -0
  166. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarapi/__init__.py +0 -0
  167. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarapi/exceptions.py +0 -0
  168. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarapi/node.py +0 -0
  169. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarapi/noderpc.py +0 -0
  170. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarapi/py.typed +0 -0
  171. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarapi/rpcutils.py +0 -0
  172. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/__init__.py +0 -0
  173. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/ledgertransactions.py +0 -0
  174. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/memo.py +0 -0
  175. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/objects.py +0 -0
  176. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/objecttypes.py +0 -0
  177. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/operationids.py +0 -0
  178. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/operations.py +0 -0
  179. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/py.typed +0 -0
  180. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/signedtransactions.py +0 -0
  181. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarbase/transactions.py +0 -0
  182. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargrapheneapi/__init__.py +0 -0
  183. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargrapheneapi/py.typed +0 -0
  184. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/__init__.py +0 -0
  185. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/account.py +0 -0
  186. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/aes.py +0 -0
  187. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/base58.py +0 -0
  188. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/bip32.py +0 -0
  189. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/bip38.py +0 -0
  190. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/chains.py +0 -0
  191. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/dictionary.py +0 -0
  192. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/ecdsasig.py +0 -0
  193. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/objects.py +0 -0
  194. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/objecttypes.py +0 -0
  195. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/operationids.py +0 -0
  196. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/operations.py +0 -0
  197. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/prefix.py +0 -0
  198. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/py.typed +0 -0
  199. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/py23.py +0 -0
  200. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/signedtransactions.py +0 -0
  201. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/types.py +0 -0
  202. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectargraphenebase/unsignedtransactions.py +0 -0
  203. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarstorage/__init__.py +0 -0
  204. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarstorage/base.py +0 -0
  205. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarstorage/exceptions.py +0 -0
  206. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarstorage/interfaces.py +0 -0
  207. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarstorage/masterpassword.py +0 -0
  208. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarstorage/py.typed +0 -0
  209. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarstorage/ram.py +0 -0
  210. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/nectarstorage/sqlite.py +0 -0
  211. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/src/py.typed +0 -0
  212. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/__init__.py +0 -0
  213. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/__init__.py +0 -0
  214. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/data/drv-wif-idx100.txt +0 -0
  215. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/data/pubkey.json +0 -0
  216. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/nodes.py +0 -0
  217. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_account.py +0 -0
  218. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_account_blurt.py +0 -0
  219. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_account_steem.py +0 -0
  220. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_aes.py +0 -0
  221. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_amount.py +0 -0
  222. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_asciichart.py +0 -0
  223. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_asset.py +0 -0
  224. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_base_objects.py +0 -0
  225. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_block.py +0 -0
  226. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_blockchain.py +0 -0
  227. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_blockchain_batch.py +0 -0
  228. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_blockchain_threading.py +0 -0
  229. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_cli.py +0 -0
  230. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_comment.py +0 -0
  231. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_connection.py +0 -0
  232. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_constants.py +0 -0
  233. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_conveyor.py +0 -0
  234. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_discussions.py +0 -0
  235. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_hive.py +0 -0
  236. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_hivesigner.py +0 -0
  237. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_instance.py +0 -0
  238. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_market.py +0 -0
  239. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_memo.py +0 -0
  240. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_message.py +0 -0
  241. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_nodelist.py +0 -0
  242. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_objectcache.py +0 -0
  243. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_price.py +0 -0
  244. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_profile.py +0 -0
  245. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_steem.py +0 -0
  246. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_storage.py +0 -0
  247. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_testnet.py +0 -0
  248. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_txbuffers.py +0 -0
  249. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_utils.py +0 -0
  250. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_vote.py +0 -0
  251. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_wallet.py +0 -0
  252. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectar/test_witness.py +0 -0
  253. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarapi/__init__.py +0 -0
  254. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarapi/test_node.py +0 -0
  255. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarapi/test_noderpc.py +0 -0
  256. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarapi/test_rpcutils.py +0 -0
  257. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarbase/__init__.py +0 -0
  258. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarbase/test_ledgertransactions.py +0 -0
  259. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarbase/test_memo.py +0 -0
  260. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarbase/test_objects.py +0 -0
  261. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarbase/test_operations.py +0 -0
  262. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarbase/test_transactions.py +0 -0
  263. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/__init__.py +0 -0
  264. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_account.py +0 -0
  265. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_base58.py +0 -0
  266. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_bip32.py +0 -0
  267. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_bip38.py +0 -0
  268. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_ecdsa.py +0 -0
  269. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_key_format.py +0 -0
  270. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_objects.py +0 -0
  271. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_py23.py +0 -0
  272. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectargraphene/test_types.py +0 -0
  273. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarstorage/__init__.py +0 -0
  274. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarstorage/test_keystorage.py +0 -0
  275. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarstorage/test_masterpassword.py +0 -0
  276. {hive_nectar-0.0.4 → hive_nectar-0.0.6}/tests/nectarstorage/test_sqlite.py +0 -0
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.0.5
4
+
5
+ More community fixes, including the Community Title Property
6
+
3
7
  ## 0.0.4
4
8
 
5
9
  Small community fixes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hive-nectar
3
- Version: 0.0.4
3
+ Version: 0.0.6
4
4
  Summary: Unofficial Python library for HIVE
5
5
  Project-URL: Homepage, http://www.github.com/thecrazygm/hive-nectar
6
6
  Project-URL: Download, https://github.com/thecrazygm/hive-nectar/tarball/0.00.01
@@ -54,6 +54,7 @@ Requires-Dist: pycryptodomex
54
54
  Requires-Dist: requests
55
55
  Requires-Dist: ruamel-yaml
56
56
  Requires-Dist: scrypt
57
+ Requires-Dist: types-requests>=2.32.0.20250328
57
58
  Requires-Dist: websocket-client
58
59
  Description-Content-Type: text/markdown
59
60
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "hive-nectar"
7
- version = "0.0.4"
7
+ version = "0.0.6"
8
8
  description = "Unofficial Python library for HIVE"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -41,6 +41,7 @@ dependencies = [
41
41
  "ruamel.yaml",
42
42
  "diff_match_patch",
43
43
  "asn1crypto",
44
+ "types-requests>=2.32.0.20250328",
44
45
  ]
45
46
 
46
47
  [project.urls]
@@ -39,9 +39,7 @@ if not FUTURES_MODULE:
39
39
  # default exception handler. if you want to take some action on failed tasks
40
40
  # maybe add the task back into the queue, then make your own handler and pass it in
41
41
  def default_handler(name, exception, *args, **kwargs):
42
- log.warn(
43
- "%s raised %s with args %s and kwargs %s" % (name, str(exception), repr(args), repr(kwargs))
44
- )
42
+ log.warning(f"{name} raised {exception} with args {args!r} and kwargs {kwargs!r}")
45
43
  pass
46
44
 
47
45
 
@@ -67,7 +65,7 @@ class Worker(Thread):
67
65
  # get a task and raise immediately if none available
68
66
  func, args, kwargs = self.queue.get(False)
69
67
  self.idle.clear()
70
- except:
68
+ except Exception:
71
69
  # no work to do
72
70
  # if not self.idle.is_set():
73
71
  # print >> stdout, '%s is idle' % self.name
@@ -175,7 +173,7 @@ class Pool:
175
173
  # get a result, raises empty exception immediately if none available
176
174
  results.append(self.resultQueue.get(False))
177
175
  self.resultQueue.task_done()
178
- except:
176
+ except Exception:
179
177
  return results
180
178
  return results
181
179
 
@@ -627,7 +625,9 @@ class Blockchain(object):
627
625
  )
628
626
 
629
627
  if not bool(block_batch):
630
- raise BatchedCallsNotSupported()
628
+ raise BatchedCallsNotSupported(
629
+ f"{self.blockchain.rpc.url} Doesn't support batched calls"
630
+ )
631
631
  if not isinstance(block_batch, list):
632
632
  block_batch = [block_batch]
633
633
  for block in block_batch:
@@ -231,8 +231,6 @@ class Comment(BlockchainObject):
231
231
  output["json_metadata"] = json.dumps(output["json_metadata"], separators=[",", ":"])
232
232
  if "tags" in output:
233
233
  output.pop("tags")
234
- if "community" in output:
235
- output.pop("community")
236
234
  parse_times = [
237
235
  "active",
238
236
  "cashout_time",
@@ -317,6 +315,14 @@ class Comment(BlockchainObject):
317
315
  else:
318
316
  return ""
319
317
 
318
+ @property
319
+ def community_title(self):
320
+ """The Community title property."""
321
+ if "community_title" in self:
322
+ return self["community_title"]
323
+ else:
324
+ return ""
325
+
320
326
  @property
321
327
  def parent_author(self):
322
328
  if "parent_author" in self:
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.0.4"
3
+ version = "0.0.6"
@@ -46,7 +46,7 @@ log = logging.getLogger(__name__)
46
46
 
47
47
 
48
48
  class SessionInstance(object):
49
- """Singelton for the Session Instance"""
49
+ """Singleton for the Session Instance"""
50
50
 
51
51
  instance = None
52
52
 
@@ -59,7 +59,7 @@ def set_session_instance(instance):
59
59
  def shared_session_instance():
60
60
  """Get session instance"""
61
61
  if REQUEST_MODULE is None:
62
- raise Exception()
62
+ raise Exception("Requests module is not available.")
63
63
  if not SessionInstance.instance:
64
64
  SessionInstance.instance = requests.Session()
65
65
  return SessionInstance.instance
@@ -68,7 +68,7 @@ def shared_session_instance():
68
68
  def create_ws_instance(use_ssl=True, enable_multithread=True):
69
69
  """Get websocket instance"""
70
70
  if WEBSOCKET_MODULE is None:
71
- raise Exception()
71
+ raise Exception("WebSocket module is not available.")
72
72
  if use_ssl:
73
73
  ssl_defaults = ssl.get_default_verify_paths()
74
74
  sslopt_ca_certs = {"ca_certs": ssl_defaults.cafile}
@@ -79,47 +79,24 @@ def create_ws_instance(use_ssl=True, enable_multithread=True):
79
79
 
80
80
  class GrapheneRPC(object):
81
81
  """
82
- This class allows to call API methods synchronously, without callbacks.
82
+ This class allows calling API methods synchronously, without callbacks.
83
83
 
84
84
  It logs warnings and errors.
85
85
 
86
86
  :param str urls: Either a single Websocket/Http URL, or a list of URLs
87
87
  :param str user: Username for Authentication
88
88
  :param str password: Password for Authentication
89
- :param int num_retries: Try x times to num_retries to a node on disconnect, -1 for indefinitely (default is 100)
90
- :param int num_retries_call: Repeat num_retries_call times a rpc call on node error (default is 5)
91
- :param int timeout: Timeout setting for https nodes (default is 60)
92
- :param bool autoconnect: When set to false, connection is performed on the first rpc call (default is True)
93
- :param bool use_condenser: Use the old condenser_api rpc protocol on nodes with version
94
- 0.19.4 or higher. The settings has no effect on nodes with version of 0.19.3 or lower.
95
- :param bool use_tor: When set to true, 'socks5h://localhost:9050' is set as proxy
96
- :param dict custom_chains: custom chain which should be added to the known chains
97
-
98
- Available APIs:
99
-
100
- * database
101
- * network_node
102
- * network_broadcast
103
-
104
- Usage:
105
-
106
- .. code-block:: python
107
-
108
- from nectarapi.graphenerpc import GrapheneRPC
109
- ws = GrapheneRPC("wss://steemd.pevo.science","","")
110
- print(ws.get_account_count())
111
-
112
- ws = GrapheneRPC("https://api.steemit.com","","")
113
- print(ws.get_account_count())
114
-
115
- .. note:: This class allows to call methods available via
116
- websocket. If you want to use the notification
117
- subsystem, please use ``GrapheneWebsocket`` instead.
118
-
89
+ :param int num_retries: Number of retries for node connection (default is 100)
90
+ :param int num_retries_call: Number of retries for RPC calls on node error (default is 5)
91
+ :param int timeout: Timeout setting for HTTP nodes (default is 60)
92
+ :param bool autoconnect: Automatically connect on initialization (default is True)
93
+ :param bool use_condenser: Use the old condenser_api RPC protocol
94
+ :param bool use_tor: Use Tor proxy for connections
95
+ :param dict custom_chains: Custom chains to add to known chains
119
96
  """
120
97
 
121
98
  def __init__(self, urls, user=None, password=None, **kwargs):
122
- """Init."""
99
+ """Initialize the RPC client."""
123
100
  self.rpc_methods = {"offline": -1, "ws": 0, "jsonrpc": 1, "wsappbase": 2, "appbase": 3}
124
101
  self.current_rpc = self.rpc_methods["ws"]
125
102
  self._request_id = 0
@@ -454,11 +431,12 @@ class GrapheneRPC(object):
454
431
  :raises ValueError: if the server does not respond in proper JSON format
455
432
  :raises RPCError: if the server returns an error
456
433
  """
457
- log.debug(json.dumps(payload))
434
+ log.debug(f"Payload: {json.dumps(payload)}")
458
435
  if self.nodes.working_nodes_count == 0:
459
- raise WorkingNodeMissing
436
+ raise WorkingNodeMissing("No working nodes available.")
460
437
  if self.url is None:
461
438
  raise RPCConnection("RPC is not connected!")
439
+
462
440
  reply = {}
463
441
  response = None
464
442
  while True:
@@ -488,13 +466,9 @@ class GrapheneRPC(object):
488
466
  except KeyboardInterrupt:
489
467
  raise
490
468
  except WebSocketConnectionClosedException as e:
491
- if self.nodes.num_retries_call_reached:
492
- self.nodes.increase_error_cnt()
493
- self.nodes.sleep_and_check_retries(str(e), sleep=False, call_retry=False)
494
- self.rpcconnect()
495
- else:
496
- # self.nodes.sleep_and_check_retries(str(e), sleep=True, call_retry=True)
497
- self.rpcconnect(next_url=False)
469
+ self.nodes.increase_error_cnt()
470
+ self.nodes.sleep_and_check_retries(str(e), sleep=False, call_retry=False)
471
+ self.rpcconnect()
498
472
  except ConnectionError as e:
499
473
  self.nodes.increase_error_cnt()
500
474
  self.nodes.sleep_and_check_retries(str(e), sleep=False, call_retry=False)
@@ -508,48 +482,47 @@ class GrapheneRPC(object):
508
482
  self.nodes.sleep_and_check_retries(str(e), sleep=False, call_retry=False)
509
483
  self.rpcconnect()
510
484
 
511
- ret = {}
512
485
  try:
513
486
  if response is None:
514
- ret = json.loads(reply, strict=False, encoding="utf-8")
487
+ try:
488
+ ret = json.loads(reply, strict=False)
489
+ except ValueError:
490
+ log.error(f"Non-JSON response: {reply} Node: {self.url}")
491
+ self._check_for_server_error(reply)
492
+ raise RPCError("Invalid response format")
515
493
  else:
516
494
  ret = response.json()
517
495
  except ValueError:
518
496
  self._check_for_server_error(reply)
519
497
 
520
- log.debug(json.dumps(reply))
498
+ log.debug(f"Reply: {json.dumps(reply)}")
521
499
 
522
500
  if isinstance(ret, dict) and "error" in ret:
523
- if "detail" in ret["error"]:
524
- raise RPCError(ret["error"]["detail"])
525
- else:
526
- raise RPCError(ret["error"]["message"])
527
- else:
528
- if isinstance(ret, list):
529
- ret_list = []
530
- for r in ret:
531
- if isinstance(r, dict) and "error" in r:
532
- if "detail" in r["error"]:
533
- raise RPCError(r["error"]["detail"])
534
- else:
535
- raise RPCError(r["error"]["message"])
536
- elif isinstance(r, dict) and "result" in r:
537
- ret_list.append(r["result"])
538
- else:
539
- ret_list.append(r)
540
- self.nodes.reset_error_cnt_call()
541
- return ret_list
542
- elif isinstance(ret, dict) and "result" in ret:
543
- self.nodes.reset_error_cnt_call()
544
- return ret["result"]
545
- elif isinstance(ret, int):
546
- raise RPCError(
547
- "Client returned invalid format. Expected JSON! Output: %s" % (str(ret))
501
+ if isinstance(ret["error"], dict):
502
+ error_message = ret["error"].get(
503
+ "detail", ret["error"].get("message", "Unknown error")
548
504
  )
549
- else:
550
- self.nodes.reset_error_cnt_call()
551
- return ret
552
- return ret
505
+ raise RPCError(error_message)
506
+ elif isinstance(ret, list):
507
+ ret_list = []
508
+ for r in ret:
509
+ if isinstance(r, dict) and "error" in r:
510
+ error_message = r["error"].get(
511
+ "detail", r["error"].get("message", "Unknown error")
512
+ )
513
+ raise RPCError(error_message)
514
+ elif isinstance(r, dict) and "result" in r:
515
+ ret_list.append(r["result"])
516
+ else:
517
+ ret_list.append(r)
518
+ self.nodes.reset_error_cnt_call()
519
+ return ret_list
520
+ elif isinstance(ret, dict) and "result" in ret:
521
+ self.nodes.reset_error_cnt_call()
522
+ return ret["result"]
523
+ else:
524
+ log.error(f"Unexpected response format: {ret} Node: {self.url}")
525
+ raise RPCError(f"Unexpected response format: {ret}")
553
526
 
554
527
  # End of Deprecated methods
555
528
  ####################################################################
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.0.4"
3
+ version = "0.0.6"
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.0.4"
3
+ version = "0.0.6"
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.0.4"
3
+ version = "0.0.6"
@@ -345,7 +345,7 @@ wheels = [
345
345
 
346
346
  [[package]]
347
347
  name = "hive-nectar"
348
- version = "0.0.4"
348
+ version = "0.0.6"
349
349
  source = { editable = "." }
350
350
  dependencies = [
351
351
  { name = "appdirs" },
@@ -359,6 +359,7 @@ dependencies = [
359
359
  { name = "requests" },
360
360
  { name = "ruamel-yaml" },
361
361
  { name = "scrypt" },
362
+ { name = "types-requests" },
362
363
  { name = "websocket-client" },
363
364
  ]
364
365
 
@@ -399,6 +400,7 @@ requires-dist = [
399
400
  { name = "requests" },
400
401
  { name = "ruamel-yaml" },
401
402
  { name = "scrypt" },
403
+ { name = "types-requests", specifier = ">=2.32.0.20250328" },
402
404
  { name = "websocket-client" },
403
405
  ]
404
406
 
@@ -680,11 +682,11 @@ wheels = [
680
682
 
681
683
  [[package]]
682
684
  name = "packaging"
683
- version = "24.2"
685
+ version = "25.0"
684
686
  source = { registry = "https://pypi.org/simple" }
685
- sdist = { url = "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f", size = 163950 }
687
+ sdist = { url = "https://files.pythonhosted.org/packages/a1/d4/1fc4078c65507b51b96ca8f8c3ba19e6a61c8253c72794544580a7b6c24d/packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f", size = 165727 }
686
688
  wheels = [
687
- { url = "https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", size = 65451 },
689
+ { url = "https://files.pythonhosted.org/packages/20/12/38679034af332785aac8774540895e234f4d07f7545804097de4b666afd8/packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484", size = 66469 },
688
690
  ]
689
691
 
690
692
  [[package]]
@@ -991,27 +993,27 @@ wheels = [
991
993
 
992
994
  [[package]]
993
995
  name = "ruff"
994
- version = "0.11.5"
995
- source = { registry = "https://pypi.org/simple" }
996
- sdist = { url = "https://files.pythonhosted.org/packages/45/71/5759b2a6b2279bb77fe15b1435b89473631c2cd6374d45ccdb6b785810be/ruff-0.11.5.tar.gz", hash = "sha256:cae2e2439cb88853e421901ec040a758960b576126dab520fa08e9de431d1bef", size = 3976488 }
997
- wheels = [
998
- { url = "https://files.pythonhosted.org/packages/23/db/6efda6381778eec7f35875b5cbefd194904832a1153d68d36d6b269d81a8/ruff-0.11.5-py3-none-linux_armv6l.whl", hash = "sha256:2561294e108eb648e50f210671cc56aee590fb6167b594144401532138c66c7b", size = 10103150 },
999
- { url = "https://files.pythonhosted.org/packages/44/f2/06cd9006077a8db61956768bc200a8e52515bf33a8f9b671ee527bb10d77/ruff-0.11.5-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:ac12884b9e005c12d0bd121f56ccf8033e1614f736f766c118ad60780882a077", size = 10898637 },
1000
- { url = "https://files.pythonhosted.org/packages/18/f5/af390a013c56022fe6f72b95c86eb7b2585c89cc25d63882d3bfe411ecf1/ruff-0.11.5-py3-none-macosx_11_0_arm64.whl", hash = "sha256:4bfd80a6ec559a5eeb96c33f832418bf0fb96752de0539905cf7b0cc1d31d779", size = 10236012 },
1001
- { url = "https://files.pythonhosted.org/packages/b8/ca/b9bf954cfed165e1a0c24b86305d5c8ea75def256707f2448439ac5e0d8b/ruff-0.11.5-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0947c0a1afa75dcb5db4b34b070ec2bccee869d40e6cc8ab25aca11a7d527794", size = 10415338 },
1002
- { url = "https://files.pythonhosted.org/packages/d9/4d/2522dde4e790f1b59885283f8786ab0046958dfd39959c81acc75d347467/ruff-0.11.5-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ad871ff74b5ec9caa66cb725b85d4ef89b53f8170f47c3406e32ef040400b038", size = 9965277 },
1003
- { url = "https://files.pythonhosted.org/packages/e5/7a/749f56f150eef71ce2f626a2f6988446c620af2f9ba2a7804295ca450397/ruff-0.11.5-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e6cf918390cfe46d240732d4d72fa6e18e528ca1f60e318a10835cf2fa3dc19f", size = 11541614 },
1004
- { url = "https://files.pythonhosted.org/packages/89/b2/7d9b8435222485b6aac627d9c29793ba89be40b5de11584ca604b829e960/ruff-0.11.5-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:56145ee1478582f61c08f21076dc59153310d606ad663acc00ea3ab5b2125f82", size = 12198873 },
1005
- { url = "https://files.pythonhosted.org/packages/00/e0/a1a69ef5ffb5c5f9c31554b27e030a9c468fc6f57055886d27d316dfbabd/ruff-0.11.5-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e5f66f8f1e8c9fc594cbd66fbc5f246a8d91f916cb9667e80208663ec3728304", size = 11670190 },
1006
- { url = "https://files.pythonhosted.org/packages/05/61/c1c16df6e92975072c07f8b20dad35cd858e8462b8865bc856fe5d6ccb63/ruff-0.11.5-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:80b4df4d335a80315ab9afc81ed1cff62be112bd165e162b5eed8ac55bfc8470", size = 13902301 },
1007
- { url = "https://files.pythonhosted.org/packages/79/89/0af10c8af4363304fd8cb833bd407a2850c760b71edf742c18d5a87bb3ad/ruff-0.11.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3068befab73620b8a0cc2431bd46b3cd619bc17d6f7695a3e1bb166b652c382a", size = 11350132 },
1008
- { url = "https://files.pythonhosted.org/packages/b9/e1/ecb4c687cbf15164dd00e38cf62cbab238cad05dd8b6b0fc68b0c2785e15/ruff-0.11.5-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:f5da2e710a9641828e09aa98b92c9ebbc60518fdf3921241326ca3e8f8e55b8b", size = 10312937 },
1009
- { url = "https://files.pythonhosted.org/packages/cf/4f/0e53fe5e500b65934500949361e3cd290c5ba60f0324ed59d15f46479c06/ruff-0.11.5-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:ef39f19cb8ec98cbc762344921e216f3857a06c47412030374fffd413fb8fd3a", size = 9936683 },
1010
- { url = "https://files.pythonhosted.org/packages/04/a8/8183c4da6d35794ae7f76f96261ef5960853cd3f899c2671961f97a27d8e/ruff-0.11.5-py3-none-musllinux_1_2_i686.whl", hash = "sha256:b2a7cedf47244f431fd11aa5a7e2806dda2e0c365873bda7834e8f7d785ae159", size = 10950217 },
1011
- { url = "https://files.pythonhosted.org/packages/26/88/9b85a5a8af21e46a0639b107fcf9bfc31da4f1d263f2fc7fbe7199b47f0a/ruff-0.11.5-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:81be52e7519f3d1a0beadcf8e974715b2dfc808ae8ec729ecfc79bddf8dbb783", size = 11404521 },
1012
- { url = "https://files.pythonhosted.org/packages/fc/52/047f35d3b20fd1ae9ccfe28791ef0f3ca0ef0b3e6c1a58badd97d450131b/ruff-0.11.5-py3-none-win32.whl", hash = "sha256:e268da7b40f56e3eca571508a7e567e794f9bfcc0f412c4b607931d3af9c4afe", size = 10320697 },
1013
- { url = "https://files.pythonhosted.org/packages/b9/fe/00c78010e3332a6e92762424cf4c1919065707e962232797d0b57fd8267e/ruff-0.11.5-py3-none-win_amd64.whl", hash = "sha256:6c6dc38af3cfe2863213ea25b6dc616d679205732dc0fb673356c2d69608f800", size = 11378665 },
1014
- { url = "https://files.pythonhosted.org/packages/43/7c/c83fe5cbb70ff017612ff36654edfebec4b1ef79b558b8e5fd933bab836b/ruff-0.11.5-py3-none-win_arm64.whl", hash = "sha256:67e241b4314f4eacf14a601d586026a962f4002a475aa702c69980a38087aa4e", size = 10460287 },
996
+ version = "0.11.6"
997
+ source = { registry = "https://pypi.org/simple" }
998
+ sdist = { url = "https://files.pythonhosted.org/packages/d9/11/bcef6784c7e5d200b8a1f5c2ddf53e5da0efec37e6e5a44d163fb97e04ba/ruff-0.11.6.tar.gz", hash = "sha256:bec8bcc3ac228a45ccc811e45f7eb61b950dbf4cf31a67fa89352574b01c7d79", size = 4010053 }
999
+ wheels = [
1000
+ { url = "https://files.pythonhosted.org/packages/6e/1f/8848b625100ebcc8740c8bac5b5dd8ba97dd4ee210970e98832092c1635b/ruff-0.11.6-py3-none-linux_armv6l.whl", hash = "sha256:d84dcbe74cf9356d1bdb4a78cf74fd47c740bf7bdeb7529068f69b08272239a1", size = 10248105 },
1001
+ { url = "https://files.pythonhosted.org/packages/e0/47/c44036e70c6cc11e6ee24399c2a1e1f1e99be5152bd7dff0190e4b325b76/ruff-0.11.6-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9bc583628e1096148011a5d51ff3c836f51899e61112e03e5f2b1573a9b726de", size = 11001494 },
1002
+ { url = "https://files.pythonhosted.org/packages/ed/5b/170444061650202d84d316e8f112de02d092bff71fafe060d3542f5bc5df/ruff-0.11.6-py3-none-macosx_11_0_arm64.whl", hash = "sha256:f2959049faeb5ba5e3b378709e9d1bf0cab06528b306b9dd6ebd2a312127964a", size = 10352151 },
1003
+ { url = "https://files.pythonhosted.org/packages/ff/91/f02839fb3787c678e112c8865f2c3e87cfe1744dcc96ff9fc56cfb97dda2/ruff-0.11.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63c5d4e30d9d0de7fedbfb3e9e20d134b73a30c1e74b596f40f0629d5c28a193", size = 10541951 },
1004
+ { url = "https://files.pythonhosted.org/packages/9e/f3/c09933306096ff7a08abede3cc2534d6fcf5529ccd26504c16bf363989b5/ruff-0.11.6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:26a4b9a4e1439f7d0a091c6763a100cef8fbdc10d68593df6f3cfa5abdd9246e", size = 10079195 },
1005
+ { url = "https://files.pythonhosted.org/packages/e0/0d/a87f8933fccbc0d8c653cfbf44bedda69c9582ba09210a309c066794e2ee/ruff-0.11.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b5edf270223dd622218256569636dc3e708c2cb989242262fe378609eccf1308", size = 11698918 },
1006
+ { url = "https://files.pythonhosted.org/packages/52/7d/8eac0bd083ea8a0b55b7e4628428203441ca68cd55e0b67c135a4bc6e309/ruff-0.11.6-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:f55844e818206a9dd31ff27f91385afb538067e2dc0beb05f82c293ab84f7d55", size = 12319426 },
1007
+ { url = "https://files.pythonhosted.org/packages/c2/dc/d0c17d875662d0c86fadcf4ca014ab2001f867621b793d5d7eef01b9dcce/ruff-0.11.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1d8f782286c5ff562e4e00344f954b9320026d8e3fae2ba9e6948443fafd9ffc", size = 11791012 },
1008
+ { url = "https://files.pythonhosted.org/packages/f9/f3/81a1aea17f1065449a72509fc7ccc3659cf93148b136ff2a8291c4bc3ef1/ruff-0.11.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:01c63ba219514271cee955cd0adc26a4083df1956d57847978383b0e50ffd7d2", size = 13949947 },
1009
+ { url = "https://files.pythonhosted.org/packages/61/9f/a3e34de425a668284e7024ee6fd41f452f6fa9d817f1f3495b46e5e3a407/ruff-0.11.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:15adac20ef2ca296dd3d8e2bedc6202ea6de81c091a74661c3666e5c4c223ff6", size = 11471753 },
1010
+ { url = "https://files.pythonhosted.org/packages/df/c5/4a57a86d12542c0f6e2744f262257b2aa5a3783098ec14e40f3e4b3a354a/ruff-0.11.6-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:4dd6b09e98144ad7aec026f5588e493c65057d1b387dd937d7787baa531d9bc2", size = 10417121 },
1011
+ { url = "https://files.pythonhosted.org/packages/58/3f/a3b4346dff07ef5b862e2ba06d98fcbf71f66f04cf01d375e871382b5e4b/ruff-0.11.6-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:45b2e1d6c0eed89c248d024ea95074d0e09988d8e7b1dad8d3ab9a67017a5b03", size = 10073829 },
1012
+ { url = "https://files.pythonhosted.org/packages/93/cc/7ed02e0b86a649216b845b3ac66ed55d8aa86f5898c5f1691797f408fcb9/ruff-0.11.6-py3-none-musllinux_1_2_i686.whl", hash = "sha256:bd40de4115b2ec4850302f1a1d8067f42e70b4990b68838ccb9ccd9f110c5e8b", size = 11076108 },
1013
+ { url = "https://files.pythonhosted.org/packages/39/5e/5b09840fef0eff1a6fa1dea6296c07d09c17cb6fb94ed5593aa591b50460/ruff-0.11.6-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:77cda2dfbac1ab73aef5e514c4cbfc4ec1fbef4b84a44c736cc26f61b3814cd9", size = 11512366 },
1014
+ { url = "https://files.pythonhosted.org/packages/6f/4c/1cd5a84a412d3626335ae69f5f9de2bb554eea0faf46deb1f0cb48534042/ruff-0.11.6-py3-none-win32.whl", hash = "sha256:5151a871554be3036cd6e51d0ec6eef56334d74dfe1702de717a995ee3d5b287", size = 10485900 },
1015
+ { url = "https://files.pythonhosted.org/packages/42/46/8997872bc44d43df986491c18d4418f1caff03bc47b7f381261d62c23442/ruff-0.11.6-py3-none-win_amd64.whl", hash = "sha256:cce85721d09c51f3b782c331b0abd07e9d7d5f775840379c640606d3159cae0e", size = 11558592 },
1016
+ { url = "https://files.pythonhosted.org/packages/d7/6a/65fecd51a9ca19e1477c3879a7fda24f8904174d1275b419422ac00f6eee/ruff-0.11.6-py3-none-win_arm64.whl", hash = "sha256:3567ba0d07fb170b1b48d944715e3294b77f5b7679e8ba258199a250383ccb79", size = 10682766 },
1015
1017
  ]
1016
1018
 
1017
1019
  [[package]]
@@ -1276,6 +1278,18 @@ wheels = [
1276
1278
  { url = "https://files.pythonhosted.org/packages/7c/b6/74e927715a285743351233f33ea3c684528a0d374d2e43ff9ce9585b73fe/twine-6.1.0-py3-none-any.whl", hash = "sha256:a47f973caf122930bf0fbbf17f80b83bc1602c9ce393c7845f289a3001dc5384", size = 40791 },
1277
1279
  ]
1278
1280
 
1281
+ [[package]]
1282
+ name = "types-requests"
1283
+ version = "2.32.0.20250328"
1284
+ source = { registry = "https://pypi.org/simple" }
1285
+ dependencies = [
1286
+ { name = "urllib3" },
1287
+ ]
1288
+ sdist = { url = "https://files.pythonhosted.org/packages/00/7d/eb174f74e3f5634eaacb38031bbe467dfe2e545bc255e5c90096ec46bc46/types_requests-2.32.0.20250328.tar.gz", hash = "sha256:c9e67228ea103bd811c96984fac36ed2ae8da87a36a633964a21f199d60baf32", size = 22995 }
1289
+ wheels = [
1290
+ { url = "https://files.pythonhosted.org/packages/cc/15/3700282a9d4ea3b37044264d3e4d1b1f0095a4ebf860a99914fd544e3be3/types_requests-2.32.0.20250328-py3-none-any.whl", hash = "sha256:72ff80f84b15eb3aa7a8e2625fffb6a93f2ad5a0c20215fc1dcfa61117bcb2a2", size = 20663 },
1291
+ ]
1292
+
1279
1293
  [[package]]
1280
1294
  name = "typing-extensions"
1281
1295
  version = "4.13.2"
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