hive-nectar 0.0.2__tar.gz → 0.0.3__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.2 → hive_nectar-0.0.3}/PKG-INFO +13 -11
  2. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/README.md +9 -7
  3. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/cli.rst +26 -26
  4. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/conf.py +2 -2
  5. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/configuration.rst +18 -18
  6. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/contribute.rst +1 -1
  7. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/installation.rst +7 -24
  8. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/quickstart.rst +3 -3
  9. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/benchmark_nodes2.py +1 -1
  10. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/generate_versions.py +2 -1
  11. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/pyproject.toml +5 -4
  12. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/account.py +6 -6
  13. {hive_nectar-0.0.2/src/nectarbase → hive_nectar-0.0.3/src/nectar}/version.py +2 -1
  14. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarapi/node.py +11 -5
  15. hive_nectar-0.0.3/src/nectarapi/py.typed +0 -0
  16. {hive_nectar-0.0.2/src/nectargraphenebase → hive_nectar-0.0.3/src/nectarapi}/version.py +2 -1
  17. hive_nectar-0.0.3/src/nectarbase/py.typed +0 -0
  18. {hive_nectar-0.0.2/src/nectarapi → hive_nectar-0.0.3/src/nectarbase}/version.py +2 -1
  19. hive_nectar-0.0.3/src/nectargrapheneapi/py.typed +0 -0
  20. hive_nectar-0.0.3/src/nectargraphenebase/py.typed +0 -0
  21. {hive_nectar-0.0.2/src/nectar → hive_nectar-0.0.3/src/nectargraphenebase}/version.py +2 -1
  22. hive_nectar-0.0.3/src/nectarstorage/py.typed +0 -0
  23. hive_nectar-0.0.3/src/py.typed +0 -0
  24. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_cli.py +10 -10
  25. hive_nectar-0.0.3/tests/nectarstorage/__init__.py +0 -0
  26. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/uv.lock +29 -1
  27. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/.gitignore +0 -0
  28. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/CHANGELOG.md +0 -0
  29. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/LICENSE.txt +0 -0
  30. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/Makefile +0 -0
  31. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/Makefile +0 -0
  32. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/_static/nectar-icon.png +0 -0
  33. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/_static/nectar-icon_bw.png +0 -0
  34. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/_static/nectar-logo.png +0 -0
  35. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/_static/nectar-logo.svg +0 -0
  36. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/_static/nectar-logo_2.png +0 -0
  37. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/_static/nectar-logo_2.svg +0 -0
  38. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/_static/nectar-logo_bw.png +0 -0
  39. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/_static/nectar-logo_bw.svg +0 -0
  40. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/apidefinitions.rst +0 -0
  41. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/index.rst +0 -0
  42. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/indices.rst +0 -0
  43. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/make.bat +0 -0
  44. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/modules.rst +0 -0
  45. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.account.rst +0 -0
  46. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.amount.rst +0 -0
  47. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.asciichart.rst +0 -0
  48. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.asset.rst +0 -0
  49. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.block.rst +0 -0
  50. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.blockchain.rst +0 -0
  51. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.blockchaininstance.rst +0 -0
  52. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.blockchainobject.rst +0 -0
  53. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.comment.rst +0 -0
  54. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.community.rst +0 -0
  55. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.conveyor.rst +0 -0
  56. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.discussions.rst +0 -0
  57. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.exceptions.rst +0 -0
  58. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.hive.rst +0 -0
  59. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.hivesigner.rst +0 -0
  60. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.imageuploader.rst +0 -0
  61. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.instance.rst +0 -0
  62. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.market.rst +0 -0
  63. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.memo.rst +0 -0
  64. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.message.rst +0 -0
  65. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.nodelist.rst +0 -0
  66. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.price.rst +0 -0
  67. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.rc.rst +0 -0
  68. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.snapshot.rst +0 -0
  69. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.steem.rst +0 -0
  70. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.storage.rst +0 -0
  71. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.transactionbuilder.rst +0 -0
  72. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.utils.rst +0 -0
  73. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.vote.rst +0 -0
  74. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.wallet.rst +0 -0
  75. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectar.witness.rst +0 -0
  76. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarapi.exceptions.rst +0 -0
  77. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarapi.graphenenerpc.rst +0 -0
  78. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarapi.node.rst +0 -0
  79. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarapi.noderpc.rst +0 -0
  80. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarbase.ledgertransactions.rst +0 -0
  81. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarbase.memo.rst +0 -0
  82. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarbase.objects.rst +0 -0
  83. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarbase.objecttypes.rst +0 -0
  84. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarbase.operationids.rst +0 -0
  85. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarbase.operations.rst +0 -0
  86. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarbase.signedtransactions.rst +0 -0
  87. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.account.rst +0 -0
  88. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.aes.rst +0 -0
  89. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.base58.rst +0 -0
  90. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.bip32.rst +0 -0
  91. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.bip38.rst +0 -0
  92. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.ecdsasig.rst +0 -0
  93. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.objects.rst +0 -0
  94. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.objecttypes.rst +0 -0
  95. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.operations.rst +0 -0
  96. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.signedtransactions.rst +0 -0
  97. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectargraphenebase.unsignedtransactions.rst +0 -0
  98. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarstorage.base.rst +0 -0
  99. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarstorage.exceptions.rst +0 -0
  100. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarstorage.interfaces.rst +0 -0
  101. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarstorage.masterpassword.rst +0 -0
  102. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarstorage.ram.rst +0 -0
  103. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/nectarstorage.sqlite.rst +0 -0
  104. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/requirements.txt +0 -0
  105. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/support.rst +0 -0
  106. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/docs/tutorials.rst +0 -0
  107. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/account_curation_per_week_and_1k_sp.py +0 -0
  108. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/account_rep_over_time.py +0 -0
  109. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/account_sp_over_time.py +0 -0
  110. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/account_vp_over_time.py +0 -0
  111. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/accout_reputation_by_SP.py +0 -0
  112. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/benchmark_nectar.py +0 -0
  113. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/benchmark_nodes.py +0 -0
  114. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/blockactivity.py +0 -0
  115. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/blockstats.py +0 -0
  116. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/cache_performance.py +0 -0
  117. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/check_followers.py +0 -0
  118. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/compare_transactions_speed_with_steem.py +0 -0
  119. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/compare_with_steem_python_account.py +0 -0
  120. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/hf20_testnet.py +0 -0
  121. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/login_app/app.py +0 -0
  122. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/memory_profiler1.py +0 -0
  123. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/memory_profiler2.py +0 -0
  124. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/next_witness_block_coundown.py +0 -0
  125. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/op_on_testnet.py +0 -0
  126. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/post_to_html.py +0 -0
  127. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/post_to_md.py +0 -0
  128. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/print_appbase_calls.py +0 -0
  129. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/print_comments.py +0 -0
  130. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/print_votes.py +0 -0
  131. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/stream_threading_performance.py +0 -0
  132. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/using_custom_chain.py +0 -0
  133. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/using_steem_offline.py +0 -0
  134. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/waitForRecharge.py +0 -0
  135. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/watching_the_watchers.py +0 -0
  136. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/examples/write_blocks_to_file.py +0 -0
  137. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/pytest.ini +0 -0
  138. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/__init__.py +0 -0
  139. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/amount.py +0 -0
  140. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/asciichart.py +0 -0
  141. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/asset.py +0 -0
  142. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/block.py +0 -0
  143. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/blockchain.py +0 -0
  144. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/blockchaininstance.py +0 -0
  145. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/blockchainobject.py +0 -0
  146. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/blurt.py +0 -0
  147. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/cli.py +0 -0
  148. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/comment.py +0 -0
  149. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/community.py +0 -0
  150. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/constants.py +0 -0
  151. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/conveyor.py +0 -0
  152. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/discussions.py +0 -0
  153. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/exceptions.py +0 -0
  154. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/hive.py +0 -0
  155. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/hivesigner.py +0 -0
  156. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/imageuploader.py +0 -0
  157. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/instance.py +0 -0
  158. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/market.py +0 -0
  159. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/memo.py +0 -0
  160. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/message.py +0 -0
  161. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/nodelist.py +0 -0
  162. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/price.py +0 -0
  163. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/profile.py +0 -0
  164. /hive_nectar-0.0.2/tests/nectarstorage/__init__.py → /hive_nectar-0.0.3/src/nectar/py.typed +0 -0
  165. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/rc.py +0 -0
  166. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/snapshot.py +0 -0
  167. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/steem.py +0 -0
  168. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/storage.py +0 -0
  169. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/transactionbuilder.py +0 -0
  170. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/utils.py +0 -0
  171. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/vote.py +0 -0
  172. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/wallet.py +0 -0
  173. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectar/witness.py +0 -0
  174. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarapi/__init__.py +0 -0
  175. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarapi/exceptions.py +0 -0
  176. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarapi/graphenerpc.py +0 -0
  177. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarapi/noderpc.py +0 -0
  178. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarapi/rpcutils.py +0 -0
  179. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/__init__.py +0 -0
  180. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/ledgertransactions.py +0 -0
  181. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/memo.py +0 -0
  182. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/objects.py +0 -0
  183. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/objecttypes.py +0 -0
  184. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/operationids.py +0 -0
  185. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/operations.py +0 -0
  186. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/signedtransactions.py +0 -0
  187. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarbase/transactions.py +0 -0
  188. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargrapheneapi/__init__.py +0 -0
  189. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/__init__.py +0 -0
  190. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/account.py +0 -0
  191. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/aes.py +0 -0
  192. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/base58.py +0 -0
  193. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/bip32.py +0 -0
  194. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/bip38.py +0 -0
  195. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/chains.py +0 -0
  196. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/dictionary.py +0 -0
  197. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/ecdsasig.py +0 -0
  198. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/objects.py +0 -0
  199. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/objecttypes.py +0 -0
  200. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/operationids.py +0 -0
  201. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/operations.py +0 -0
  202. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/prefix.py +0 -0
  203. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/py23.py +0 -0
  204. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/signedtransactions.py +0 -0
  205. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/types.py +0 -0
  206. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectargraphenebase/unsignedtransactions.py +0 -0
  207. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarstorage/__init__.py +0 -0
  208. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarstorage/base.py +0 -0
  209. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarstorage/exceptions.py +0 -0
  210. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarstorage/interfaces.py +0 -0
  211. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarstorage/masterpassword.py +0 -0
  212. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarstorage/ram.py +0 -0
  213. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/src/nectarstorage/sqlite.py +0 -0
  214. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/__init__.py +0 -0
  215. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/__init__.py +0 -0
  216. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/data/drv-wif-idx100.txt +0 -0
  217. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/data/pubkey.json +0 -0
  218. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/nodes.py +0 -0
  219. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_account.py +0 -0
  220. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_account_blurt.py +0 -0
  221. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_account_steem.py +0 -0
  222. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_aes.py +0 -0
  223. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_amount.py +0 -0
  224. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_asciichart.py +0 -0
  225. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_asset.py +0 -0
  226. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_base_objects.py +0 -0
  227. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_block.py +0 -0
  228. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_blockchain.py +0 -0
  229. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_blockchain_batch.py +0 -0
  230. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_blockchain_threading.py +0 -0
  231. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_comment.py +0 -0
  232. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_connection.py +0 -0
  233. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_constants.py +0 -0
  234. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_conveyor.py +0 -0
  235. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_discussions.py +0 -0
  236. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_hive.py +0 -0
  237. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_hivesigner.py +0 -0
  238. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_instance.py +0 -0
  239. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_market.py +0 -0
  240. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_memo.py +0 -0
  241. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_message.py +0 -0
  242. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_nodelist.py +0 -0
  243. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_objectcache.py +0 -0
  244. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_price.py +0 -0
  245. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_profile.py +0 -0
  246. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_steem.py +0 -0
  247. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_storage.py +0 -0
  248. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_testnet.py +0 -0
  249. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_txbuffers.py +0 -0
  250. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_utils.py +0 -0
  251. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_vote.py +0 -0
  252. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_wallet.py +0 -0
  253. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectar/test_witness.py +0 -0
  254. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarapi/__init__.py +0 -0
  255. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarapi/test_node.py +0 -0
  256. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarapi/test_noderpc.py +0 -0
  257. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarapi/test_rpcutils.py +0 -0
  258. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarbase/__init__.py +0 -0
  259. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarbase/test_ledgertransactions.py +0 -0
  260. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarbase/test_memo.py +0 -0
  261. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarbase/test_objects.py +0 -0
  262. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarbase/test_operations.py +0 -0
  263. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarbase/test_transactions.py +0 -0
  264. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/__init__.py +0 -0
  265. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_account.py +0 -0
  266. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_base58.py +0 -0
  267. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_bip32.py +0 -0
  268. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_bip38.py +0 -0
  269. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_ecdsa.py +0 -0
  270. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_key_format.py +0 -0
  271. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_objects.py +0 -0
  272. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_py23.py +0 -0
  273. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectargraphene/test_types.py +0 -0
  274. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarstorage/test_keystorage.py +0 -0
  275. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarstorage/test_masterpassword.py +0 -0
  276. {hive_nectar-0.0.2 → hive_nectar-0.0.3}/tests/nectarstorage/test_sqlite.py +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hive-nectar
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Unofficial Python library for HIVE
5
- Project-URL: Homepage, http://www.github.com/thecrazygm/nectar
6
- Project-URL: Download, https://github.com/thecrazygm/nectar/tarball/0.00.01
7
- Project-URL: Bug Tracker, https://github.com/thecrazygm/nectar/issues
5
+ Project-URL: Homepage, http://www.github.com/thecrazygm/hive-nectar
6
+ Project-URL: Download, https://github.com/thecrazygm/hive-nectar/tarball/0.00.01
7
+ Project-URL: Bug Tracker, https://github.com/thecrazygm/hive-nectar/issues
8
8
  Author-email: Michael Garcia <thecrazygm@gmail.com>
