hive-nectar 0.0.2__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 (269) hide show
  1. hive_nectar-0.0.2/.gitignore +76 -0
  2. hive_nectar-0.0.2/CHANGELOG.md +6 -0
  3. hive_nectar-0.0.2/LICENSE.txt +23 -0
  4. hive_nectar-0.0.2/Makefile +59 -0
  5. hive_nectar-0.0.2/PKG-INFO +182 -0
  6. hive_nectar-0.0.2/README.md +123 -0
  7. hive_nectar-0.0.2/docs/Makefile +192 -0
  8. hive_nectar-0.0.2/docs/_static/nectar-icon.png +0 -0
  9. hive_nectar-0.0.2/docs/_static/nectar-icon_bw.png +0 -0
  10. hive_nectar-0.0.2/docs/_static/nectar-logo.png +0 -0
  11. hive_nectar-0.0.2/docs/_static/nectar-logo.svg +1 -0
  12. hive_nectar-0.0.2/docs/_static/nectar-logo_2.png +0 -0
  13. hive_nectar-0.0.2/docs/_static/nectar-logo_2.svg +1 -0
  14. hive_nectar-0.0.2/docs/_static/nectar-logo_bw.png +0 -0
  15. hive_nectar-0.0.2/docs/_static/nectar-logo_bw.svg +1 -0
  16. hive_nectar-0.0.2/docs/apidefinitions.rst +793 -0
  17. hive_nectar-0.0.2/docs/cli.rst +251 -0
  18. hive_nectar-0.0.2/docs/conf.py +289 -0
  19. hive_nectar-0.0.2/docs/configuration.rst +175 -0
  20. hive_nectar-0.0.2/docs/contribute.rst +56 -0
  21. hive_nectar-0.0.2/docs/index.rst +134 -0
  22. hive_nectar-0.0.2/docs/indices.rst +5 -0
  23. hive_nectar-0.0.2/docs/installation.rst +102 -0
  24. hive_nectar-0.0.2/docs/make.bat +263 -0
  25. hive_nectar-0.0.2/docs/modules.rst +93 -0
  26. hive_nectar-0.0.2/docs/nectar.account.rst +7 -0
  27. hive_nectar-0.0.2/docs/nectar.amount.rst +7 -0
  28. hive_nectar-0.0.2/docs/nectar.asciichart.rst +7 -0
  29. hive_nectar-0.0.2/docs/nectar.asset.rst +7 -0
  30. hive_nectar-0.0.2/docs/nectar.block.rst +7 -0
  31. hive_nectar-0.0.2/docs/nectar.blockchain.rst +7 -0
  32. hive_nectar-0.0.2/docs/nectar.blockchaininstance.rst +7 -0
  33. hive_nectar-0.0.2/docs/nectar.blockchainobject.rst +7 -0
  34. hive_nectar-0.0.2/docs/nectar.comment.rst +7 -0
  35. hive_nectar-0.0.2/docs/nectar.community.rst +7 -0
  36. hive_nectar-0.0.2/docs/nectar.conveyor.rst +7 -0
  37. hive_nectar-0.0.2/docs/nectar.discussions.rst +7 -0
  38. hive_nectar-0.0.2/docs/nectar.exceptions.rst +7 -0
  39. hive_nectar-0.0.2/docs/nectar.hive.rst +7 -0
  40. hive_nectar-0.0.2/docs/nectar.hivesigner.rst +7 -0
  41. hive_nectar-0.0.2/docs/nectar.imageuploader.rst +7 -0
  42. hive_nectar-0.0.2/docs/nectar.instance.rst +7 -0
  43. hive_nectar-0.0.2/docs/nectar.market.rst +7 -0
  44. hive_nectar-0.0.2/docs/nectar.memo.rst +7 -0
  45. hive_nectar-0.0.2/docs/nectar.message.rst +7 -0
  46. hive_nectar-0.0.2/docs/nectar.nodelist.rst +7 -0
  47. hive_nectar-0.0.2/docs/nectar.price.rst +7 -0
  48. hive_nectar-0.0.2/docs/nectar.rc.rst +7 -0
  49. hive_nectar-0.0.2/docs/nectar.snapshot.rst +7 -0
  50. hive_nectar-0.0.2/docs/nectar.steem.rst +7 -0
  51. hive_nectar-0.0.2/docs/nectar.storage.rst +7 -0
  52. hive_nectar-0.0.2/docs/nectar.transactionbuilder.rst +7 -0
  53. hive_nectar-0.0.2/docs/nectar.utils.rst +7 -0
  54. hive_nectar-0.0.2/docs/nectar.vote.rst +7 -0
  55. hive_nectar-0.0.2/docs/nectar.wallet.rst +7 -0
  56. hive_nectar-0.0.2/docs/nectar.witness.rst +8 -0
  57. hive_nectar-0.0.2/docs/nectarapi.exceptions.rst +7 -0
  58. hive_nectar-0.0.2/docs/nectarapi.graphenenerpc.rst +15 -0
  59. hive_nectar-0.0.2/docs/nectarapi.node.rst +7 -0
  60. hive_nectar-0.0.2/docs/nectarapi.noderpc.rst +7 -0
  61. hive_nectar-0.0.2/docs/nectarbase.ledgertransactions.rst +7 -0
  62. hive_nectar-0.0.2/docs/nectarbase.memo.rst +7 -0
  63. hive_nectar-0.0.2/docs/nectarbase.objects.rst +7 -0
  64. hive_nectar-0.0.2/docs/nectarbase.objecttypes.rst +7 -0
  65. hive_nectar-0.0.2/docs/nectarbase.operationids.rst +8 -0
  66. hive_nectar-0.0.2/docs/nectarbase.operations.rst +7 -0
  67. hive_nectar-0.0.2/docs/nectarbase.signedtransactions.rst +7 -0
  68. hive_nectar-0.0.2/docs/nectargraphenebase.account.rst +7 -0
  69. hive_nectar-0.0.2/docs/nectargraphenebase.aes.rst +7 -0
  70. hive_nectar-0.0.2/docs/nectargraphenebase.base58.rst +7 -0
  71. hive_nectar-0.0.2/docs/nectargraphenebase.bip32.rst +7 -0
  72. hive_nectar-0.0.2/docs/nectargraphenebase.bip38.rst +7 -0
  73. hive_nectar-0.0.2/docs/nectargraphenebase.ecdsasig.rst +7 -0
  74. hive_nectar-0.0.2/docs/nectargraphenebase.objects.rst +7 -0
  75. hive_nectar-0.0.2/docs/nectargraphenebase.objecttypes.rst +7 -0
  76. hive_nectar-0.0.2/docs/nectargraphenebase.operations.rst +7 -0
  77. hive_nectar-0.0.2/docs/nectargraphenebase.signedtransactions.rst +7 -0
  78. hive_nectar-0.0.2/docs/nectargraphenebase.unsignedtransactions.rst +7 -0
  79. hive_nectar-0.0.2/docs/nectarstorage.base.rst +7 -0
  80. hive_nectar-0.0.2/docs/nectarstorage.exceptions.rst +7 -0
  81. hive_nectar-0.0.2/docs/nectarstorage.interfaces.rst +7 -0
  82. hive_nectar-0.0.2/docs/nectarstorage.masterpassword.rst +7 -0
  83. hive_nectar-0.0.2/docs/nectarstorage.ram.rst +7 -0
  84. hive_nectar-0.0.2/docs/nectarstorage.sqlite.rst +7 -0
  85. hive_nectar-0.0.2/docs/quickstart.rst +247 -0
  86. hive_nectar-0.0.2/docs/requirements.txt +19 -0
  87. hive_nectar-0.0.2/docs/support.rst +7 -0
  88. hive_nectar-0.0.2/docs/tutorials.rst +319 -0
  89. hive_nectar-0.0.2/examples/account_curation_per_week_and_1k_sp.py +36 -0
  90. hive_nectar-0.0.2/examples/account_rep_over_time.py +33 -0
  91. hive_nectar-0.0.2/examples/account_sp_over_time.py +41 -0
  92. hive_nectar-0.0.2/examples/account_vp_over_time.py +36 -0
  93. hive_nectar-0.0.2/examples/accout_reputation_by_SP.py +39 -0
  94. hive_nectar-0.0.2/examples/benchmark_nectar.py +102 -0
  95. hive_nectar-0.0.2/examples/benchmark_nodes.py +95 -0
  96. hive_nectar-0.0.2/examples/benchmark_nodes2.py +223 -0
  97. hive_nectar-0.0.2/examples/blockactivity.py +141 -0
  98. hive_nectar-0.0.2/examples/blockstats.py +137 -0
  99. hive_nectar-0.0.2/examples/cache_performance.py +65 -0
  100. hive_nectar-0.0.2/examples/check_followers.py +133 -0
  101. hive_nectar-0.0.2/examples/compare_transactions_speed_with_steem.py +111 -0
  102. hive_nectar-0.0.2/examples/compare_with_steem_python_account.py +101 -0
  103. hive_nectar-0.0.2/examples/hf20_testnet.py +21 -0
  104. hive_nectar-0.0.2/examples/login_app/app.py +40 -0
  105. hive_nectar-0.0.2/examples/memory_profiler1.py +76 -0
  106. hive_nectar-0.0.2/examples/memory_profiler2.py +61 -0
  107. hive_nectar-0.0.2/examples/next_witness_block_coundown.py +59 -0
  108. hive_nectar-0.0.2/examples/op_on_testnet.py +71 -0
  109. hive_nectar-0.0.2/examples/post_to_html.py +93 -0
  110. hive_nectar-0.0.2/examples/post_to_md.py +59 -0
  111. hive_nectar-0.0.2/examples/print_appbase_calls.py +40 -0
  112. hive_nectar-0.0.2/examples/print_comments.py +30 -0
  113. hive_nectar-0.0.2/examples/print_votes.py +29 -0
  114. hive_nectar-0.0.2/examples/stream_threading_performance.py +72 -0
  115. hive_nectar-0.0.2/examples/using_custom_chain.py +28 -0
  116. hive_nectar-0.0.2/examples/using_steem_offline.py +33 -0
  117. hive_nectar-0.0.2/examples/waitForRecharge.py +37 -0
  118. hive_nectar-0.0.2/examples/watching_the_watchers.py +160 -0
  119. hive_nectar-0.0.2/examples/write_blocks_to_file.py +71 -0
  120. hive_nectar-0.0.2/generate_versions.py +49 -0
  121. hive_nectar-0.0.2/pyproject.toml +122 -0
  122. hive_nectar-0.0.2/pytest.ini +3 -0
  123. hive_nectar-0.0.2/src/nectar/__init__.py +32 -0
  124. hive_nectar-0.0.2/src/nectar/account.py +4371 -0
  125. hive_nectar-0.0.2/src/nectar/amount.py +475 -0
  126. hive_nectar-0.0.2/src/nectar/asciichart.py +270 -0
  127. hive_nectar-0.0.2/src/nectar/asset.py +82 -0
  128. hive_nectar-0.0.2/src/nectar/block.py +446 -0
  129. hive_nectar-0.0.2/src/nectar/blockchain.py +1178 -0
  130. hive_nectar-0.0.2/src/nectar/blockchaininstance.py +2284 -0
  131. hive_nectar-0.0.2/src/nectar/blockchainobject.py +221 -0
  132. hive_nectar-0.0.2/src/nectar/blurt.py +563 -0
  133. hive_nectar-0.0.2/src/nectar/cli.py +6285 -0
  134. hive_nectar-0.0.2/src/nectar/comment.py +1217 -0
  135. hive_nectar-0.0.2/src/nectar/community.py +513 -0
  136. hive_nectar-0.0.2/src/nectar/constants.py +111 -0
  137. hive_nectar-0.0.2/src/nectar/conveyor.py +309 -0
  138. hive_nectar-0.0.2/src/nectar/discussions.py +1709 -0
  139. hive_nectar-0.0.2/src/nectar/exceptions.py +149 -0
  140. hive_nectar-0.0.2/src/nectar/hive.py +546 -0
  141. hive_nectar-0.0.2/src/nectar/hivesigner.py +420 -0
  142. hive_nectar-0.0.2/src/nectar/imageuploader.py +72 -0
  143. hive_nectar-0.0.2/src/nectar/instance.py +129 -0
  144. hive_nectar-0.0.2/src/nectar/market.py +1013 -0
  145. hive_nectar-0.0.2/src/nectar/memo.py +449 -0
  146. hive_nectar-0.0.2/src/nectar/message.py +357 -0
  147. hive_nectar-0.0.2/src/nectar/nodelist.py +444 -0
  148. hive_nectar-0.0.2/src/nectar/price.py +557 -0
  149. hive_nectar-0.0.2/src/nectar/profile.py +65 -0
  150. hive_nectar-0.0.2/src/nectar/rc.py +308 -0
  151. hive_nectar-0.0.2/src/nectar/snapshot.py +726 -0
  152. hive_nectar-0.0.2/src/nectar/steem.py +582 -0
  153. hive_nectar-0.0.2/src/nectar/storage.py +53 -0
  154. hive_nectar-0.0.2/src/nectar/transactionbuilder.py +622 -0
  155. hive_nectar-0.0.2/src/nectar/utils.py +545 -0
  156. hive_nectar-0.0.2/src/nectar/version.py +2 -0
  157. hive_nectar-0.0.2/src/nectar/vote.py +557 -0
  158. hive_nectar-0.0.2/src/nectar/wallet.py +472 -0
  159. hive_nectar-0.0.2/src/nectar/witness.py +617 -0
  160. hive_nectar-0.0.2/src/nectarapi/__init__.py +11 -0
  161. hive_nectar-0.0.2/src/nectarapi/exceptions.py +123 -0
  162. hive_nectar-0.0.2/src/nectarapi/graphenerpc.py +589 -0
  163. hive_nectar-0.0.2/src/nectarapi/node.py +178 -0
  164. hive_nectar-0.0.2/src/nectarapi/noderpc.py +229 -0
  165. hive_nectar-0.0.2/src/nectarapi/rpcutils.py +97 -0
  166. hive_nectar-0.0.2/src/nectarapi/version.py +2 -0
  167. hive_nectar-0.0.2/src/nectarbase/__init__.py +14 -0
  168. hive_nectar-0.0.2/src/nectarbase/ledgertransactions.py +75 -0
  169. hive_nectar-0.0.2/src/nectarbase/memo.py +243 -0
  170. hive_nectar-0.0.2/src/nectarbase/objects.py +429 -0
  171. hive_nectar-0.0.2/src/nectarbase/objecttypes.py +22 -0
  172. hive_nectar-0.0.2/src/nectarbase/operationids.py +102 -0
  173. hive_nectar-0.0.2/src/nectarbase/operations.py +1297 -0
  174. hive_nectar-0.0.2/src/nectarbase/signedtransactions.py +48 -0
  175. hive_nectar-0.0.2/src/nectarbase/transactions.py +11 -0
  176. hive_nectar-0.0.2/src/nectarbase/version.py +2 -0
  177. hive_nectar-0.0.2/src/nectargrapheneapi/__init__.py +6 -0
  178. hive_nectar-0.0.2/src/nectargraphenebase/__init__.py +27 -0
  179. hive_nectar-0.0.2/src/nectargraphenebase/account.py +846 -0
  180. hive_nectar-0.0.2/src/nectargraphenebase/aes.py +52 -0
  181. hive_nectar-0.0.2/src/nectargraphenebase/base58.py +192 -0
  182. hive_nectar-0.0.2/src/nectargraphenebase/bip32.py +494 -0
  183. hive_nectar-0.0.2/src/nectargraphenebase/bip38.py +134 -0
  184. hive_nectar-0.0.2/src/nectargraphenebase/chains.py +149 -0
  185. hive_nectar-0.0.2/src/nectargraphenebase/dictionary.py +3 -0
  186. hive_nectar-0.0.2/src/nectargraphenebase/ecdsasig.py +326 -0
  187. hive_nectar-0.0.2/src/nectargraphenebase/objects.py +123 -0
  188. hive_nectar-0.0.2/src/nectargraphenebase/objecttypes.py +6 -0
  189. hive_nectar-0.0.2/src/nectargraphenebase/operationids.py +3 -0
  190. hive_nectar-0.0.2/src/nectargraphenebase/operations.py +23 -0
  191. hive_nectar-0.0.2/src/nectargraphenebase/prefix.py +11 -0
  192. hive_nectar-0.0.2/src/nectargraphenebase/py23.py +38 -0
  193. hive_nectar-0.0.2/src/nectargraphenebase/signedtransactions.py +201 -0
  194. hive_nectar-0.0.2/src/nectargraphenebase/types.py +419 -0
  195. hive_nectar-0.0.2/src/nectargraphenebase/unsignedtransactions.py +283 -0
  196. hive_nectar-0.0.2/src/nectargraphenebase/version.py +2 -0
  197. hive_nectar-0.0.2/src/nectarstorage/__init__.py +38 -0
  198. hive_nectar-0.0.2/src/nectarstorage/base.py +306 -0
  199. hive_nectar-0.0.2/src/nectarstorage/exceptions.py +16 -0
  200. hive_nectar-0.0.2/src/nectarstorage/interfaces.py +237 -0
  201. hive_nectar-0.0.2/src/nectarstorage/masterpassword.py +239 -0
  202. hive_nectar-0.0.2/src/nectarstorage/ram.py +30 -0
  203. hive_nectar-0.0.2/src/nectarstorage/sqlite.py +334 -0
  204. hive_nectar-0.0.2/tests/__init__.py +1 -0
  205. hive_nectar-0.0.2/tests/nectar/__init__.py +1 -0
  206. hive_nectar-0.0.2/tests/nectar/data/drv-wif-idx100.txt +8 -0
  207. hive_nectar-0.0.2/tests/nectar/data/pubkey.json +6 -0
  208. hive_nectar-0.0.2/tests/nectar/nodes.py +19 -0
  209. hive_nectar-0.0.2/tests/nectar/test_account.py +653 -0
  210. hive_nectar-0.0.2/tests/nectar/test_account_blurt.py +246 -0
  211. hive_nectar-0.0.2/tests/nectar/test_account_steem.py +552 -0
  212. hive_nectar-0.0.2/tests/nectar/test_aes.py +46 -0
  213. hive_nectar-0.0.2/tests/nectar/test_amount.py +278 -0
  214. hive_nectar-0.0.2/tests/nectar/test_asciichart.py +32 -0
  215. hive_nectar-0.0.2/tests/nectar/test_asset.py +79 -0
  216. hive_nectar-0.0.2/tests/nectar/test_base_objects.py +32 -0
  217. hive_nectar-0.0.2/tests/nectar/test_block.py +109 -0
  218. hive_nectar-0.0.2/tests/nectar/test_blockchain.py +271 -0
  219. hive_nectar-0.0.2/tests/nectar/test_blockchain_batch.py +96 -0
  220. hive_nectar-0.0.2/tests/nectar/test_blockchain_threading.py +98 -0
  221. hive_nectar-0.0.2/tests/nectar/test_cli.py +680 -0
  222. hive_nectar-0.0.2/tests/nectar/test_comment.py +292 -0
  223. hive_nectar-0.0.2/tests/nectar/test_connection.py +34 -0
  224. hive_nectar-0.0.2/tests/nectar/test_constants.py +88 -0
  225. hive_nectar-0.0.2/tests/nectar/test_conveyor.py +27 -0
  226. hive_nectar-0.0.2/tests/nectar/test_discussions.py +164 -0
  227. hive_nectar-0.0.2/tests/nectar/test_hive.py +450 -0
  228. hive_nectar-0.0.2/tests/nectar/test_hivesigner.py +60 -0
  229. hive_nectar-0.0.2/tests/nectar/test_instance.py +286 -0
  230. hive_nectar-0.0.2/tests/nectar/test_market.py +166 -0
  231. hive_nectar-0.0.2/tests/nectar/test_memo.py +68 -0
  232. hive_nectar-0.0.2/tests/nectar/test_message.py +78 -0
  233. hive_nectar-0.0.2/tests/nectar/test_nodelist.py +51 -0
  234. hive_nectar-0.0.2/tests/nectar/test_objectcache.py +68 -0
  235. hive_nectar-0.0.2/tests/nectar/test_price.py +128 -0
  236. hive_nectar-0.0.2/tests/nectar/test_profile.py +25 -0
  237. hive_nectar-0.0.2/tests/nectar/test_steem.py +442 -0
  238. hive_nectar-0.0.2/tests/nectar/test_storage.py +49 -0
  239. hive_nectar-0.0.2/tests/nectar/test_testnet.py +675 -0
  240. hive_nectar-0.0.2/tests/nectar/test_txbuffers.py +50 -0
  241. hive_nectar-0.0.2/tests/nectar/test_utils.py +263 -0
  242. hive_nectar-0.0.2/tests/nectar/test_vote.py +131 -0
  243. hive_nectar-0.0.2/tests/nectar/test_wallet.py +117 -0
  244. hive_nectar-0.0.2/tests/nectar/test_witness.py +160 -0
  245. hive_nectar-0.0.2/tests/nectarapi/__init__.py +1 -0
  246. hive_nectar-0.0.2/tests/nectarapi/test_node.py +59 -0
  247. hive_nectar-0.0.2/tests/nectarapi/test_noderpc.py +159 -0
  248. hive_nectar-0.0.2/tests/nectarapi/test_rpcutils.py +83 -0
  249. hive_nectar-0.0.2/tests/nectarbase/__init__.py +1 -0
  250. hive_nectar-0.0.2/tests/nectarbase/test_ledgertransactions.py +126 -0
  251. hive_nectar-0.0.2/tests/nectarbase/test_memo.py +250 -0
  252. hive_nectar-0.0.2/tests/nectarbase/test_objects.py +63 -0
  253. hive_nectar-0.0.2/tests/nectarbase/test_operations.py +48 -0
  254. hive_nectar-0.0.2/tests/nectarbase/test_transactions.py +1154 -0
  255. hive_nectar-0.0.2/tests/nectargraphene/__init__.py +1 -0
  256. hive_nectar-0.0.2/tests/nectargraphene/test_account.py +803 -0
  257. hive_nectar-0.0.2/tests/nectargraphene/test_base58.py +229 -0
  258. hive_nectar-0.0.2/tests/nectargraphene/test_bip32.py +296 -0
  259. hive_nectar-0.0.2/tests/nectargraphene/test_bip38.py +75 -0
  260. hive_nectar-0.0.2/tests/nectargraphene/test_ecdsa.py +89 -0
  261. hive_nectar-0.0.2/tests/nectargraphene/test_key_format.py +69 -0
  262. hive_nectar-0.0.2/tests/nectargraphene/test_objects.py +27 -0
  263. hive_nectar-0.0.2/tests/nectargraphene/test_py23.py +121 -0
  264. hive_nectar-0.0.2/tests/nectargraphene/test_types.py +397 -0
  265. hive_nectar-0.0.2/tests/nectarstorage/__init__.py +0 -0
  266. hive_nectar-0.0.2/tests/nectarstorage/test_keystorage.py +88 -0
  267. hive_nectar-0.0.2/tests/nectarstorage/test_masterpassword.py +68 -0
  268. hive_nectar-0.0.2/tests/nectarstorage/test_sqlite.py +36 -0
  269. hive_nectar-0.0.2/uv.lock +1299 -0
