mindroot 10.0.0__py3-none-any.whl → 10.3.0__py3-none-any.whl

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 mindroot might be problematic. Click here for more details.

Files changed (269) hide show
  1. mindroot/coreplugins/agent/agent.py +19 -3
  2. mindroot/coreplugins/agent/agent.py.bak +507 -0
  3. mindroot/coreplugins/chat/buwidget_routes.py +287 -0
  4. mindroot/coreplugins/chat/services.py +66 -2
  5. mindroot/coreplugins/chat/static/css/mobile.css +37 -0
  6. mindroot/coreplugins/chat/static/js/chat.js +26 -4
  7. mindroot/coreplugins/chat/templates/chat.jinja2 +1 -1
  8. mindroot/coreplugins/chat/widget_routes.py +53 -10
  9. mindroot/coreplugins/check_list/mod.py +52 -0
  10. mindroot/coreplugins/check_list/mod_create_checklist_lol.py +756 -0
  11. mindroot/coreplugins/check_list/plugin_info.json +1 -0
  12. mindroot/docs/_build/doctrees/developer_documentation.doctree +0 -0
  13. mindroot/docs/_build/doctrees/embed_chat.doctree +0 -0
  14. mindroot/docs/_build/doctrees/environment.pickle +0 -0
  15. mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree +0 -0
  16. mindroot/docs/_build/doctrees/source/mindroot.lib.doctree +0 -0
  17. mindroot/docs/_build/doctrees/user_documentation.doctree +0 -0
  18. mindroot/docs/_build/html/_images/apikey.png +0 -0
  19. mindroot/docs/_build/html/_images/chatwidgetx.png +0 -0
  20. mindroot/docs/_build/html/_images/disablechatavatar.png +0 -0
  21. mindroot/docs/_build/html/_images/widgetform.png +0 -0
  22. mindroot/docs/_build/html/_images/widgetonpage.png +0 -0
  23. mindroot/docs/_build/html/_modules/index.html +1 -0
  24. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_importer.html +282 -86
  25. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_router.html +281 -88
  26. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/asset_manager.html +280 -84
  27. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/command_router.html +281 -88
  28. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_catalog_routes.html +279 -86
  29. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_publish_routes.html +284 -91
  30. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_registry_routes.html +284 -91
  31. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mcp_routes.html +281 -88
  32. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/mod.html +280 -84
  33. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/oauth_callback_router.html +280 -87
  34. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_handler.html +282 -86
  35. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/persona_router.html +285 -89
  36. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_manager.html +281 -88
  37. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_router.html +280 -87
  38. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/plugin_routes.html +280 -87
  39. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/registry_settings_routes.html +280 -87
  40. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/router.html +281 -88
  41. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/server_router.html +280 -84
  42. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/service_models.html +280 -87
  43. mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html +1 -0
  44. mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/api_key_manager.html +280 -87
  45. mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/mod.html +279 -86
  46. mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/router.html +280 -87
  47. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/commands.html +281 -88
  48. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/mod.html +279 -86
  49. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/models.html +280 -87
  50. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/router.html +281 -88
  51. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/services.html +283 -90
  52. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_manager.html +279 -86
  53. mindroot/docs/_build/html/_modules/mindroot/coreplugins/chat/widget_routes.html +279 -86
  54. mindroot/docs/_build/html/_modules/mindroot/coreplugins/check_list/mod.html +669 -213
  55. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/conversion.html +280 -87
  56. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/ledger.html +281 -88
  57. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/mod.html +281 -88
  58. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/models.html +279 -86
  59. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/router.html +279 -86
  60. mindroot/docs/_build/html/_modules/mindroot/coreplugins/credits/storage.html +279 -86
  61. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/email_provider.html +280 -87
  62. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/imap_handler.html +284 -91
  63. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/mod.html +280 -87
  64. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/services.html +280 -87
  65. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/smtp_handler.html +280 -87
  66. mindroot/docs/_build/html/_modules/mindroot/coreplugins/email/test_email_service.html +280 -87
  67. mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/mod.html +281 -88
  68. mindroot/docs/_build/html/_modules/mindroot/coreplugins/env_manager/router.html +280 -87
  69. mindroot/docs/_build/html/_modules/mindroot/coreplugins/events/router.html +280 -87
  70. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/agent_ops.html +280 -87
  71. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/index_ops.html +280 -87
  72. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/plugin_ops.html +284 -91
  73. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/publish.html +281 -88
  74. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/mod.html +279 -86
  75. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/models.html +282 -86
  76. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/router.html +284 -91
  77. mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/utils.html +282 -86
  78. mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html +1 -0
  79. mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/mod.html +279 -86
  80. mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/router.html +280 -87
  81. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/language_detection.html +280 -84
  82. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/middleware.html +280 -84
  83. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/mod.html +282 -86
  84. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_enhanced.html +280 -84
  85. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_l8n_standalone.html +282 -86
  86. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/test_middleware.html +282 -86
  87. mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/utils.html +280 -84
  88. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_commands.html +282 -86
  89. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/catalog_manager.html +280 -84
  90. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/dynamic_commands.html +280 -84
  91. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mcp_manager.html +282 -86
  92. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/mod.html +282 -86
  93. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/oauth_storage.html +280 -84
  94. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/server_installer.html +282 -86
  95. mindroot/docs/_build/html/_modules/mindroot/coreplugins/mcp_/testmcpclient.html +285 -89
  96. mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/init_persona.html +280 -84
  97. mindroot/docs/_build/html/_modules/mindroot/coreplugins/persona/mod.html +282 -86
  98. mindroot/docs/_build/html/_modules/mindroot/coreplugins/startup/mod.html +282 -86
  99. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/credit_integration.html +280 -84
  100. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/mod.html +282 -86
  101. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/models.html +280 -84
  102. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/router.html +285 -89
  103. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/storage.html +282 -86
  104. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/stripe_integration.html +280 -84
  105. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/subscription_manager.html +280 -84
  106. mindroot/docs/_build/html/_modules/mindroot/coreplugins/subscriptions/webhook_handler.html +280 -84
  107. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/handlers.html +282 -86
  108. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/mod.html +282 -86
  109. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/models.html +282 -86
  110. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/reporting.html +282 -86
  111. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/router.html +282 -86
  112. mindroot/docs/_build/html/_modules/mindroot/coreplugins/usage/storage.html +285 -89
  113. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/admin_init.html +282 -86
  114. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/email_service.html +282 -86
  115. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/mod.html +280 -84
  116. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/models.html +282 -86
  117. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/password_reset_service.html +282 -86
  118. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/role_service.html +282 -86
  119. mindroot/docs/_build/html/_modules/mindroot/coreplugins/user_service/router.html +282 -86
  120. mindroot/docs/_build/html/_modules/mindroot/lib/auth/api_key.html +280 -84
  121. mindroot/docs/_build/html/_modules/mindroot/lib/auth/auth.html +282 -86
  122. mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog.html +285 -89
  123. mindroot/docs/_build/html/_modules/mindroot/lib/buchatlog2.html +282 -86
  124. mindroot/docs/_build/html/_modules/mindroot/lib/butemplates.html +282 -86
  125. mindroot/docs/_build/html/_modules/mindroot/lib/chatcontext.html +285 -89
  126. mindroot/docs/_build/html/_modules/mindroot/lib/chatlog.html +440 -91
  127. mindroot/docs/_build/html/_modules/mindroot/lib/chatlog_optimized.html +282 -86
  128. mindroot/docs/_build/html/_modules/mindroot/lib/json_escape.html +280 -84
  129. mindroot/docs/_build/html/_modules/mindroot/lib/json_str_block/json_str_block.html +282 -86
  130. mindroot/docs/_build/html/_modules/mindroot/lib/parent_templates.html +282 -86
  131. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/installation.html +280 -84
  132. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/l8n_static_handler.html +280 -84
  133. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader.html +282 -86
  134. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/loader_with_l8n.html +282 -86
  135. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/manifest.html +282 -86
  136. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/mapping.html +280 -84
  137. mindroot/docs/_build/html/_modules/mindroot/lib/plugins/paths.html +282 -86
  138. mindroot/docs/_build/html/_modules/mindroot/lib/plugins_install.html +282 -86
  139. mindroot/docs/_build/html/_modules/mindroot/lib/providers/commands.html +282 -87
  140. mindroot/docs/_build/html/_modules/mindroot/lib/providers/hooks.html +280 -85
  141. mindroot/docs/_build/html/_modules/mindroot/lib/providers/missing.html +282 -87
  142. mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html +1 -0
  143. mindroot/docs/_build/html/_modules/mindroot/lib/providers/services.html +282 -87
  144. mindroot/docs/_build/html/_modules/mindroot/lib/providers.html +285 -89
  145. mindroot/docs/_build/html/_modules/mindroot/lib/route_decorators.html +282 -86
  146. mindroot/docs/_build/html/_modules/mindroot/lib/session_files.html +282 -86
  147. mindroot/docs/_build/html/_modules/mindroot/lib/streamcmd.html +282 -86
  148. mindroot/docs/_build/html/_modules/mindroot/lib/templates.html +1 -0
  149. mindroot/docs/_build/html/_modules/mindroot/lib/token_counter.html +280 -84
  150. mindroot/docs/_build/html/_modules/mindroot/migrate.html +282 -86
  151. mindroot/docs/_build/html/_modules/mindroot/registry/component_manager.html +282 -86
  152. mindroot/docs/_build/html/_modules/mindroot/registry/data_access.html +285 -89
  153. mindroot/docs/_build/html/_modules/mindroot/server.html +1 -0
  154. mindroot/docs/_build/html/_modules/mindroot/server_missing_normal_args.html +282 -86
  155. mindroot/docs/_build/html/_modules/mindroot/server_prev.html +282 -86
  156. mindroot/docs/_build/html/_sources/developer_documentation.rst.txt +1 -1
  157. mindroot/docs/_build/html/_sources/embed_chat.rst.txt +54 -0
  158. mindroot/docs/_build/html/_sources/user_documentation.rst.txt +6 -1
  159. mindroot/docs/_build/html/chat_with_assistant.html +1 -0
  160. mindroot/docs/_build/html/developer_documentation.html +5 -4
  161. mindroot/docs/_build/html/embed_chat.html +381 -0
  162. mindroot/docs/_build/html/genindex.html +9 -2
  163. mindroot/docs/_build/html/getting_started.html +1 -0
  164. mindroot/docs/_build/html/index.html +2 -0
  165. mindroot/docs/_build/html/install_plugins_with_tools.html +1 -0
  166. mindroot/docs/_build/html/installation.html +1 -0
  167. mindroot/docs/_build/html/llm_api_key.html +1 -0
  168. mindroot/docs/_build/html/llm_plugin_installation.html +1 -0
  169. mindroot/docs/_build/html/objects.inv +0 -0
  170. mindroot/docs/_build/html/programming_task.html +4 -3
  171. mindroot/docs/_build/html/py-modindex.html +2 -1
  172. mindroot/docs/_build/html/search.html +1 -0
  173. mindroot/docs/_build/html/searchindex.js +1 -1
  174. mindroot/docs/_build/html/source/ahp.html +1 -0
  175. mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html +1 -0
  176. mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html +1 -0
  177. mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html +1 -0
  178. mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html +1 -0
  179. mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html +76 -45
  180. mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html +1 -0
  181. mindroot/docs/_build/html/source/mindroot.coreplugins.email.html +1 -0
  182. mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html +1 -0
  183. mindroot/docs/_build/html/source/mindroot.coreplugins.events.html +1 -0
  184. mindroot/docs/_build/html/source/mindroot.coreplugins.html +3 -0
  185. mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html +1 -0
  186. mindroot/docs/_build/html/source/mindroot.coreplugins.index.html +1 -0
  187. mindroot/docs/_build/html/source/mindroot.coreplugins.jwt_auth.html +1 -0
  188. mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html +1 -0
  189. mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html +1 -0
  190. mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html +1 -0
  191. mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html +1 -0
  192. mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html +1 -0
  193. mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html +1 -0
  194. mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html +1 -0
  195. mindroot/docs/_build/html/source/mindroot.html +2 -0
  196. mindroot/docs/_build/html/source/mindroot.lib.auth.html +1 -0
  197. mindroot/docs/_build/html/source/mindroot.lib.html +34 -3
  198. mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html +1 -0
  199. mindroot/docs/_build/html/source/mindroot.lib.plugins.html +1 -0
  200. mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html +1 -0
  201. mindroot/docs/_build/html/source/mindroot.lib.providers.html +1 -0
  202. mindroot/docs/_build/html/source/mindroot.registry.html +1 -0
  203. mindroot/docs/_build/html/source/modules.html +1 -0
  204. mindroot/docs/_build/html/source/mr_agent_expert_instr.html +1 -0
  205. mindroot/docs/_build/html/starting_mindroot.html +1 -0
  206. mindroot/docs/_build/html/user_documentation.html +9 -0
  207. mindroot/docs/apikey.png +0 -0
  208. mindroot/docs/chatwidget1.png +0 -0
  209. mindroot/docs/chatwidgetx.png +0 -0
  210. mindroot/docs/disablechatavatar.png +0 -0
  211. mindroot/docs/embed_chat.rst +54 -0
  212. mindroot/docs/user_documentation.rst +6 -1
  213. mindroot/docs/widgetform.png +0 -0
  214. mindroot/docs/widgetonpage.png +0 -0
  215. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/METADATA +1 -1
  216. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/RECORD +220 -251
  217. mindroot/docs/_build/html/.buildinfo.bak +0 -4
  218. mindroot/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -123
  219. mindroot/docs/_build/html/_static/css/badge_only.css +0 -1
  220. mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  221. mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  222. mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  223. mindroot/docs/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  224. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.eot +0 -0
  225. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.svg +0 -2671
  226. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  227. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff +0 -0
  228. mindroot/docs/_build/html/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  229. mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff +0 -0
  230. mindroot/docs/_build/html/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  231. mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff +0 -0
  232. mindroot/docs/_build/html/_static/css/fonts/lato-bold.woff2 +0 -0
  233. mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff +0 -0
  234. mindroot/docs/_build/html/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  235. mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff +0 -0
  236. mindroot/docs/_build/html/_static/css/fonts/lato-normal.woff2 +0 -0
  237. mindroot/docs/_build/html/_static/css/theme.css +0 -4
  238. mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.eot +0 -0
  239. mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.ttf +0 -0
  240. mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff +0 -0
  241. mindroot/docs/_build/html/_static/fonts/Lato/lato-bold.woff2 +0 -0
  242. mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.eot +0 -0
  243. mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
  244. mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff +0 -0
  245. mindroot/docs/_build/html/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
  246. mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.eot +0 -0
  247. mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.ttf +0 -0
  248. mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff +0 -0
  249. mindroot/docs/_build/html/_static/fonts/Lato/lato-italic.woff2 +0 -0
  250. mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.eot +0 -0
  251. mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.ttf +0 -0
  252. mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff +0 -0
  253. mindroot/docs/_build/html/_static/fonts/Lato/lato-regular.woff2 +0 -0
  254. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
  255. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
  256. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
  257. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
  258. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
  259. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
  260. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
  261. mindroot/docs/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
  262. mindroot/docs/_build/html/_static/jquery.js +0 -2
  263. mindroot/docs/_build/html/_static/js/badge_only.js +0 -1
  264. mindroot/docs/_build/html/_static/js/theme.js +0 -1
  265. mindroot/docs/_build/html/_static/js/versions.js +0 -228
  266. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/WHEEL +0 -0
  267. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/entry_points.txt +0 -0
  268. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/licenses/LICENSE +0 -0
  269. {mindroot-10.0.0.dist-info → mindroot-10.3.0.dist-info}/top_level.txt +0 -0