9
9
  Maintainer-email: Michael Garcia <thecrazygm@gmail.com>
10
10
  License: The MIT License (MIT)
@@ -78,16 +78,17 @@ You may find help in the [nectar-discord-channel](). The discord channel can als
78
78
  A complete library documentation is available at
79
79
  [temporary]()
80
80
 
81
- # About nectar
81
+ # About hive-nectar
82
82
 
83
+ - Highly opinionated fork of beem
83
84
  - High unit test coverage
84
- - Complete documentation of nectar-cli and all classes including all functions
85
+ - Complete documentation of hive-nectar and all classes including all functions
85
86
  - hivesigner integration
86
87
  - Works on read-only systems
87
88
  - Own BlockchainObject class with cache
88
89
  - Contains all broadcast operations
89
90
  - Estimation of virtual account operation index from date or block number
90
- - the command line tool nectar-cli uses click and has more commands
91
+ - the command line tool hive-nectar uses click and has more commands
91
92
  - NodeRPC can be used to execute even not implemented RPC-Calls
92
93
  - More complete implemention
93
94
 
@@ -103,7 +104,7 @@ For Debian and Ubuntu, please ensure that the following packages are installed:
103
104
  sudo apt-get install build-essential libssl-dev python3-dev python3-pip python3-setuptools
