hyperpocket 0.4.4__tar.gz → 0.5.0__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.
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/PKG-INFO +5 -5
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/README.md +4 -4
- hyperpocket-0.5.0/hyperpocket/auth/kraken/context.py +14 -0
- hyperpocket-0.5.0/hyperpocket/auth/kraken/keypair_context.py +17 -0
- hyperpocket-0.5.0/hyperpocket/auth/kraken/keypair_handler.py +97 -0
- hyperpocket-0.5.0/hyperpocket/auth/kraken/keypair_schema.py +10 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/provider.py +1 -0
- hyperpocket-0.5.0/hyperpocket/auth/valyu/README.md +8 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/valyu/token_handler.py +1 -2
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/builtin.py +3 -3
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/__main__.py +0 -2
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/config/logger.py +2 -3
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/futures/futurestore.py +7 -2
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/pocket_auth.py +10 -8
- hyperpocket-0.5.0/hyperpocket/pocket_main.py +508 -0
- hyperpocket-0.5.0/hyperpocket/server/auth/kraken.py +58 -0
- hyperpocket-0.5.0/hyperpocket/server/server.py +158 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/session/in_memory.py +20 -26
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/tool/__init__.py +1 -2
- hyperpocket-0.5.0/hyperpocket/tool/dock/dock.py +15 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/tool/function/tool.py +1 -1
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/tool/tool.py +6 -35
- hyperpocket-0.5.0/hyperpocket/tool_like.py +5 -0
- hyperpocket-0.5.0/hyperpocket/util/git_parser.py +63 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/util/json_schema_to_model.py +2 -2
- hyperpocket-0.5.0/hyperpocket/util/short_hashing_str.py +5 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/pyproject.toml +1 -1
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/test_pocket_core.py +2 -2
- hyperpocket-0.4.4/hyperpocket/pocket_core.py +0 -283
- hyperpocket-0.4.4/hyperpocket/pocket_main.py +0 -357
- hyperpocket-0.4.4/hyperpocket/repository/__init__.py +0 -4
- hyperpocket-0.4.4/hyperpocket/repository/repository.py +0 -8
- hyperpocket-0.4.4/hyperpocket/repository/tool_reference.py +0 -28
- hyperpocket-0.4.4/hyperpocket/server/server.py +0 -327
- hyperpocket-0.4.4/hyperpocket/tool/dock/dock.py +0 -34
- hyperpocket-0.4.4/hyperpocket/tool_like.py +0 -6
- hyperpocket-0.4.4/hyperpocket/util/generate_slug.py +0 -4
- hyperpocket-0.4.4/tests/tool/test_wasm_tool.py +0 -66
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/.gitignore +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/activeloop/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/activeloop/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/activeloop/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/activeloop/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/activeloop/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/activeloop/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/adobe/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/adobe/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/adobe/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/adobe/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/adobe/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/adobe/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/affinity/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/affinity/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/affinity/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/affinity/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/affinity/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/affinity/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/agentql/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/agentql/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/agentql/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/agentql/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/agentql/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/agentql/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ahrefs/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ahrefs/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ahrefs/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ahrefs/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ahrefs/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ahrefs/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/airtable/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/airtable/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/airtable/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/airtable/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/airtable/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/airtable/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/alchemy/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/alchemy/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/alchemy/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/alchemy/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/alchemy/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/alchemy/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/altoviz/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/altoviz/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/altoviz/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/altoviz/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/altoviz/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/altoviz/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/apitoken/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/apitoken/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/apitoken/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/apitoken/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/apitoken/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/apitoken/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/asana/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/asana/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/asana/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/asana/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/asana/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/asana/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bamboohr/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bamboohr/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bamboohr/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bamboohr/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bamboohr/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bamboohr/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitbucket/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitbucket/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitbucket/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitbucket/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitbucket/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitbucket/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitwarden/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitwarden/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitwarden/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitwarden/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitwarden/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/bitwarden/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brevo/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brevo/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brevo/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brevo/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brevo/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brevo/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brex/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brex/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brex/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brex/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brex/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/brex/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cal/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cal/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cal/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cal/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cal/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cal/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/calendly/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/calendly/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/calendly/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/calendly/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/calendly/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/calendly/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/canvas/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/canvas/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/canvas/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/canvas/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/canvas/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/canvas/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/clickup/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/clickup/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/clickup/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/clickup/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/clickup/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/clickup/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cloudflare/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cloudflare/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cloudflare/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cloudflare/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cloudflare/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/cloudflare/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/dailybot/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/dailybot/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/dailybot/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/dailybot/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/dailybot/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/dailybot/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/datadog/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/datadog/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/datadog/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/datadog/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/datadog/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/datadog/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discord/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discordbot/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discordbot/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discordbot/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discordbot/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discordbot/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/discordbot/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/elevenlabs/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/elevenlabs/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/elevenlabs/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/elevenlabs/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/elevenlabs/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/elevenlabs/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/exa/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/exa/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/exa/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/exa/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/exa/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/exa/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/facebook/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/facebook/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/facebook/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/facebook/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/facebook/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/facebook/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/finage/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/finage/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/finage/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/finage/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/finage/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/finage/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/github/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/google/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/google/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/google/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/google/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/google/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/google/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/gumloop/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/gumloop/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/gumloop/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/gumloop/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/gumloop/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/gumloop/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/happyrobot/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/happyrobot/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/happyrobot/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/happyrobot/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/happyrobot/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/happyrobot/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/heygen/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/heygen/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/heygen/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/heygen/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/heygen/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/heygen/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/hubspot/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/jira/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/klaviyo/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/klaviyo/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/klaviyo/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/klaviyo/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/klaviyo/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/klaviyo/token_schema.py +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/valyu → hyperpocket-0.5.0/hyperpocket/auth/kraken}/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/lever → hyperpocket-0.5.0/hyperpocket/auth/kraken}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/lever_sandbox → hyperpocket-0.5.0/hyperpocket/auth/lever}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever_sandbox/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/linear → hyperpocket-0.5.0/hyperpocket/auth/lever_sandbox}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever_sandbox/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever_sandbox/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever_sandbox/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/lever_sandbox/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linear/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/linkedin → hyperpocket-0.5.0/hyperpocket/auth/linear}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linear/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linear/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linear/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linear/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linear/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linear/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linear/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linkedin/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/listennotes → hyperpocket-0.5.0/hyperpocket/auth/linkedin}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linkedin/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linkedin/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linkedin/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/linkedin/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/listennotes/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/mailchimp → hyperpocket-0.5.0/hyperpocket/auth/listennotes}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/listennotes/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/listennotes/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/listennotes/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/listennotes/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mailchimp/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/mem0 → hyperpocket-0.5.0/hyperpocket/auth/mailchimp}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mailchimp/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mailchimp/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mailchimp/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mailchimp/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mem0/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/microsoft_clarity → hyperpocket-0.5.0/hyperpocket/auth/mem0}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mem0/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mem0/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mem0/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/mem0/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/microsoft_clarity/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/neon → hyperpocket-0.5.0/hyperpocket/auth/microsoft_clarity}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/microsoft_clarity/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/microsoft_clarity/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/microsoft_clarity/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/microsoft_clarity/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/neon/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/ngrok → hyperpocket-0.5.0/hyperpocket/auth/neon}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/neon/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/neon/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/neon/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/neon/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ngrok/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/notion → hyperpocket-0.5.0/hyperpocket/auth/ngrok}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ngrok/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ngrok/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ngrok/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ngrok/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/notion/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/oncehub → hyperpocket-0.5.0/hyperpocket/auth/notion}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/notion/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/notion/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/notion/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/notion/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/notion/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/notion/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/notion/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/oncehub/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/pagerduty → hyperpocket-0.5.0/hyperpocket/auth/oncehub}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/oncehub/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/oncehub/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/oncehub/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/oncehub/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pagerduty/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/pandadoc → hyperpocket-0.5.0/hyperpocket/auth/pagerduty}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pagerduty/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pagerduty/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pagerduty/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pagerduty/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pandadoc/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/pipedrive → hyperpocket-0.5.0/hyperpocket/auth/pandadoc}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pandadoc/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pandadoc/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pandadoc/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pandadoc/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pipedrive/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/posthog → hyperpocket-0.5.0/hyperpocket/auth/pipedrive}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pipedrive/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pipedrive/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pipedrive/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/pipedrive/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/posthog/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/ravenseotools → hyperpocket-0.5.0/hyperpocket/auth/posthog}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/posthog/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/posthog/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/posthog/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/posthog/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ravenseotools/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/reddit → hyperpocket-0.5.0/hyperpocket/auth/ravenseotools}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ravenseotools/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ravenseotools/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ravenseotools/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/ravenseotools/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/reddit/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/salesforce → hyperpocket-0.5.0/hyperpocket/auth/reddit}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/reddit/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/reddit/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/reddit/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/reddit/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/salesforce/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/semantic_scholar → hyperpocket-0.5.0/hyperpocket/auth/salesforce}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/salesforce/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/salesforce/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/salesforce/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/salesforce/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/schema.py +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/sendgrid → hyperpocket-0.5.0/hyperpocket/auth/semantic_scholar}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/semantic_scholar/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/semantic_scholar/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/semantic_scholar/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/semantic_scholar/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/sendgrid/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/serpapi → hyperpocket-0.5.0/hyperpocket/auth/sendgrid}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/sendgrid/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/sendgrid/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/sendgrid/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/sendgrid/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/serpapi/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/slack → hyperpocket-0.5.0/hyperpocket/auth/serpapi}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/serpapi/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/serpapi/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/serpapi/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/serpapi/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/slack/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/spotify → hyperpocket-0.5.0/hyperpocket/auth/slack}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/slack/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/slack/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/slack/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/slack/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/slack/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/slack/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/slack/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/spotify/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/stripe → hyperpocket-0.5.0/hyperpocket/auth/spotify}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/spotify/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/spotify/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/spotify/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/spotify/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/stripe/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/supabase → hyperpocket-0.5.0/hyperpocket/auth/stripe}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/stripe/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/stripe/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/stripe/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/stripe/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/supabase/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/tavily → hyperpocket-0.5.0/hyperpocket/auth/supabase}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/supabase/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/supabase/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/supabase/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/supabase/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/tavily/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/timekit → hyperpocket-0.5.0/hyperpocket/auth/tavily}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/tavily/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/tavily/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/tavily/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/tavily/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/timekit/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/trello → hyperpocket-0.5.0/hyperpocket/auth/timekit}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/timekit/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/timekit/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/timekit/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/timekit/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/trello/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/valyu → hyperpocket-0.5.0/hyperpocket/auth/trello}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/trello/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/trello/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/trello/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/trello/token_schema.py +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/wandb → hyperpocket-0.5.0/hyperpocket/auth/valyu}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/valyu/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/valyu/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/valyu/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/wandb/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/weaviate → hyperpocket-0.5.0/hyperpocket/auth/wandb}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/wandb/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/wandb/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/wandb/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/wandb/token_schema.py +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/workiom → hyperpocket-0.5.0/hyperpocket/auth/weaviate}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/weaviate/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/weaviate/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/weaviate/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/weaviate/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/workiom/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/x → hyperpocket-0.5.0/hyperpocket/auth/workiom}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/workiom/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/workiom/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/workiom/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/workiom/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/x/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/zinc → hyperpocket-0.5.0/hyperpocket/auth/x}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/x/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/x/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/x/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/x/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4/hyperpocket/auth/zoom → hyperpocket-0.5.0/hyperpocket/auth/zinc}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zinc/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zinc/token_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zinc/token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zinc/token_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zoom/README.md +0 -0
- {hyperpocket-0.4.4/hyperpocket/cli → hyperpocket-0.5.0/hyperpocket/auth/zoom}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zoom/context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zoom/oauth2_context.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zoom/oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/auth/zoom/oauth2_schema.py +0 -0
- {hyperpocket-0.4.4/hyperpocket/cli/codegen → hyperpocket-0.5.0/hyperpocket/cli}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/auth_oauth2.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/auth_token.py +0 -0
- {hyperpocket-0.4.4/hyperpocket/tool/tests → hyperpocket-0.5.0/hyperpocket/cli/codegen}/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/auth_context_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/auth_oauth2_context_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/auth_oauth2_handler_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/auth_oauth2_schema_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/auth_token_context_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/auth_token_handler_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/auth_token_schema_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/auth/server_auth_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/tool/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/codegen/tool/tool_main_template.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/eject.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/pull.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/tool_create.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/cli/tool_export.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/config/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/config/auth.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/config/git.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/config/session.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/config/settings.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/constants.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/futures/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/prompts.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/activeloop.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/adobe.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/affinity.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/agentql.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/ahrefs.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/airtable.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/alchemy.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/altoviz.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/apitoken.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/asana.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/bamboohr.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/bitbucket.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/bitwarden.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/brevo.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/brex.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/cal.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/calendly.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/canvas.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/clickup.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/cloudflare.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/dailybot.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/datadog.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/discord.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/discordbot.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/elevenlabs.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/exa.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/facebook.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/finage.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/github.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/google.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/gumloop.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/happyrobot.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/heygen.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/hubspot.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/jira.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/klaviyo.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/lever.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/lever_sandbox.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/linear.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/linkedin.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/listennotes.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/mailchimp.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/mem0.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/microsoft_clarity.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/neon.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/ngrok.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/notion.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/oncehub.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/pagerduty.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/pandadoc.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/pipedrive.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/posthog.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/ravenseotools.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/reddit.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/salesforce.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/semantic_scholar.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/sendgrid.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/serpapi.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/slack.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/spotify.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/stripe.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/supabase.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/tavily.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/timekit.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/token.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/trello.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/valyu.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/wandb.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/weaviate.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/workiom.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/x.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/zinc.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/auth/zoom.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/server/proxy.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/session/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/session/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/session/interface.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/session/redis.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/tool/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/tool/dock/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/tool/function/README.md +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/tool/function/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/tool/function/annotation.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/util/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/util/extract_func_param_desc_from_docstring.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/util/find_all_leaf_class_in_package.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/util/find_all_subclass_in_package.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/util/flatten_json_schema.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/util/function_to_model.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/hyperpocket/util/get_objects_from_subpackage.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/auth/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/auth/test_google_oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/auth/test_gumloop_token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/auth/test_notion_token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/auth/test_slack_oauth2_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/auth/test_slack_token_handler.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/session/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/session/test_in_memory.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/session/test_redis.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/test_pocket.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/test_pocket_auth.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/tool/__init__.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/tool/test_function_tool.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/tests/utils/test_extract_func_param_desc_from_docstring.py +0 -0
- {hyperpocket-0.4.4 → hyperpocket-0.5.0}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hyperpocket
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.0
|
4
4
|
Summary: Building AI agent with hyperpocket tool in a flash
|
5
5
|
Project-URL: Homepage, https://vessl-ai.github.io/hyperpocket
|
6
6
|
Project-URL: Repository, https://github.com/vessl-ai/hyperpocket
|
@@ -103,7 +103,7 @@ from hyperpocket_langchain import PocketLangchain
|
|
103
103
|
if __name__ == '__main__':
|
104
104
|
pocket = PocketLangchain(
|
105
105
|
tools=[
|
106
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
106
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
107
107
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
108
108
|
],
|
109
109
|
)
|
@@ -176,7 +176,7 @@ from hyperpocket_langchain import PocketLangchain
|
|
176
176
|
|
177
177
|
pklc = PocketLangchain(
|
178
178
|
tools=[
|
179
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
179
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
180
180
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
181
181
|
]
|
182
182
|
)
|
@@ -235,7 +235,7 @@ from hyperpocket_langgraph import PocketLanggraph
|
|
235
235
|
|
236
236
|
pklg = PocketLanggraph(
|
237
237
|
tools=[
|
238
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
238
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
239
239
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
240
240
|
],
|
241
241
|
)
|
@@ -272,7 +272,7 @@ from hyperpocket_llamaindex import PocketLlamaindex
|
|
272
272
|
llm = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
|
273
273
|
pocket = PocketLlamaindex(
|
274
274
|
tools=[
|
275
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
275
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
276
276
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
277
277
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/linear/get-issues",
|
278
278
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/google/get-calendar-events",
|
@@ -75,7 +75,7 @@ from hyperpocket_langchain import PocketLangchain
|
|
75
75
|
if __name__ == '__main__':
|
76
76
|
pocket = PocketLangchain(
|
77
77
|
tools=[
|
78
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
78
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
79
79
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
80
80
|
],
|
81
81
|
)
|
@@ -148,7 +148,7 @@ from hyperpocket_langchain import PocketLangchain
|
|
148
148
|
|
149
149
|
pklc = PocketLangchain(
|
150
150
|
tools=[
|
151
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
151
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
152
152
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
153
153
|
]
|
154
154
|
)
|
@@ -207,7 +207,7 @@ from hyperpocket_langgraph import PocketLanggraph
|
|
207
207
|
|
208
208
|
pklg = PocketLanggraph(
|
209
209
|
tools=[
|
210
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
210
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
211
211
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
212
212
|
],
|
213
213
|
)
|
@@ -244,7 +244,7 @@ from hyperpocket_llamaindex import PocketLlamaindex
|
|
244
244
|
llm = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
|
245
245
|
pocket = PocketLlamaindex(
|
246
246
|
tools=[
|
247
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
247
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
248
248
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
249
249
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/linear/get-issues",
|
250
250
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/google/get-calendar-events",
|
@@ -0,0 +1,14 @@
|
|
1
|
+
from hyperpocket.auth.context import AuthContext
|
2
|
+
|
3
|
+
|
4
|
+
class KrakenAuthContext(AuthContext):
|
5
|
+
def to_dict(self) -> dict[str, str]:
|
6
|
+
return {
|
7
|
+
'KRAKEN_API_KEY': self.detail["KRAKEN_API_KEY"],
|
8
|
+
'KRAKEN_API_SECRET': self.detail["KRAKEN_API_SECRET"],
|
9
|
+
}
|
10
|
+
|
11
|
+
def to_profiled_dict(self, profile: str) -> dict[str, str]:
|
12
|
+
return {
|
13
|
+
f"{profile.upper()}_{self._ACCESS_TOKEN_KEY}": self.access_token,
|
14
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
from hyperpocket.auth.kraken.context import KrakenAuthContext
|
2
|
+
from hyperpocket.auth.kraken.keypair_schema import KrakenKeypairResponse
|
3
|
+
|
4
|
+
|
5
|
+
class KrakenKeypairAuthContext(KrakenAuthContext):
|
6
|
+
@classmethod
|
7
|
+
def from_kraken_keypair_response(cls, response: KrakenKeypairResponse):
|
8
|
+
description = f"Kraken Keypair Context logged in"
|
9
|
+
return cls(
|
10
|
+
access_token="",
|
11
|
+
detail={
|
12
|
+
"KRAKEN_API_KEY": response.kraken_api_key,
|
13
|
+
"KRAKEN_API_SECRET": response.kraken_api_secret,
|
14
|
+
},
|
15
|
+
description=description,
|
16
|
+
expires_at=None,
|
17
|
+
)
|
@@ -0,0 +1,97 @@
|
|
1
|
+
from typing import Optional
|
2
|
+
from urllib.parse import urljoin, urlencode
|
3
|
+
|
4
|
+
from hyperpocket.auth import AuthProvider
|
5
|
+
from hyperpocket.auth.ahrefs.token_schema import AhrefsTokenRequest
|
6
|
+
from hyperpocket.auth.context import AuthContext
|
7
|
+
from hyperpocket.auth.handler import AuthHandlerInterface
|
8
|
+
from hyperpocket.auth.kraken.keypair_context import KrakenKeypairAuthContext
|
9
|
+
from hyperpocket.auth.kraken.keypair_schema import KrakenKeypairRequest, KrakenKeypairResponse
|
10
|
+
from hyperpocket.config import config
|
11
|
+
from hyperpocket.futures import FutureStore
|
12
|
+
|
13
|
+
|
14
|
+
class KrakeyKeypairAuthHandler(AuthHandlerInterface):
|
15
|
+
name: str = "kraken-keypair"
|
16
|
+
description: str = (
|
17
|
+
"This handler is used to authenticate users using the Kraken keypair."
|
18
|
+
)
|
19
|
+
scoped: bool = False
|
20
|
+
|
21
|
+
_TOKEN_URL: str = urljoin(
|
22
|
+
config().public_base_url + "/",
|
23
|
+
f"{config().callback_url_rewrite_prefix}/auth/kraken/keypair",
|
24
|
+
)
|
25
|
+
|
26
|
+
@staticmethod
|
27
|
+
def provider() -> AuthProvider:
|
28
|
+
return AuthProvider.KRAKEN
|
29
|
+
|
30
|
+
@staticmethod
|
31
|
+
def provider_default() -> bool:
|
32
|
+
return True
|
33
|
+
|
34
|
+
@staticmethod
|
35
|
+
def recommended_scopes() -> set[str]:
|
36
|
+
return set()
|
37
|
+
|
38
|
+
def prepare(
|
39
|
+
self,
|
40
|
+
auth_req: AhrefsTokenRequest,
|
41
|
+
thread_id: str,
|
42
|
+
profile: str,
|
43
|
+
future_uid: str,
|
44
|
+
*args,
|
45
|
+
**kwargs,
|
46
|
+
) -> str:
|
47
|
+
redirect_uri = urljoin(
|
48
|
+
config().public_base_url + "/",
|
49
|
+
f"{config().callback_url_rewrite_prefix}/auth/kraken/keypair/callback",
|
50
|
+
)
|
51
|
+
url = self._make_auth_url(
|
52
|
+
auth_req=auth_req, redirect_uri=redirect_uri, state=future_uid
|
53
|
+
)
|
54
|
+
FutureStore.create_future(
|
55
|
+
future_uid,
|
56
|
+
data={
|
57
|
+
"redirect_uri": redirect_uri,
|
58
|
+
"thread_id": thread_id,
|
59
|
+
"profile": profile,
|
60
|
+
},
|
61
|
+
)
|
62
|
+
|
63
|
+
return f"User needs to authenticate using the following URL: {url}"
|
64
|
+
|
65
|
+
async def authenticate(
|
66
|
+
self, auth_req: KrakenKeypairRequest, future_uid: str, *args, **kwargs
|
67
|
+
) -> AuthContext:
|
68
|
+
future_data = FutureStore.get_future(future_uid)
|
69
|
+
kraken_api_keypair = await future_data.future
|
70
|
+
|
71
|
+
response = KrakenKeypairResponse(
|
72
|
+
kraken_api_key=kraken_api_keypair["kraken_api_key"],
|
73
|
+
kraken_api_secret=kraken_api_keypair["kraken_api_secret"],
|
74
|
+
)
|
75
|
+
context = KrakenKeypairAuthContext.from_kraken_keypair_response(response)
|
76
|
+
|
77
|
+
return context
|
78
|
+
|
79
|
+
async def refresh(
|
80
|
+
self, auth_req: KrakenKeypairRequest, context: AuthContext, *args, **kwargs
|
81
|
+
) -> AuthContext:
|
82
|
+
raise Exception("Kraken keypair doesn't support refresh")
|
83
|
+
|
84
|
+
def _make_auth_url(
|
85
|
+
self, auth_req: KrakenKeypairRequest, redirect_uri: str, state: str
|
86
|
+
):
|
87
|
+
params = {
|
88
|
+
"redirect_uri": redirect_uri,
|
89
|
+
"state": state,
|
90
|
+
}
|
91
|
+
auth_url = f"{self._TOKEN_URL}?{urlencode(params)}"
|
92
|
+
return auth_url
|
93
|
+
|
94
|
+
def make_request(
|
95
|
+
self, auth_scopes: Optional[list[str]] = None, **kwargs
|
96
|
+
) -> KrakenKeypairRequest:
|
97
|
+
return KrakenKeypairRequest()
|
@@ -2,7 +2,6 @@ from typing import Optional
|
|
2
2
|
from urllib.parse import urljoin, urlencode
|
3
3
|
|
4
4
|
from hyperpocket.auth import AuthProvider
|
5
|
-
from hyperpocket.auth.ahrefs.token_schema import AhrefsTokenRequest
|
6
5
|
from hyperpocket.auth.context import AuthContext
|
7
6
|
from hyperpocket.auth.handler import AuthHandlerInterface
|
8
7
|
from hyperpocket.auth.valyu.token_context import ValyuTokenAuthContext
|
@@ -37,7 +36,7 @@ class ValyuTokenAuthHandler(AuthHandlerInterface):
|
|
37
36
|
|
38
37
|
def prepare(
|
39
38
|
self,
|
40
|
-
auth_req:
|
39
|
+
auth_req: ValyuTokenRequest,
|
41
40
|
thread_id: str,
|
42
41
|
profile: str,
|
43
42
|
future_uid: str,
|
@@ -12,7 +12,7 @@ def get_builtin_tools(pocket_auth: PocketAuth) -> List[Tool]:
|
|
12
12
|
Builtin Tool can access to Pocket Core.
|
13
13
|
"""
|
14
14
|
|
15
|
-
def __get_current_thread_session_state(thread_id: str = "default") -> str:
|
15
|
+
async def __get_current_thread_session_state(thread_id: str = "default") -> str:
|
16
16
|
"""
|
17
17
|
This tool retrieves the current session state list for the specified thread.
|
18
18
|
|
@@ -31,7 +31,7 @@ def get_builtin_tools(pocket_auth: PocketAuth) -> List[Tool]:
|
|
31
31
|
|
32
32
|
This tool ensures transparency about the current session but must respect user-driven intent and should never be called automatically or without a specific user request.
|
33
33
|
"""
|
34
|
-
session_list = pocket_auth.list_session_state(thread_id)
|
34
|
+
session_list = await pocket_auth.list_session_state(thread_id)
|
35
35
|
return str(session_list)
|
36
36
|
|
37
37
|
def __delete_session(
|
@@ -58,7 +58,7 @@ def get_builtin_tools(pocket_auth: PocketAuth) -> List[Tool]:
|
|
58
58
|
return str(is_deleted)
|
59
59
|
|
60
60
|
builtin_tools = [
|
61
|
-
from_func(func=__get_current_thread_session_state),
|
61
|
+
from_func(func=__get_current_thread_session_state, afunc=__get_current_thread_session_state),
|
62
62
|
from_func(func=__delete_session),
|
63
63
|
]
|
64
64
|
|
@@ -2,7 +2,6 @@ import click
|
|
2
2
|
|
3
3
|
from hyperpocket.cli.eject import eject
|
4
4
|
from hyperpocket.cli.pull import pull
|
5
|
-
from hyperpocket.cli.sync import sync
|
6
5
|
from hyperpocket.cli.eject import eject
|
7
6
|
from hyperpocket.cli.auth_token import create_token_auth_template
|
8
7
|
from hyperpocket.cli.auth_oauth2 import create_oauth2_auth_template
|
@@ -28,7 +27,6 @@ devtool.add_command(build_tool)
|
|
28
27
|
devtool.add_command(export_tool)
|
29
28
|
|
30
29
|
cli.add_command(pull)
|
31
|
-
cli.add_command(sync)
|
32
30
|
cli.add_command(eject)
|
33
31
|
|
34
32
|
cli()
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import logging
|
2
2
|
import os
|
3
|
+
import pathlib
|
3
4
|
from logging.handlers import RotatingFileHandler
|
4
5
|
from pathlib import Path
|
5
6
|
|
@@ -27,9 +28,7 @@ class ColorFormatter(logging.Formatter):
|
|
27
28
|
|
28
29
|
|
29
30
|
def get_logger():
|
30
|
-
|
31
|
-
package_path = Path(os.path.dirname(hyperpocket.__file__))
|
32
|
-
log_dir = package_path / ".log"
|
31
|
+
log_dir = pathlib.Path(os.getcwd()) / ".log"
|
33
32
|
os.makedirs(log_dir, exist_ok=True)
|
34
33
|
log_file = log_dir / "pocket.log"
|
35
34
|
if not log_file.exists():
|
@@ -25,7 +25,6 @@ class FutureStore(object):
|
|
25
25
|
f"the future already exists. the existing future is returned. uid: {uid}"
|
26
26
|
)
|
27
27
|
return future
|
28
|
-
|
29
28
|
loop = asyncio.get_running_loop()
|
30
29
|
future = loop.create_future()
|
31
30
|
future_data = FutureData(future=future, data=data)
|
@@ -42,7 +41,13 @@ class FutureStore(object):
|
|
42
41
|
if not future_data:
|
43
42
|
raise ValueError(f"Future not found for uid={uid}")
|
44
43
|
if not future_data.future.done():
|
45
|
-
|
44
|
+
# if the future loop is running, it should be executed in same event loop
|
45
|
+
loop = future_data.future.get_loop()
|
46
|
+
if loop.is_running():
|
47
|
+
loop.call_soon_threadsafe(future_data.future.set_result, value)
|
48
|
+
# if the future loop is not running, it can be executed from anywhere.
|
49
|
+
else:
|
50
|
+
future_data.future.set_result(value)
|
46
51
|
|
47
52
|
def delete_future(self, uid: str):
|
48
53
|
self.futures.pop(uid, None)
|
@@ -78,7 +78,7 @@ class PocketAuth(object):
|
|
78
78
|
handler = self.find_handler_instance(auth_handler_name, auth_provider)
|
79
79
|
return handler.make_request(auth_scopes, **kwargs)
|
80
80
|
|
81
|
-
def check(
|
81
|
+
async def check(
|
82
82
|
self,
|
83
83
|
auth_req: AuthenticateRequest,
|
84
84
|
auth_handler_name: Optional[str] = None,
|
@@ -112,12 +112,12 @@ class PocketAuth(object):
|
|
112
112
|
"""
|
113
113
|
handler = self.find_handler_instance(auth_handler_name, auth_provider)
|
114
114
|
session = self.session_storage.get(handler.provider(), thread_id, profile)
|
115
|
-
auth_state = self.get_session_state(session=session, auth_req=auth_req)
|
115
|
+
auth_state = await self.get_session_state(session=session, auth_req=auth_req)
|
116
116
|
|
117
117
|
return auth_state
|
118
118
|
|
119
119
|
@staticmethod
|
120
|
-
def get_session_state(
|
120
|
+
async def get_session_state(
|
121
121
|
session: Optional[BaseSessionValue], auth_req: Optional[AuthenticateRequest]
|
122
122
|
) -> AuthState:
|
123
123
|
if not session:
|
@@ -125,6 +125,8 @@ class PocketAuth(object):
|
|
125
125
|
|
126
126
|
if session.auth_resolve_uid:
|
127
127
|
future_data = FutureStore.get_future(session.auth_resolve_uid)
|
128
|
+
# it yields before checking future's state, because the future is being resolved on another thread's event loop.
|
129
|
+
await asyncio.sleep(0)
|
128
130
|
if future_data is not None and future_data.future.done():
|
129
131
|
return AuthState.RESOLVED
|
130
132
|
|
@@ -140,7 +142,7 @@ class PocketAuth(object):
|
|
140
142
|
|
141
143
|
return AuthState.SKIP_AUTH
|
142
144
|
|
143
|
-
def prepare(
|
145
|
+
async def prepare(
|
144
146
|
self,
|
145
147
|
auth_req: AuthenticateRequest,
|
146
148
|
auth_handler_name: Optional[str] = None,
|
@@ -166,7 +168,7 @@ class PocketAuth(object):
|
|
166
168
|
Returns:
|
167
169
|
Optional[str]: authentication URL
|
168
170
|
"""
|
169
|
-
auth_state = self.check(
|
171
|
+
auth_state = await self.check(
|
170
172
|
auth_req=auth_req,
|
171
173
|
auth_handler_name=auth_handler_name,
|
172
174
|
auth_provider=auth_provider,
|
@@ -263,7 +265,7 @@ class PocketAuth(object):
|
|
263
265
|
Returns:
|
264
266
|
AuthContext: authentication context
|
265
267
|
"""
|
266
|
-
auth_state = self.check(
|
268
|
+
auth_state = await self.check(
|
267
269
|
auth_req=auth_req,
|
268
270
|
auth_handler_name=auth_handler_name,
|
269
271
|
auth_provider=auth_provider,
|
@@ -353,7 +355,7 @@ class PocketAuth(object):
|
|
353
355
|
|
354
356
|
return session.auth_context
|
355
357
|
|
356
|
-
def list_session_state(
|
358
|
+
async def list_session_state(
|
357
359
|
self, thread_id: str, auth_provider: Optional[AuthProvider] = None
|
358
360
|
):
|
359
361
|
session_list = self.session_storage.get_by_thread_id(
|
@@ -361,7 +363,7 @@ class PocketAuth(object):
|
|
361
363
|
)
|
362
364
|
session_state_list = []
|
363
365
|
for session in session_list:
|
364
|
-
state = self.get_session_state(session=session, auth_req=None)
|
366
|
+
state = await self.get_session_state(session=session, auth_req=None)
|
365
367
|
|
366
368
|
session_state_list.append(
|
367
369
|
{
|