@@ -1,4 +0,0 @@
1
- # Sphinx build info version 1
2
- # This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3
- config: 098e80c825c60cae80209bc695a66929
4
- tags: 645f666f9bcd5a90fca523b33c5a78b7
@@ -1,123 +0,0 @@
1
- /* Compatability shim for jQuery and underscores.js.
2
- *
3
- * Copyright Sphinx contributors
4
- * Released under the two clause BSD licence
5
- */
6
-
7
- /**
8
- * small helper function to urldecode strings
9
- *
10
- * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL
11
- */
12
- jQuery.urldecode = function(x) {
13
- if (!x) {
14
- return x
15
- }
16
- return decodeURIComponent(x.replace(/\+/g, ' '));
17
- };
18
-
19
- /**
20
- * small helper function to urlencode strings
21
- */
22
- jQuery.urlencode = encodeURIComponent;
23
-
24
- /**
25
- * This function returns the parsed url parameters of the
26
- * current request. Multiple values per key are supported,
27
- * it will always return arrays of strings for the value parts.
28
- */
29
- jQuery.getQueryParameters = function(s) {
30
- if (typeof s === 'undefined')
31
- s = document.location.search;
32
- var parts = s.substr(s.indexOf('?') + 1).split('&');
33
- var result = {};
34
- for (var i = 0; i < parts.length; i++) {
35
- var tmp = parts[i].split('=', 2);
36
- var key = jQuery.urldecode(tmp[0]);
37
- var value = jQuery.urldecode(tmp[1]);
38
- if (key in result)
39
- result[key].push(value);
40
- else
41
- result[key] = [value];
42
- }
43
- return result;
44
- };
45
-
46
- /**
47
- * highlight a given string on a jquery object by wrapping it in
48
- * span elements with the given class name.
49
- */
50
- jQuery.fn.highlightText = function(text, className) {
51
- function highlight(node, addItems) {
52
- if (node.nodeType === 3) {
53
- var val = node.nodeValue;
54
- var pos = val.toLowerCase().indexOf(text);
55
- if (pos >= 0 &&
56
- !jQuery(node.parentNode).hasClass(className) &&
57
- !jQuery(node.parentNode).hasClass("nohighlight")) {
58
- var span;
59
- var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
60
- if (isInSVG) {
61
- span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
62
- } else {
63
- span = document.createElement("span");
64
- span.className = className;
65
- }
66
- span.appendChild(document.createTextNode(val.substr(pos, text.length)));
67
- node.parentNode.insertBefore(span, node.parentNode.insertBefore(
68
- document.createTextNode(val.substr(pos + text.length)),
69
- node.nextSibling));
70
- node.nodeValue = val.substr(0, pos);
71
- if (isInSVG) {
72
- var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
73
- var bbox = node.parentElement.getBBox();
74
- rect.x.baseVal.value = bbox.x;
75
- rect.y.baseVal.value = bbox.y;
76
- rect.width.baseVal.value = bbox.width;
77
- rect.height.baseVal.value = bbox.height;
78
- rect.setAttribute('class', className);
79
- addItems.push({
80
- "parent": node.parentNode,
81
- "target": rect});
82
- }
83
- }
84
- }
85
- else if (!jQuery(node).is("button, select, textarea")) {
86
- jQuery.each(node.childNodes, function() {
87
- highlight(this, addItems);
88
- });
89
- }
90
- }
91
- var addItems = [];
92
- var result = this.each(function() {
93
- highlight(this, addItems);
94
- });
95
- for (var i = 0; i < addItems.length; ++i) {
96
- jQuery(addItems[i].parent).before(addItems[i].target);
97
- }
98
- return result;
99
- };
100
-
101
- /*
102
- * backward compatibility for jQuery.browser
103
- * This will be supported until firefox bug is fixed.
104
- */
105
- if (!jQuery.browser) {
106
- jQuery.uaMatch = function(ua) {
107
- ua = ua.toLowerCase();
108
-
109
- var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
110
- /(webkit)[ \/]([\w.]+)/.exec(ua) ||
111
- /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
112
- /(msie) ([\w.]+)/.exec(ua) ||
113
- ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
114
- [];
115
-
116
- return {
117
- browser: match[ 1 ] || "",
118
- version: match[ 2 ] || "0"
119
- };
120
- };
121
- jQuery.browser = {};
122
- jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
123
- }
@@ -1 +0,0 @@
1
- .clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions .rst-other-versions .rtd-current-item{font-weight:700}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}#flyout-search-form{padding:6px}