@@ -0,0 +1,76 @@
1
+ .idea/
2
+ # Byte-compiled / optimized / DLL files
3
+ __pycache__/
4
+ *.py[cod]
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ .coverage*
12
+ coverage.xml
13
+ env/
14
+ build/
15
+ develop-eggs/
16
+ dist/
17
+ downloads/
18
+ eggs/
19
+ lib/
20
+ lib64/
21
+ parts/
22
+ sdist/
23
+ var/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ .pytest_cache/
27
+ *.egg
28
+ *.eggs
29
+
30
+ # PyInstaller
31
+ # Usually these files are written by a python script from a template
32
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
33
+ *.manifest
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov/
41
+ .tox/
42
+ .coverage
43
+ .cache
44
+ nosetests.xml
45
+ coverage.xml
46
+
47
+ # Translations
48
+ *.mo
49
+ *.pot
50
+
51
+ # Django stuff:
52
+ *.log
53
+
54
+ # Sphinx documentation
55
+ docs/_build/
56
+ docs/html
57
+
58
+ # PyBuilder
59
+ target/
60
+
61
+ # Configuration Files
62
+ *config.py
63
+
64
+ # Vim temp files
65
+ *.swp
66
+ .ropeproject/
67
+ */.ropeproject/
68
+
69
+ # IDEs
70
+ .vscode
71
+
72
+ # uv and modern packaging
73
+ .uv/
74
+ __pypackages__/
75
+ .ruff_cache/
76
+ .mypy_cache/
@@ -0,0 +1,6 @@
1
+ # Changelog
2
+
3
+ ## 0.00.01
4
+
5
+ - Initial release
6
+ - Beem stops and Nectar starts
@@ -0,0 +1,23 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Fabian Schuh
4
+ 2018, 2019 Holger Nahrstaedt
5
+ 2025, Michael Garcia
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in
15
+ all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+ THE SOFTWARE.
@@ -0,0 +1,59 @@
1
+ .PHONY: clean-pyc clean-build docs generate-versions
2
+
3
+ clean: clean-build clean-pyc
4
+
5
+ clean-build:
6
+ rm -fr build/
7
+ rm -fr dist/
8
+ rm -fr *.egg-info
9
+ rm -fr __pycache__/ .eggs/ .cache/ .tox/
10
+
11
+ clean-pyc:
12
+ find . -name '*.pyc' -exec rm -f {} +
13
+ find . -name '*.pyo' -exec rm -f {} +
14
+ find . -name '*~' -exec rm -f {} +
15
+
16
+ generate-versions:
17
+ python3 generate_versions.py
18
+
19
+ lint:
20
+ uv run ruff check src
21
+
22
+ format:
23
+ uv run ruff format src
24
+
25
+ test:
26
+ python -m pytest
27
+
28
+ build: generate-versions
29
+ uv build
30
+
31
+ install: build
32
+ uv pip install -e .
33
+
34
+ install-user: build
35
+ uv pip install --user -e .
36
+
37
+ git:
38
+ git push --all
39
+ git push --tags
40
+
41
+ check:
42
+ uv pip check
43
+
44
+ dev-setup:
45
+ uv pip install --python-dev-deps -e .
46
+
47
+ dist: generate-versions
48
+ uv build
49
+ python -m twine upload dist/*
50
+
51
+ test-dist: generate-versions
52
+ uv build
53
+ python -m twine upload --repository testpypi dist/* --verbose
54
+
55
+ docs:
56
+ sphinx-apidoc -d 6 -e -f -o docs . *.py tests
57
+ make -C docs clean html
58
+
59
+ release: clean check dist git
@@ -0,0 +1,182 @@
1
+ Metadata-Version: 2.4
2
+ Name: hive-nectar
3
+ Version: 0.0.2
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
8
+ Author-email: Michael Garcia <thecrazygm@gmail.com>
9
+ Maintainer-email: Michael Garcia <thecrazygm@gmail.com>
10
+ License: The MIT License (MIT)
11
+
12
+ Copyright (c) 2015 Fabian Schuh
13
+ 2018, 2019 Holger Nahrstaedt
14
+ 2025, Michael Garcia
15
+
16
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17
+ of this software and associated documentation files (the "Software"), to deal
18
+ in the Software without restriction, including without limitation the rights
19
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
+ copies of the Software, and to permit persons to whom the Software is
21
+ furnished to do so, subject to the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be included in
24
+ all copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
32
+ THE SOFTWARE.
33
+ License-File: LICENSE.txt
34
+ Keywords: api,hive,library,rpc
35
+ Classifier: Development Status :: 4 - Beta
36
+ Classifier: Intended Audience :: Developers
37
+ Classifier: Intended Audience :: Financial and Insurance Industry
38
+ Classifier: License :: OSI Approved :: MIT License
39
+ Classifier: Operating System :: OS Independent
40
+ Classifier: Programming Language :: Python
41
+ Classifier: Programming Language :: Python :: 3
42
+ Classifier: Programming Language :: Python :: 3.12
43
+ Classifier: Programming Language :: Python :: 3.13
44
+ Classifier: Topic :: Office/Business :: Financial
45
+ Requires-Python: >=3.12
46
+ Requires-Dist: appdirs
47
+ Requires-Dist: asn1crypto
48
+ Requires-Dist: click
49
+ Requires-Dist: click-shell
50
+ Requires-Dist: diff-match-patch
51
+ Requires-Dist: ecdsa
52
+ Requires-Dist: prettytable
53
+ Requires-Dist: pycryptodomex
54
+ Requires-Dist: requests
55
+ Requires-Dist: ruamel-yaml
56
+ Requires-Dist: scrypt
57
+ Requires-Dist: websocket-client
58
+ Description-Content-Type: text/markdown
59
+
60
+ # nectar - Unofficial Python Library for HIVE
61
+
62
+ nectar is an unofficial python library for HIVE, which is
63
+ created from the remains of [beem](https://github.com/holgern/beem) which was derived from [python-bitshares](https://github.com/xeroc/python-bitshares)
64
+ The library name is derived from a nectar of a flower.
65
+
66
+ nectar includes [python-graphenelib](https://github.com/xeroc/python-graphenelib).
67
+
68
+ [![Latest Version](https://img.shields.io/pypi/v/hive-nectar.svg)](https://pypi.python.org/pypi/hive-nectar/)
69
+
70
+ [![Python Versions](https://img.shields.io/pypi/pyversions/hive-nectar.svg)](https://pypi.python.org/pypi/hive-nectar/)
71
+
72
+ ## Current build status
73
+
74
+ # Support & Documentation
75
+
76
+ You may find help in the [nectar-discord-channel](). The discord channel can also be used to discuss things about nectar.
77
+
78
+ A complete library documentation is available at
79
+ [temporary]()
80
+
81
+ # About nectar
82
+
83
+ - High unit test coverage
84
+ - Complete documentation of nectar-cli and all classes including all functions
85
+ - hivesigner integration
86
+ - Works on read-only systems
87
+ - Own BlockchainObject class with cache
88
+ - Contains all broadcast operations
89
+ - 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
+ - NodeRPC can be used to execute even not implemented RPC-Calls
92
+ - More complete implemention
93
+
94
+ # Installation
95
+
96
+ The minimal working python version is 3.12.x
97
+
98
+ nectar can be installed parallel to beem.
99
+
100
+ For Debian and Ubuntu, please ensure that the following packages are installed:
101
+
102
+ ```bash
103
+ sudo apt-get install build-essential libssl-dev python3-dev python3-pip python3-setuptools
104
+ ```
105
+
106
+ The following package speeds up nectar-cli:
107
+
108
+ > sudo apt-get install python3-gmpy2
109
+
110
+ For Fedora and RHEL-derivatives, please ensure that the following
111
+ packages are installed:
112
+
113
+ ```bash
114
+ sudo yum install gcc openssl-devel python-devel
115
+ ```
116
+
117
+ For OSX, please do the following:
118
+
119
+ brew install openssl
120
+ export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS"
121
+ export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"
122
+
123
+ For Termux on Android, please install the following packages:
124
+
125
+ ```bash
126
+ pkg install clang openssl python
127
+ ```
128
+
129
+ Signing and Verify can be fasten (200 %) by installing cryptography (you
130
+ may need to replace pip3 by pip):
131
+
132
+ ```bash
133
+ pip3 install -U cryptography
134
+ ```
135
+
136
+ or (you may need to replace pip3 by pip):
137
+
138
+ ```bash
139
+ pip3 install -U secp256k1prp
140
+ ```
141
+
142
+ Install or update nectar by pip(you may need to replace pip3 by pip):
143
+
144
+ ```bash
145
+ pip3 install -U nectar
146
+ ```
147
+
148
+ You can install nectar from this repository if you want the latest but
149
+ possibly non-compiling version:
150
+
151
+ ```bash
152
+ git clone https://github.com/thecrazygm/nectar.git
153
+ cd nectar
154
+ uv sync
155
+ ```
156
+
157
+ Run tests after install:
158
+
159
+ ```bash
160
+ pytest
161
+ ```
162
+
163
+ ## Ledger support
164
+
165
+ For Ledger (Nano S) signing, the following package must be installed:
166
+
167
+ ```bash
168
+ pip3 install ledgerblue
169
+ ```
170
+
171
+ # Changelog
172
+
173
+ Can be found in CHANGELOG.md.
174
+
175
+ # License
176
+
177
+ This library is licensed under the MIT License.
178
+
179
+ # Acknowledgements
180
+
181
+ [beem](https://github.com/holgern/beem) was created by Holger Nahrstaedt
182
+ [python-bitshares](https://github.com/xeroc/python-bitshares) and [python-graphenelib](https://github.com/xeroc/python-graphenelib) were created by Fabian Schuh (xeroc).
@@ -0,0 +1,123 @@
1
+ # nectar - Unofficial Python Library for HIVE
2
+
3
+ nectar is an unofficial python library for HIVE, which is
4
+ created from the remains of [beem](https://github.com/holgern/beem) which was derived from [python-bitshares](https://github.com/xeroc/python-bitshares)
5
+ The library name is derived from a nectar of a flower.
6
+
7
+ nectar includes [python-graphenelib](https://github.com/xeroc/python-graphenelib).
8
+
9
+ [![Latest Version](https://img.shields.io/pypi/v/hive-nectar.svg)](https://pypi.python.org/pypi/hive-nectar/)
10
+
11
+ [![Python Versions](https://img.shields.io/pypi/pyversions/hive-nectar.svg)](https://pypi.python.org/pypi/hive-nectar/)
12
+
13
+ ## Current build status
14
+
15
+ # Support & Documentation
16
+
17
+ You may find help in the [nectar-discord-channel](). The discord channel can also be used to discuss things about nectar.
18
+
19
+ A complete library documentation is available at
20
+ [temporary]()
21
+
22
+ # About nectar
23
+
24
+ - High unit test coverage
25
+ - Complete documentation of nectar-cli and all classes including all functions
26
+ - hivesigner integration
27
+ - Works on read-only systems
28
+ - Own BlockchainObject class with cache
29
+ - Contains all broadcast operations
30
+ - 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
+ - NodeRPC can be used to execute even not implemented RPC-Calls
33
+ - More complete implemention
34
+
35
+ # Installation
36
+
37
+ The minimal working python version is 3.12.x
38
+
39
+ nectar can be installed parallel to beem.
40
+
41
+ For Debian and Ubuntu, please ensure that the following packages are installed:
42
+
43
+ ```bash
44
+ sudo apt-get install build-essential libssl-dev python3-dev python3-pip python3-setuptools
45
+ ```
46
+
47
+ The following package speeds up nectar-cli:
48
+
49
+ > sudo apt-get install python3-gmpy2
50
+
51
+ For Fedora and RHEL-derivatives, please ensure that the following
52
+ packages are installed:
53
+
54
+ ```bash
55
+ sudo yum install gcc openssl-devel python-devel
56
+ ```
57
+
58
+ For OSX, please do the following:
59
+
60
+ brew install openssl
61
+ export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS"
62
+ export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"
63
+
64
+ For Termux on Android, please install the following packages:
65
+
66
+ ```bash
67
+ pkg install clang openssl python
68
+ ```
69
+
70
+ Signing and Verify can be fasten (200 %) by installing cryptography (you
71
+ may need to replace pip3 by pip):
72
+
73
+ ```bash
74
+ pip3 install -U cryptography
75
+ ```
76
+
77
+ or (you may need to replace pip3 by pip):
78
+
79
+ ```bash
80
+ pip3 install -U secp256k1prp
81
+ ```
82
+
83
+ Install or update nectar by pip(you may need to replace pip3 by pip):
84
+
85
+ ```bash
86
+ pip3 install -U nectar
87
+ ```
88
+
89
+ You can install nectar from this repository if you want the latest but
90
+ possibly non-compiling version:
91
+
92
+ ```bash
93
+ git clone https://github.com/thecrazygm/nectar.git
94
+ cd nectar
95
+ uv sync
96
+ ```
97
+
98
+ Run tests after install:
99
+
100
+ ```bash
101
+ pytest
102
+ ```
103
+
104
+ ## Ledger support
105
+
106
+ For Ledger (Nano S) signing, the following package must be installed:
107
+
108
+ ```bash
109
+ pip3 install ledgerblue
110
+ ```
111
+
112
+ # Changelog
113
+
114
+ Can be found in CHANGELOG.md.
115
+
116
+ # License
117
+
118
+ This library is licensed under the MIT License.
119
+
120
+ # Acknowledgements
121
+
122
+ [beem](https://github.com/holgern/beem) was created by Holger Nahrstaedt
123
+ [python-bitshares](https://github.com/xeroc/python-bitshares) and [python-graphenelib](https://github.com/xeroc/python-graphenelib) were created by Fabian Schuh (xeroc).
@@ -0,0 +1,192 @@
1
+ # Makefile for Sphinx documentation
2
+ #
3
+
4
+ # You can set these variables from the command line.
5
+ SPHINXOPTS =
6
+ SPHINXBUILD = sphinx-build
7
+ PAPER =
8
+ BUILDDIR = _build
9
+
10
+ # User-friendly check for sphinx-build
11
+ ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
12
+ $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
13
+ endif
14
+
15
+ # Internal variables.
16
+ PAPEROPT_a4 = -D latex_paper_size=a4
17
+ PAPEROPT_letter = -D latex_paper_size=letter
18
+ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
19
+ # the i18n builder cannot share the environment and doctrees with the others
20
+ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
21
+
22
+ .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
23
+
24
+ help:
25
+ @echo "Please use \`make <target>' where <target> is one of"
26
+ @echo " html to make standalone HTML files"
27
+ @echo " dirhtml to make HTML files named index.html in directories"
28
+ @echo " singlehtml to make a single large HTML file"
29
+ @echo " pickle to make pickle files"
30
+ @echo " json to make JSON files"
31
+ @echo " htmlhelp to make HTML files and a HTML help project"
32
+ @echo " qthelp to make HTML files and a qthelp project"
33
+ @echo " applehelp to make an Apple Help Book"
34
+ @echo " devhelp to make HTML files and a Devhelp project"
35
+ @echo " epub to make an epub"
36
+ @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
37
+ @echo " latexpdf to make LaTeX files and run them through pdflatex"
38
+ @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx"
39
+ @echo " text to make text files"
40
+ @echo " man to make manual pages"
41
+ @echo " texinfo to make Texinfo files"
42
+ @echo " info to make Texinfo files and run them through makeinfo"
43
+ @echo " gettext to make PO message catalogs"
44
+ @echo " changes to make an overview of all changed/added/deprecated items"
45
+ @echo " xml to make Docutils-native XML files"
46
+ @echo " pseudoxml to make pseudoxml-XML files for display purposes"
47
+ @echo " linkcheck to check all external links for integrity"
48
+ @echo " doctest to run all doctests embedded in the documentation (if enabled)"
49
+ @echo " coverage to run coverage check of the documentation (if enabled)"
50
+
51
+ clean:
52
+ rm -rf $(BUILDDIR)/*
53
+
54
+ html:
55
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
56
+ @echo
57
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
58
+
59
+ dirhtml:
60
+ $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
61
+ @echo
62
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
63
+
64
+ singlehtml:
65
+ $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
66
+ @echo
67
+ @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
68
+
69
+ pickle:
70
+ $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
71
+ @echo
72
+ @echo "Build finished; now you can process the pickle files."
73
+
74
+ json:
75
+ $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
76
+ @echo
77
+ @echo "Build finished; now you can process the JSON files."
78
+
79
+ htmlhelp:
80
+ $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
81
+ @echo
82
+ @echo "Build finished; now you can run HTML Help Workshop with the" \
83
+ ".hhp project file in $(BUILDDIR)/htmlhelp."
84
+
85
+ qthelp:
86
+ $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
87
+ @echo
88
+ @echo "Build finished; now you can run "qcollectiongenerator" with the" \
89
+ ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
90
+ @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/python-bitshares.qhcp"
91
+ @echo "To view the help file:"
92
+ @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/python-bitshares.qhc"
93
+
94
+ applehelp:
95
+ $(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
96
+ @echo
97
+ @echo "Build finished. The help book is in $(BUILDDIR)/applehelp."
98
+ @echo "N.B. You won't be able to view it unless you put it in" \
99
+ "~/Library/Documentation/Help or install it in your application" \
100
+ "bundle."
101
+
102
+ devhelp:
103
+ $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
104
+ @echo
105
+ @echo "Build finished."
106
+ @echo "To view the help file:"
107
+ @echo "# mkdir -p $$HOME/.local/share/devhelp/python-bitshares"
108
+ @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/python-bitshares"
109
+ @echo "# devhelp"
110
+
111
+ epub:
112
+ $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
113
+ @echo
114
+ @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
115
+
116
+ latex:
117
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
118
+ @echo
119
+ @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
120
+ @echo "Run \`make' in that directory to run these through (pdf)latex" \
121
+ "(use \`make latexpdf' here to do that automatically)."
122
+
123
+ latexpdf:
124
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
125
+ @echo "Running LaTeX files through pdflatex..."
126
+ $(MAKE) -C $(BUILDDIR)/latex all-pdf
127
+ @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
128
+
129
+ latexpdfja:
130
+ $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
131
+ @echo "Running LaTeX files through platex and dvipdfmx..."
132
+ $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
133
+ @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
134
+
135
+ text:
136
+ $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
137
+ @echo
138
+ @echo "Build finished. The text files are in $(BUILDDIR)/text."
139
+
140
+ man:
141
+ $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
142
+ @echo
143
+ @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
144
+
145
+ texinfo:
146
+ $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
147
+ @echo
148
+ @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
149
+ @echo "Run \`make' in that directory to run these through makeinfo" \
150
+ "(use \`make info' here to do that automatically)."
151
+
152
+ info:
153
+ $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
154
+ @echo "Running Texinfo files through makeinfo..."
155
+ make -C $(BUILDDIR)/texinfo info
156
+ @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
157
+
158
+ gettext:
159
+ $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
160
+ @echo
161
+ @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
162
+
163
+ changes:
164
+ $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
165
+ @echo
166
+ @echo "The overview file is in $(BUILDDIR)/changes."
167
+
168
+ linkcheck:
169
+ $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
170
+ @echo
171
+ @echo "Link check complete; look for any errors in the above output " \
172
+ "or in $(BUILDDIR)/linkcheck/output.txt."
173
+
174
+ doctest:
175
+ $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
176
+ @echo "Testing of doctests in the sources finished, look at the " \
177
+ "results in $(BUILDDIR)/doctest/output.txt."
178
+
179
+ coverage:
180
+ $(SPHINXBUILD) -b coverage $(ALLSPHINXOPTS) $(BUILDDIR)/coverage
181
+ @echo "Testing of coverage in the sources finished, look at the " \
182
+ "results in $(BUILDDIR)/coverage/python.txt."
183
+
184
+ xml:
185
+ $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml
186
+ @echo
187
+ @echo "Build finished. The XML files are in $(BUILDDIR)/xml."
188
+
189
+ pseudoxml:
190
+ $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
191
+ @echo
192
+ @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 1000 1000" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g id="Layer-1" serif:id="Layer 1"><g><path d="M300.075,443.29c34.301,-1.394 157.829,-5.859 157.829,-5.859l-8.818,-24.675c-5.203,-17.054 3.282,-36.78 17.163,-45.714c12.077,-7.774 39.77,-11.502 57.625,-17.877c4.215,-1.505 7.881,-3.157 10.664,-5.044c11.886,-8.06 22.845,-25.031 19.153,-37.134l-17.296,-56.672c-3.869,-12.683 -16.337,-20.847 -31.758,-20.8c-1.745,0.006 -3.512,0.123 -5.25,0.353c-10.213,1.345 -21.077,3.752 -31.414,6.957c-9.773,3.032 -19.242,6.826 -27.38,10.975c-22.66,11.538 -24.282,21.326 -19.308,37.628l6.333,20.754l59.516,-18.156l3.382,11.096l-200.136,103.926c0,0 -4.276,2.032 -7.533,4.021c-2.206,1.347 -3.723,2.821 -3.982,3.067c-4.99,4.732 -5.951,9.425 -5.937,14.408c0.027,8.349 8.127,16.429 13.421,17.917c2.859,0.804 3.17,0.668 5.186,0.794c4.08,0.255 8.54,0.035 8.54,0.035Zm11.104,-11.507c-1.112,0.339 -2.236,0.503 -3.344,0.506c-5.033,0.015 -9.71,-3.28 -11.273,-8.406c-1.915,-6.273 1.528,-12.9 7.697,-14.783c1.097,-0.334 2.208,-0.496 3.305,-0.499c5.042,-0.016 9.761,3.315 11.332,8.468c1.909,6.252 -1.57,12.839 -7.717,14.714Zm130.849,-167.423c1.112,-0.336 2.238,-0.496 3.344,-0.496c5.035,0 9.702,3.31 11.25,8.44c1.893,6.28 -1.568,12.896 -7.744,14.759c-1.097,0.332 -2.21,0.489 -3.305,0.489c-5.042,0 -9.752,-3.344 -11.308,-8.503c-1.889,-6.257 1.609,-12.833 7.763,-14.689Z" style="fill:#314bff;stroke:#7e8eff;stroke-width:1px;"/><path d="M715.37,278.989c9.538,0 16.713,9.037 16.452,18.575c-0.147,5.417 -2.935,11.267 -7.105,14.075c-1.631,1.098 -4.589,2.733 -6.213,3.489c-0.771,0.359 -3.967,2.052 -6.044,2.968c-3.325,1.466 -5.648,2.634 -5.648,2.634l-182.667,93.318l-2.995,1.53l0.971,3.213l2.285,7.552l1.165,3.828l3.862,-1.232l55.64,-16.922l5.685,18.573c3.753,12.438 -2.635,23.578 -18.985,34.171c-18.461,11.975 -35.609,16.228 -57.335,16.228l-0.541,0c-10.804,0 -29.653,-1.314 -34.489,-17.339l-17.114,-55.648c-3.067,-10.164 6.958,-25.578 15.255,-30.96c14.693,-9.532 44.937,-7.888 69.899,-24.513c15.63,-10.41 26.943,-29.476 21.506,-47.502l-7.118,-24.252c0,0 24.027,-0.283 53.047,-0.623c43.964,-0.515 99.388,-1.163 100.089,-1.163l0.398,0Zm-147.688,170.731c-5.768,0.017 -10.458,-4.644 -10.477,-10.411c-0.018,-5.768 4.645,-10.457 10.413,-10.476c5.767,-0.017 10.456,4.644 10.474,10.412c0.017,5.767 -4.643,10.457 -10.41,10.475Zm135.822,-140.57c-5.767,0 -10.442,-4.676 -10.442,-10.443c0,-5.768 4.675,-10.443 10.442,-10.443c2.489,0 4.776,0.871 6.571,2.325c2.363,1.914 3.874,4.839 3.874,8.118c0,5.767 -4.677,10.443 -10.445,10.443Z" style="fill:#ffe531;stroke:#e4c700;stroke-width:1px;"/></g><path d="M324.787,830.39c0,-18.921 -15.498,-29.79 -42.671,-29.79l-48.91,0l0,60.183l48.91,0c27.173,0.201 42.671,-10.87 42.671,-30.393m-7.044,-66.02c0,-17.511 -13.083,-27.575 -35.627,-27.575l-48.91,0l0,55.553l48.91,0c22.544,0 35.627,-10.064 35.627,-27.978m8.453,-1.006c0,17.31 -9.862,29.185 -27.173,32.406c21.739,2.616 34.218,15.9 34.218,35.626c0,23.952 -18.719,37.841 -50.52,37.841l-57.969,0l0,-140.695l57.565,0c27.575,0 43.879,12.882 43.879,34.822" style="fill-rule:nonzero;"/><path d="M461.455,728.542l0,8.253l-82.322,0l0,56.156l73.265,0l0,8.454l-73.265,0l0,59.578l84.939,0l0,8.253l-93.393,0l0,-140.694l90.776,0Z" style="fill-rule:nonzero;"/><path d="M591.683,728.542l0,8.253l-82.322,0l0,56.156l73.265,0l0,8.454l-73.265,0l0,59.578l84.939,0l0,8.253l-93.393,0l0,-140.694l90.776,0Z" style="fill-rule:nonzero;"/><path d="M638.78,728.542l56.56,110.703l56.157,-110.703l11.674,0l0,140.694l-8.051,0l-0.201,-129.019l-57.768,113.722l-3.824,0l-58.17,-113.722l0,129.019l-8.051,0l0,-140.694l11.674,0Z" style="fill-rule:nonzero;"/><path d="M587.9,618.179c-25.067,7.738 -52.852,11.805 -82.887,11.668c-0.315,-0.001 -0.631,-0.003 -0.947,-0.006c-45.461,-0.34 -85.019,-10.205 -122.595,-28.296c-33.811,-16.279 -62.302,-40.424 -85.497,-68.515l-13.721,-18.111c-14.942,-21.598 -26.793,-45.512 -35.092,-71.208c-22.225,-68.83 -16.318,-142.193 16.635,-206.579c32.953,-64.384 89.006,-112.084 157.834,-134.309c27.403,-8.849 55.513,-13.237 83.501,-13.237c42.309,0 84.326,10.038 123.077,29.871c64.386,32.953 112.084,89.068 134.31,157.897c22.226,68.828 12.469,149.834 -16.634,206.638c-29.103,56.804 -88.108,112.617 -157.984,134.187Zm186.989,-344.882c-23.293,-72.133 -73.282,-130.877 -140.758,-165.412c-67.477,-34.535 -144.363,-40.725 -216.495,-17.433c-72.133,23.293 -130.877,73.282 -165.412,140.758c-34.535,67.476 -40.727,144.362 -17.434,216.495c23.293,72.132 73.282,130.878 140.759,165.412c0.283,0.145 0.565,0.289 0.848,0.432c40.38,20.502 84.102,30.873 128.138,30.873c29.326,0 58.794,-4.599 87.508,-13.872c72.134,-23.293 130.878,-73.282 165.413,-140.758c34.535,-67.476 40.726,-144.362 17.433,-216.495" style="fill:url(#_Linear1);fill-rule:nonzero;"/></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(567.844,0,0,567.842,220.918,360.501)"><stop offset="0" style="stop-color:#314bff;stop-opacity:1"/><stop offset="1" style="stop-color:#ffe531;stop-opacity:1"/></linearGradient></defs></svg>