104
105
  ```
105
106
 
106
- The following package speeds up nectar-cli:
107
+ The following package speeds up hive-nectar:
107
108
 
108
109
  > sudo apt-get install python3-gmpy2
109
110
 
@@ -142,16 +143,17 @@ pip3 install -U secp256k1prp
142
143
  Install or update nectar by pip(you may need to replace pip3 by pip):
143
144
 
144
145
  ```bash
145
- pip3 install -U nectar
146
+ pip3 install -U hive-nectar
146
147
  ```
147
148
 
148
149
  You can install nectar from this repository if you want the latest but
149
150
  possibly non-compiling version:
150
151
 
151
152
  ```bash
152
- git clone https://github.com/thecrazygm/nectar.git
153
- cd nectar
153
+ git clone https://github.com/thecrazygm/hive-nectar.git
154
+ cd hive-nectar
154
155
  uv sync
156
+ uv sync --dev
155
157
  ```
156
158
 
157
159
  Run tests after install:
@@ -19,16 +19,17 @@ You may find help in the [nectar-discord-channel](). The discord channel can als
19
19
  A complete library documentation is available at
20
20
  [temporary]()
21
21
 
22
- # About nectar
22
+ # About hive-nectar
23
23
 
24
+ - Highly opinionated fork of beem
24
25
  - High unit test coverage
25
- - Complete documentation of nectar-cli and all classes including all functions
26
+ - Complete documentation of hive-nectar and all classes including all functions
26
27
  - hivesigner integration
27
28
  - Works on read-only systems
28
29
  - Own BlockchainObject class with cache
29
30
  - Contains all broadcast operations
30
31
  - Estimation of virtual account operation index from date or block number
31
- - the command line tool nectar-cli uses click and has more commands
32
+ - the command line tool hive-nectar uses click and has more commands
32
33
  - NodeRPC can be used to execute even not implemented RPC-Calls
33
34
  - More complete implemention
34
35
 
@@ -44,7 +45,7 @@ For Debian and Ubuntu, please ensure that the following packages are installed:
44
45
  sudo apt-get install build-essential libssl-dev python3-dev python3-pip python3-setuptools
45
46
  ```
46
47
 
47
- The following package speeds up nectar-cli:
48
+ The following package speeds up hive-nectar:
48
49
 
49
50
  > sudo apt-get install python3-gmpy2
50
51
 
@@ -83,16 +84,17 @@ pip3 install -U secp256k1prp
83
84
  Install or update nectar by pip(you may need to replace pip3 by pip):
84
85
 
85
86
  ```bash
86
- pip3 install -U nectar
87
+ pip3 install -U hive-nectar
87
88
  ```
88
89
 
89
90
  You can install nectar from this repository if you want the latest but
90
91
  possibly non-compiling version:
91
92
 
92
93
  ```bash
93
- git clone https://github.com/thecrazygm/nectar.git
94
- cd nectar
94
+ git clone https://github.com/thecrazygm/hive-nectar.git
95
+ cd hive-nectar
95
96
  uv sync
97
+ uv sync --dev
96
98
  ```
97
99
 
98
100
  Run tests after install:
@@ -1,20 +1,20 @@
1
- nectar-cli CLI
1
+ hive-nectar CLI
2
2
  ~~~~~~~~~~
3
- `nectar-cli` is a convenient CLI utility that enables you to manage your wallet, transfer funds, check
3
+ `hive-nectar` is a convenient CLI utility that enables you to manage your wallet, transfer funds, check
4
4
  balances and more.
5
5
 
6
6
  Using the Wallet
7
7
  ----------------
8
- `nectar-cli` lets you leverage your BIP38 encrypted wallet to perform various actions on your accounts.
8
+ `hive-nectar` lets you leverage your BIP38 encrypted wallet to perform various actions on your accounts.
9
9
 
10
- The first time you use `nectar-cli`, you will be prompted to enter a password. This password will be used to encrypt
11
- the `nectar-cli` wallet, which contains your private keys.
10
+ The first time you use `hive-nectar`, you will be prompted to enter a password. This password will be used to encrypt
11
+ the `hive-nectar` wallet, which contains your private keys.
12
12
 
13
13
  You can change the password via `changewalletpassphrase` command.
14
14
 
15
15
  ::
16
16
 
17
- nectar-cli changewalletpassphrase
17
+ hive-nectar changewalletpassphrase
18
18
 
19
19
 
20
20
  From this point on, every time an action requires your private keys, you will be prompted ot enter
@@ -24,12 +24,12 @@ To bypass password entry, you can set an environment variable ``UNLOCK``.
24
24
 
25
25
  ::
26
26
 
27
- UNLOCK=mysecretpassword nectar-cli transfer <recipient_name> 100 STEEM
27
+ UNLOCK=mysecretpassword hive-nectar transfer <recipient_name> 100 STEEM
28
28
 
29
29
  Using a key json file
30
30
  ---------------------
31
31
 
32
- A key_file.json can be used to provide private keys to nectar-cli:
32
+ A key_file.json can be used to provide private keys to hive-nectar:
33
33
  ::
34
34
 
35
35
  {
@@ -41,7 +41,7 @@ with
41
41
 
42
42
  ::
43
43
 
44
- nectar-cli --keys key_file.json command
44
+ hive-nectar --keys key_file.json command
45
45
 
46
46
  When set, the wallet cannot be used.
47
47
 
@@ -51,51 +51,51 @@ First, you may like to import your Steem account:
51
51
 
52
52
  ::
53
53
 
54
- nectar-cli importaccount
54
+ hive-nectar importaccount
55
55
 
56
56
 
57
57
  You can also import individual private keys:
58
58
 
59
59
  ::
60
60
 
61
- nectar-cli addkey <private_key>
61
+ hive-nectar addkey <private_key>
62
62
 
63
63
  Listing accounts:
64
64
 
65
65
  ::
66
66
 
67
- nectar-cli listaccounts
67
+ hive-nectar listaccounts
68
68
 
69
69
  Show balances:
70
70
 
71
71
  ::
72
72
 
73
- nectar-cli balance account_name1 account_name2
73
+ hive-nectar balance account_name1 account_name2
74
74
 
75
75
  Sending funds:
76
76
 
77
77
  ::
78
78
 
79
- nectar-cli transfer --account <account_name> <recipient_name> 100 STEEM memo
79
+ hive-nectar transfer --account <account_name> <recipient_name> 100 STEEM memo
80
80
 
81
81
  Upvoting a post:
82
82
 
83
83
  ::
84
84
 
85
- nectar-cli upvote --account <account_name> https://steemit.com/funny/@mynameisbrian/the-content-stand-a-comic
85
+ hive-nectar upvote --account <account_name> https://steemit.com/funny/@mynameisbrian/the-content-stand-a-comic
86
86
 
87
87
 
88
88
  Setting Defaults
89
89
  ----------------
90
- For a more convenient use of ``nectar-cli`` as well as the ``nectar`` library, you can set some defaults.
90
+ For a more convenient use of ``hive-nectar`` as well as the ``nectar`` library, you can set some defaults.
91
91
  This is especially useful if you have a single Steem account.
92
92
 
93
93
  ::
94
94
 
95
- nectar-cli set default_account test
96
- nectar-cli set default_vote_weight 100
95
+ hive-nectar set default_account test
96
+ hive-nectar set default_vote_weight 100
97
97
 
98
- nectar-cli config
98
+ hive-nectar config
99
99
  +---------------------+--------+
100
100
  | Key | Value |
101
101
  +---------------------+--------+
@@ -107,23 +107,23 @@ If you've set up your `default_account`, you can now send funds by omitting this
107
107
 
108
108
  ::
109
109
 
110
- nectar-cli transfer <recipient_name> 100 STEEM memo
110
+ hive-nectar transfer <recipient_name> 100 STEEM memo
111
111
 
112
112
  Commands
113
113
  --------
114
114
 
115
115
  .. click:: nectar.cli:cli
116
- :prog: nectar-cli
116
+ :prog: hive-nectar
117
117
  :show-nested:
118
118
 
119
- nectar-cli --help
119
+ hive-nectar --help
120
120
  -------------
121
- You can see all available commands with ``nectar-cli --help``
121
+ You can see all available commands with ``hive-nectar --help``
122
122
 
123
123
  ::
124
124
 
125
- ~ % nectar-cli --help
126
- Usage: nectar-cli [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...
125
+ ~ % hive-nectar --help
126
+ Usage: hive-nectar [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...
127
127
 
128
128
  Options:
129
129
  -n, --node TEXT URL for public Steem API (e.g.
@@ -150,7 +150,7 @@ You can see all available commands with ``nectar-cli --help``
150
150
  --help Show this message and exit.
151
151
 
152
152
  Commands:
153
- about About nectar-cli
153
+ about About hive-nectar
154
154
  addkey Add key to wallet When no [OPTION] is given,...
155
155
  addtoken Add key to wallet When no [OPTION] is given, a...
156
156
  allow Allow an account/key to interact with your...
@@ -52,8 +52,8 @@ master_doc = "index"
52
52
 
53
53
  # General information about the project.
54
54
  project = "nectar"
55
- copyright = "2017, ChainSquad GmbH, 2018-2020, Holger Nahrstaedt"
56
- author = "Holger Nahrstaedt"
55
+ copyright = "2017, ChainSquad GmbH, 2018-2020, Holger Nahrstaedt, 2025, Michael Garcia"
56
+ author = "Michael Garcia"
57
57
 
58
58
  # The version info for the project you're documenting, acts as replacement for
59
59
  # |version| and |release|, also used in various other places throughout the
@@ -30,11 +30,11 @@ can load the configuration directly by using:
30
30
 
31
31
  from nectar.storage import configStorage as config
32
32
 
33
- It is also possible to access the configuration with the commandline tool `nectar-cli`:
33
+ It is also possible to access the configuration with the commandline tool `hive-nectar`:
34
34
 
35
35
  .. code-block:: bash
36
36
 
37
- nectar-cli config
37
+ hive-nectar config
38
38
 
39
39
  API node URLs
40
40
  -------------
@@ -50,19 +50,19 @@ is stored in `config["nodes"]` as string. The list can be get and set by:
50
50
  node_list = node_list[1:] + [node_list[0]]
51
51
  steem.set_default_nodes(node_list)
52
52
 
53
- nectar-cli can also be used to set nodes:
53
+ hive-nectar can also be used to set nodes:
54
54
 
55
55
  .. code-block:: bash
56
56
 
57
- nectar-cli set nodes wss://steemd.privex.io
58
- nectar-cli set nodes "['wss://steemd.privex.io', 'wss://gtg.steem.house:8090']"
57
+ hive-nectar set nodes wss://steemd.privex.io
58
+ hive-nectar set nodes "['wss://steemd.privex.io', 'wss://gtg.steem.house:8090']"
59
59
 
60
60
  The default nodes can be reset to the default value. When the first node does not
61
61
  answer, steem should be set to the offline mode. This can be done by:
62
62
 
63
63
  .. code-block:: bash
64
64
 
65
- nectar-cli -o set nodes ""
65
+ hive-nectar -o set nodes ""
66
66
 
67
67
  or
68
68
 
@@ -76,7 +76,7 @@ Default account
76
76
  ---------------
77
77
 
78
78
  The default account name is used in some functions, when no account name is given.
79
- It is also used in `nectar-cli` for all account related functions.
79
+ It is also used in `hive-nectar` for all account related functions.
80
80
 
81
81
  .. code-block:: python
82
82
 
@@ -85,11 +85,11 @@ It is also used in `nectar-cli` for all account related functions.
85
85
  steem.set_default_account("test")
86
86
  steem.config["default_account"] = "test"
87
87
 
88
- or by nectar-cli with
88
+ or by hive-nectar with
89
89
 
90
90
  .. code-block:: bash
91
91
 
92
- nectar-cli set default_account test
92
+ hive-nectar set default_account test
93
93
 
94
94
  Default voting weight
95
95
  ---------------------
@@ -102,11 +102,11 @@ The default vote weight is used for voting, when no vote weight is given.
102
102
  steem = Steem()
103
103
  steem.config["default_vote_weight"] = 100
104
104
 
105
- or by nectar-cli with
105
+ or by hive-nectar with
106
106
 
107
107
  .. code-block:: bash
108
108
 
109
- nectar-cli set default_vote_weight 100
109
+ hive-nectar set default_vote_weight 100
110
110
 
111
111
 
112
112
  Setting password_storage
@@ -115,12 +115,12 @@ Setting password_storage
115
115
  The password_storage can be set to:
116
116
 
117
117
  * environment, this is the default setting. The master password for the wallet can be provided in the environment variable `UNLOCK`.
118
- * keyring (when set with nectar-cli, it asks for the wallet password)
118
+ * keyring (when set with hive-nectar, it asks for the wallet password)
119
119
 
120
120
  .. code-block:: bash
121
121
 
122
- nectar-cli set password_storage environment
123
- nectar-cli set password_storage keyring
122
+ hive-nectar set password_storage environment
123
+ hive-nectar set password_storage keyring
124
124
 
125
125
 
126
126
 
@@ -130,13 +130,13 @@ Environment variable for storing the master password
130
130
  When `password_storage` is set to `environment`, the master password can be stored in `UNLOCK`
131
131
  for unlocking automatically the wallet.
132
132
 
133
- Keyring support for nectar-cli and wallet
133
+ Keyring support for hive-nectar and wallet
134
134
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135
135
 
136
136
  In order to use keyring for storing the wallet password, the following steps are necessary:
137
137
 
138
138
  * Install keyring: `pip install keyring`
139
- * Change `password_storage` to `keyring` with `nectar-cli` and enter the wallet password.
139
+ * Change `password_storage` to `keyring` with `hive-nectar` and enter the wallet password.
140
140
 
141
141
  It also possible to change the password in the keyring by
142
142
 
@@ -166,10 +166,10 @@ Testing if the master password is correctly provided by keyring or the `UNLOCK`
166
166
  print(steem.wallet.locked())
167
167
 
168
168
  When the output is False, automatic unlocking with keyring or the `UNLOCK` variable works.
169
- It can also tested by nectar-cli with
169
+ It can also tested by hive-nectar with
170
170
 
171
171
  .. code-block:: bash
172
172
 
173
- nectar-cli walletinfo --test-unlock
173
+ hive-nectar walletinfo --test-unlock
174
174
 
175
175
  When no password prompt is shown, unlocking with keyring or the `UNLOCK` variable works.
@@ -8,7 +8,7 @@ Repository
8
8
 
9
9
  The repository of nectar is currently located at:
10
10
 
11
- https://github.com/holgern/nectar
11
+ https://github.com/thecrazygm/hive-nectar
12
12
 
13
13
  Flow
14
14
  ----
@@ -46,15 +46,15 @@ Install nectar with pip:
46
46
 
47
47
  .. code:: bash
48
48
 
49
- pip install -U nectar
49
+ pip install -U hive-nectar
50
50
 
51
51
  Sometimes this does not work. Please try::
52
52
 
53
- pip3 install -U nectar
53
+ pip3 install -U hive-nectar
54
54
 
55
55
  or::
56
56
 
57
- python -m pip install nectar
57
+ python -m pip install hive-nectar
58
58
 
59
59
  Manual installation
60
60
  -------------------
@@ -62,32 +62,15 @@ Manual installation
62
62
  You can install nectar from this repository if you want the latest
63
63
  but possibly non-compiling version::
64
64
 
65
- git clone https://github.com/holgern/nectar.git
66
- cd nectar
67
- python setup.py build
68
-
69
- python setup.py install --user
65
+ git clone https://github.com/thecrazygm/hive-nectar.git
66
+ cd hive-nectar
67
+ uv sync
68
+ uv sync --dev
70
69
 
71
70
  Run tests after install::
72
71
 
73
72
  pytest
74
73
 
75
-
76
- Installing nectar with conda-forge
77
- --------------------------------
78
-
79
- Installing nectar from the conda-forge channel can be achieved by adding conda-forge to your channels with::
80
-
81
- conda config --add channels conda-forge
82
-
83
- Once the conda-forge channel has been enabled, nectar can be installed with::
84
-
85
- conda install nectar
86
-
87
- Signing and Verify can be fasten (200 %) by installing cryptography::
88
-
89
- conda install cryptography
90
-
91
74
  Enable Logging
92
75
  --------------
93
76
 
@@ -8,13 +8,13 @@ Nodes for using nectar with the Hive blockchain can be set by the command line t
8
8
 
9
9
  .. code-block:: bash
10
10
 
11
- nectar-cli updatenodes --hive
11
+ hive-nectar updatenodes --hive
12
12
 
13
13
  Nodes for the Hive blockchain are set with
14
14
 
15
15
  .. code-block:: bash
16
16
 
17
- nectar-cli updatenodes
17
+ hive-nectar updatenodes
18
18
 
19
19
 
20
20
  Hive nodes can be set in a python script with
@@ -88,7 +88,7 @@ of the author or upvoter. Private keys can be provided to nectar temporary or ca
88
88
  stored encrypted in a sql-database (wallet).
89
89
 
90
90
  .. note:: Before using the wallet the first time, it has to be created and a password has
91
- to set. The wallet content is available to nectar-cli and all python scripts, which have
91
+ to set. The wallet content is available to hive-nectar and all python scripts, which have
92
92
  access to the sql database file.
93
93
 
94
94
  Creating a wallet
@@ -220,4 +220,4 @@ if __name__ == "__main__":
220
220
  stm = Steem(offline=True)
221
221
  stm.set_default_nodes(working_nodes)
222
222
  else:
223
- print("nectar-cli set nodes " + str(working_nodes))
223
+ print("hive-nectar set nodes " + str(working_nodes))
@@ -25,7 +25,8 @@ def get_version():
25
25
  def write_version_py(filename, version):
26
26
  """Write version."""
27
27
  content = f'''"""THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
28
- version = '{version}'
28
+
29
+ version = "{version}"
29
30
  '''
30
31
  with open(filename, "w") as file:
31
32
  file.write(content)
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "hive-nectar"
7
- version = "0.00.02"
7
+ version = "0.0.3"
8
8
  description = "Unofficial Python library for HIVE"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -44,9 +44,9 @@ dependencies = [
44
44
  ]
45
45
 
46
46
  [project.urls]
47
- "Homepage" = "http://www.github.com/thecrazygm/nectar"
48
- "Download" = "https://github.com/thecrazygm/nectar/tarball/0.00.01"
49
- "Bug Tracker" = "https://github.com/thecrazygm/nectar/issues"
47
+ "Homepage" = "http://www.github.com/thecrazygm/hive-nectar"
48
+ "Download" = "https://github.com/thecrazygm/hive-nectar/tarball/0.00.01"
49
+ "Bug Tracker" = "https://github.com/thecrazygm/hive-nectar/issues"
50
50
 
51
51
  [project.scripts]
52
52
  hive-nectar = "nectar.cli:cli"
@@ -108,6 +108,7 @@ dev = [
108
108
  "coverage",
109
109
  "tox",
110
110
  "sphinx",
111
+ "sphinx-rtd-theme",
111
112
  "doc8",
112
113
  "ruff",
113
114
  "mypy",
@@ -3060,12 +3060,12 @@ class Account(BlockchainObject):
3060
3060
  .. code-block:: js
3061
3061
 
3062
3062
  {
3063
- 'name': 'Holger',
3064
- 'about': 'nectar Developer',
3065
- 'location': 'Germany',
3066
- 'profile_image': 'https://c1.staticflickr.com/5/4715/38733717165_7070227c89_n.jpg',
3067
- 'cover_image': 'https://farm1.staticflickr.com/894/26382750057_69f5c8e568.jpg',
3068
- 'website': 'https://github.com/holgern/nectar'
3063
+ 'name': 'TheCrazyGM',
3064
+ 'about': 'hive-nectar Developer',
3065
+ 'location': 'United States',
3066
+ 'profile_image': 'https://.jpg',
3067
+ 'cover_image': 'https://.jpg',
3068
+ 'website': 'https://github.com/thecrazygm/hive-nectar'
3069
3069
  }
3070
3070
 
3071
3071
  .. code-block:: python
@@ -1,2 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
- version = '0.00.02'
2
+
3
+ version = "0.0.3"
@@ -142,13 +142,18 @@ class Nodes(list):
142
142
  if self.node is not None:
143
143
  self.node.error_cnt = 0
144
144
 
145
- def sleep_and_check_retries(self, errorMsg=None, sleep=True, call_retry=False, showMsg=True):
145
+ def sleep_and_check_retries(
146
+ self, errorMsg=None, sleep=True, call_retry=False, showMsg=True
147
+ ):
146
148
  """Sleep and check if num_retries is reached"""
147
149
  if errorMsg:
148
150
  log.warning("Error: {}".format(errorMsg))
149
151
  if call_retry:
150
152
  cnt = self.error_cnt_call
151
- if self.num_retries_call >= 0 and self.error_cnt_call > self.num_retries_call:
153
+ if (
154
+ self.num_retries_call >= 0
155
+ and self.error_cnt_call > self.num_retries_call
156
+ ):
152
157
  raise CallRetriesReached()
153
158
  else:
154
159
  cnt = self.error_cnt
@@ -158,11 +163,12 @@ class Nodes(list):
158
163
  if showMsg:
159
164
  if call_retry:
160
165
  log.warning(
161
- "Retry RPC Call on node: %s (%d/%d) \n" % (self.url, cnt, self.num_retries_call)
166
+ "Retry RPC Call on node: %s (%d/%d)"
167
+ % (self.url, cnt, self.num_retries_call)
162
168
  )
163
169
  else:
164
170
  log.warning(
165
- "Lost connection or internal error on node: %s (%d/%d) \n"
171
+ "Lost connection or internal error on node: %s (%d/%d)"
166
172
  % (self.url, cnt, self.num_retries)
167
173
  )
168
174
  if not sleep:
@@ -174,5 +180,5 @@ class Nodes(list):
174
180
  else:
175
181
  sleeptime = 10
176
182
  if sleeptime:
177
- log.warning("Retrying in %d seconds\n" % sleeptime)
183
+ log.warning("Retrying in %d seconds" % sleeptime)
178
184
  time.sleep(sleeptime)
File without changes
@@ -1,2 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
- version = '0.00.02'
2
+
3
+ version = "0.0.3"
File without changes
@@ -1,2 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
- version = '0.00.02'
2
+
3
+ version = "0.0.3"
File without changes
File without changes
@@ -1,2 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
- version = '0.00.02'
2
+
3
+ version = "0.0.3"
File without changes
File without changes