hyperpocket 0.5.2__tar.gz → 0.5.4__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.5.2 → hyperpocket-0.5.4}/PKG-INFO +2 -3
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/__main__.py +1 -7
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/pocket_main.py +3 -6
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/function_to_model.py +8 -11
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/pyproject.toml +9 -4
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/session/test_in_memory.py +1 -1
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/test_pocket.py +107 -12
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/test_pocket_auth.py +74 -48
- hyperpocket-0.5.4/tests/utils/test_git_parser.py +86 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/uv.lock +23 -87
- hyperpocket-0.5.2/hyperpocket/cli/eject.py +0 -14
- hyperpocket-0.5.2/hyperpocket/cli/pull.py +0 -13
- hyperpocket-0.5.2/tests/test_pocket_core.py +0 -106
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/.gitignore +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/activeloop/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/activeloop/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/activeloop/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/activeloop/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/activeloop/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/activeloop/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/adobe/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/adobe/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/adobe/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/adobe/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/adobe/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/adobe/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/affinity/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/affinity/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/affinity/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/affinity/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/affinity/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/affinity/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/agentql/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/agentql/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/agentql/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/agentql/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/agentql/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/agentql/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ahrefs/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ahrefs/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ahrefs/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ahrefs/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ahrefs/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ahrefs/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/airtable/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/airtable/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/airtable/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/airtable/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/airtable/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/airtable/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/alchemy/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/alchemy/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/alchemy/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/alchemy/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/alchemy/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/alchemy/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/altoviz/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/altoviz/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/altoviz/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/altoviz/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/altoviz/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/altoviz/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/apitoken/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/apitoken/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/apitoken/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/apitoken/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/apitoken/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/apitoken/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/asana/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/asana/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/asana/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/asana/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/asana/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/asana/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bamboohr/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bamboohr/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bamboohr/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bamboohr/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bamboohr/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bamboohr/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitbucket/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitbucket/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitbucket/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitbucket/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitbucket/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitbucket/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitwarden/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitwarden/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitwarden/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitwarden/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitwarden/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/bitwarden/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brevo/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brevo/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brevo/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brevo/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brevo/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brevo/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brex/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brex/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brex/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brex/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brex/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/brex/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cal/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cal/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cal/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cal/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cal/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cal/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/calendly/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/calendly/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/calendly/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/calendly/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/calendly/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/calendly/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/canvas/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/canvas/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/canvas/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/canvas/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/canvas/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/canvas/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/clickup/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/clickup/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/clickup/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/clickup/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/clickup/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/clickup/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cloudflare/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cloudflare/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cloudflare/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cloudflare/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cloudflare/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/cloudflare/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/dailybot/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/dailybot/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/dailybot/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/dailybot/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/dailybot/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/dailybot/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/datadog/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/datadog/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/datadog/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/datadog/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/datadog/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/datadog/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discord/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discordbot/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discordbot/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discordbot/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discordbot/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discordbot/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/discordbot/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/elevenlabs/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/elevenlabs/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/elevenlabs/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/elevenlabs/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/elevenlabs/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/elevenlabs/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/exa/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/exa/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/exa/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/exa/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/exa/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/exa/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/facebook/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/facebook/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/facebook/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/facebook/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/facebook/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/facebook/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/finage/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/finage/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/finage/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/finage/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/finage/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/finage/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/github/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/google/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/google/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/google/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/google/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/google/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/google/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/gumloop/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/gumloop/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/gumloop/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/gumloop/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/gumloop/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/gumloop/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/happyrobot/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/happyrobot/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/happyrobot/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/happyrobot/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/happyrobot/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/happyrobot/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/heygen/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/heygen/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/heygen/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/heygen/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/heygen/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/heygen/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/hubspot/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/jira/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/klaviyo/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/klaviyo/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/klaviyo/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/klaviyo/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/klaviyo/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/klaviyo/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/kraken/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/kraken/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/kraken/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/kraken/keypair_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/kraken/keypair_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/kraken/keypair_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever_sandbox/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever_sandbox/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever_sandbox/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever_sandbox/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever_sandbox/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/lever_sandbox/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linear/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linkedin/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linkedin/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linkedin/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linkedin/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linkedin/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/linkedin/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/listennotes/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/listennotes/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/listennotes/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/listennotes/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/listennotes/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/listennotes/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mailchimp/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mailchimp/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mailchimp/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mailchimp/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mailchimp/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mailchimp/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mem0/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mem0/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mem0/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mem0/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mem0/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/mem0/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/microsoft_clarity/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/microsoft_clarity/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/microsoft_clarity/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/microsoft_clarity/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/microsoft_clarity/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/microsoft_clarity/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/neon/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/neon/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/neon/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/neon/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/neon/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/neon/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ngrok/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ngrok/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ngrok/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ngrok/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ngrok/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ngrok/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/notion/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/oncehub/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/oncehub/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/oncehub/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/oncehub/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/oncehub/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/oncehub/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pagerduty/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pagerduty/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pagerduty/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pagerduty/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pagerduty/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pagerduty/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pandadoc/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pandadoc/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pandadoc/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pandadoc/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pandadoc/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pandadoc/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pipedrive/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pipedrive/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pipedrive/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pipedrive/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pipedrive/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/pipedrive/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/posthog/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/posthog/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/posthog/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/posthog/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/posthog/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/posthog/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/provider.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ravenseotools/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ravenseotools/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ravenseotools/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ravenseotools/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ravenseotools/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/ravenseotools/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/reddit/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/reddit/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/reddit/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/reddit/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/reddit/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/reddit/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/salesforce/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/salesforce/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/salesforce/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/salesforce/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/salesforce/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/salesforce/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/semantic_scholar/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/semantic_scholar/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/semantic_scholar/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/semantic_scholar/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/semantic_scholar/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/sendgrid/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/sendgrid/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/sendgrid/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/sendgrid/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/sendgrid/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/sendgrid/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/serpapi/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/serpapi/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/serpapi/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/serpapi/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/serpapi/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/serpapi/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/slack/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/spotify/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/spotify/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/spotify/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/spotify/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/spotify/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/spotify/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/stripe/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/stripe/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/stripe/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/stripe/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/stripe/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/stripe/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/supabase/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/supabase/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/supabase/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/supabase/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/supabase/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/supabase/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/tavily/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/tavily/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/tavily/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/tavily/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/tavily/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/tavily/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/timekit/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/timekit/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/timekit/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/timekit/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/timekit/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/timekit/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/trello/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/trello/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/trello/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/trello/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/trello/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/trello/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/valyu/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/valyu/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/valyu/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/valyu/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/valyu/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/valyu/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/wandb/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/wandb/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/wandb/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/wandb/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/wandb/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/wandb/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/weaviate/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/weaviate/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/weaviate/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/weaviate/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/weaviate/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/workiom/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/workiom/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/workiom/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/workiom/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/workiom/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/workiom/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/x/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/x/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/x/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/x/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/x/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/x/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zinc/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zinc/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zinc/token_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zinc/token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zinc/token_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zoom/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zoom/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zoom/context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zoom/oauth2_context.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zoom/oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/auth/zoom/oauth2_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/builtin.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/auth_oauth2.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/auth_token.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/auth_context_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/auth_oauth2_context_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/auth_oauth2_handler_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/auth_oauth2_schema_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/auth_token_context_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/auth_token_handler_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/auth_token_schema_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/auth/server_auth_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/tool/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/codegen/tool/tool_main_template.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/tool_create.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/cli/tool_export.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/config/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/config/auth.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/config/git.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/config/logger.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/config/session.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/config/settings.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/constants.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/futures/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/futures/futurestore.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/pocket_auth.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/prompts.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/activeloop.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/adobe.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/affinity.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/agentql.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/ahrefs.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/airtable.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/alchemy.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/altoviz.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/apitoken.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/asana.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/bamboohr.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/bitbucket.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/bitwarden.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/brevo.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/brex.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/cal.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/calendly.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/canvas.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/clickup.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/cloudflare.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/dailybot.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/datadog.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/discord.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/discordbot.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/elevenlabs.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/exa.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/facebook.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/finage.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/github.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/google.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/gumloop.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/happyrobot.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/heygen.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/hubspot.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/jira.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/klaviyo.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/kraken.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/lever.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/lever_sandbox.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/linear.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/linkedin.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/listennotes.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/mailchimp.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/mem0.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/microsoft_clarity.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/neon.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/ngrok.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/notion.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/oncehub.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/pagerduty.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/pandadoc.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/pipedrive.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/posthog.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/ravenseotools.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/reddit.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/salesforce.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/semantic_scholar.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/sendgrid.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/serpapi.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/slack.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/spotify.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/stripe.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/supabase.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/tavily.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/timekit.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/token.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/trello.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/valyu.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/wandb.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/weaviate.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/workiom.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/x.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/zinc.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/auth/zoom.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/proxy.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/server/server.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/session/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/session/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/session/in_memory.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/session/interface.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/session/redis.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/dock/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/dock/dock.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/function/README.md +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/function/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/function/annotation.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/function/tool.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool/tool.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/tool_like.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/extract_func_param_desc_from_docstring.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/find_all_leaf_class_in_package.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/find_all_subclass_in_package.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/flatten_json_schema.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/get_objects_from_subpackage.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/git_parser.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/json_schema_to_model.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/hyperpocket/util/short_hashing_str.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/auth/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/auth/test_google_oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/auth/test_gumloop_token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/auth/test_notion_token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/auth/test_slack_oauth2_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/auth/test_slack_token_handler.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/session/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/session/test_redis.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/tool/__init__.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/tool/test_function_tool.py +0 -0
- {hyperpocket-0.5.2 → hyperpocket-0.5.4}/tests/utils/test_extract_func_param_desc_from_docstring.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hyperpocket
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.4
|
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
|
@@ -14,10 +14,9 @@ Requires-Dist: httpx==0.27
|
|
14
14
|
Requires-Dist: jinja2>=3.1.4
|
15
15
|
Requires-Dist: multiprocess>=0.70.17
|
16
16
|
Requires-Dist: nest-asyncio>=1.6.0
|
17
|
-
Requires-Dist: playwright>=1.49.0
|
18
17
|
Requires-Dist: pydantic>=2.10.2
|
19
18
|
Requires-Dist: pygithub>=2.5.0
|
20
|
-
Requires-Dist: python-multipart>=0.0.
|
19
|
+
Requires-Dist: python-multipart>=0.0.18
|
21
20
|
Requires-Dist: redis>=5.2.1
|
22
21
|
Requires-Dist: requests>=2.32.3
|
23
22
|
Requires-Dist: toml>=0.10.2
|
@@ -1,10 +1,7 @@
|
|
1
1
|
import click
|
2
2
|
|
3
|
-
from hyperpocket.cli.eject import eject
|
4
|
-
from hyperpocket.cli.pull import pull
|
5
|
-
from hyperpocket.cli.eject import eject
|
6
|
-
from hyperpocket.cli.auth_token import create_token_auth_template
|
7
3
|
from hyperpocket.cli.auth_oauth2 import create_oauth2_auth_template
|
4
|
+
from hyperpocket.cli.auth_token import create_token_auth_template
|
8
5
|
from hyperpocket.cli.tool_create import create_tool_template, build_tool
|
9
6
|
from hyperpocket.cli.tool_export import export_tool
|
10
7
|
|
@@ -26,7 +23,4 @@ devtool.add_command(create_tool_template)
|
|
26
23
|
devtool.add_command(build_tool)
|
27
24
|
devtool.add_command(export_tool)
|
28
25
|
|
29
|
-
cli.add_command(pull)
|
30
|
-
cli.add_command(eject)
|
31
|
-
|
32
26
|
cli()
|
@@ -482,13 +482,12 @@ class Pocket(object):
|
|
482
482
|
Args:
|
483
483
|
tools (Union[List[ToolLike], ToolLike]): A list of tool identifiers to be loaded.
|
484
484
|
"""
|
485
|
-
dock = self._default_dock()
|
486
485
|
if not isinstance(tools, list):
|
487
486
|
tools = [tools]
|
488
487
|
|
489
488
|
loaded_tools = []
|
490
489
|
with concurrent.futures.ThreadPoolExecutor(max_workers=10, thread_name_prefix="tool-loader") as executor:
|
491
|
-
futures = [executor.submit(self._load_tool, tool_like
|
490
|
+
futures = [executor.submit(self._load_tool, tool_like) for tool_like in tools]
|
492
491
|
loaded_tools = [future.result() for future in concurrent.futures.as_completed(futures)]
|
493
492
|
|
494
493
|
for tool in loaded_tools:
|
@@ -498,11 +497,9 @@ class Pocket(object):
|
|
498
497
|
|
499
498
|
return loaded_tools
|
500
499
|
|
501
|
-
def _load_tool(self, tool_like
|
502
|
-
if dock is None:
|
503
|
-
dock = self._default_dock()
|
504
|
-
|
500
|
+
def _load_tool(self, tool_like) -> Tool:
|
505
501
|
if isinstance(tool_like, str) or isinstance(tool_like, tuple):
|
502
|
+
dock = self._default_dock()
|
506
503
|
return dock(tool_like)
|
507
504
|
elif isinstance(tool_like, Tool):
|
508
505
|
return tool_like
|
@@ -38,18 +38,15 @@ def function_to_model(func: callable) -> Type[BaseModel]:
|
|
38
38
|
raise Exception(
|
39
39
|
f"Should all arguments be annotated but {param_name} is not annotated"
|
40
40
|
)
|
41
|
+
|
42
|
+
if param.annotation.__module__ == "typing":
|
43
|
+
for arg in param.annotation.__args__:
|
44
|
+
if arg.__module__ != "builtins" and not issubclass(arg, BaseModel):
|
45
|
+
raise Exception(
|
46
|
+
f"currently only support builtin types and pydantic BaseModel but {param_name} is not builtin type"
|
47
|
+
)
|
41
48
|
|
42
|
-
if
|
43
|
-
param.annotation.__module__ == "typing"
|
44
|
-
and param.annotation.__name__ == "Optional"
|
45
|
-
):
|
46
|
-
fields[param_name] = (
|
47
|
-
param.annotation.__args__[0],
|
48
|
-
FieldInfo(
|
49
|
-
default=param.default,
|
50
|
-
description=param_desc_map.get(param_name, ""),
|
51
|
-
),
|
52
|
-
)
|
49
|
+
# if annotation type isn't typing, check this type directly.
|
53
50
|
elif param.annotation.__module__ != "builtins" and not issubclass(
|
54
51
|
param.annotation, BaseModel
|
55
52
|
):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "hyperpocket"
|
3
|
-
version = "0.5.
|
3
|
+
version = "0.5.4"
|
4
4
|
description = "Building AI agent with hyperpocket tool in a flash"
|
5
5
|
authors = [{ name = "Hyperpocket Team", email = "hyperpocket@vessl.ai" }]
|
6
6
|
requires-python = ">=3.10"
|
@@ -14,14 +14,13 @@ dependencies = [
|
|
14
14
|
"httpx==0.27",
|
15
15
|
"toml>=0.10.2",
|
16
16
|
"jinja2>=3.1.4",
|
17
|
-
"playwright>=1.49.0",
|
18
17
|
"pygithub>=2.5.0",
|
19
|
-
"python-multipart>=0.0.19",
|
20
18
|
"multiprocess>=0.70.17",
|
21
19
|
"gitpython>=3.1.43",
|
22
20
|
"redis>=5.2.1",
|
23
21
|
"dynaconf>=3.2.6",
|
24
22
|
"nest-asyncio>=1.6.0",
|
23
|
+
"python-multipart>=0.0.18",
|
25
24
|
]
|
26
25
|
|
27
26
|
[project.urls]
|
@@ -37,7 +36,13 @@ standard = [
|
|
37
36
|
]
|
38
37
|
|
39
38
|
[dependency-groups]
|
40
|
-
dev = [
|
39
|
+
dev = [
|
40
|
+
"hyperdock-container",
|
41
|
+
"pytest>=8.3.4",
|
42
|
+
"pytest-asyncio>=0.25.3",
|
43
|
+
"pytest-cov>=6.0.0",
|
44
|
+
"ruff>=0.8.6",
|
45
|
+
]
|
41
46
|
|
42
47
|
[build-system]
|
43
48
|
requires = ["hatchling"]
|
@@ -7,7 +7,7 @@ from pydantic import BaseModel
|
|
7
7
|
|
8
8
|
from hyperpocket import Pocket
|
9
9
|
from hyperpocket.auth import AuthProvider
|
10
|
-
from hyperpocket.tool import function_tool
|
10
|
+
from hyperpocket.tool import function_tool, Tool
|
11
11
|
|
12
12
|
|
13
13
|
class FirstNumber(BaseModel):
|
@@ -22,11 +22,101 @@ class TestPocket(IsolatedAsyncioTestCase):
|
|
22
22
|
async def asyncSetUp(self):
|
23
23
|
self.profile = "test-profile"
|
24
24
|
self.thread_id = "test_thread_id"
|
25
|
-
self.pocket: Pocket = None
|
26
25
|
|
27
|
-
|
28
|
-
|
29
|
-
|
26
|
+
@pytest.mark.asyncio
|
27
|
+
async def test_load_tools_str(self):
|
28
|
+
"""
|
29
|
+
Test Load tools in case str type
|
30
|
+
"""
|
31
|
+
# when
|
32
|
+
pocket = Pocket(
|
33
|
+
tools=[
|
34
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/none/simple-echo-tool"
|
35
|
+
]
|
36
|
+
)
|
37
|
+
|
38
|
+
# then
|
39
|
+
simple_echo_tool = pocket.tools["simple_echo_tool"]
|
40
|
+
self.assertIsInstance(simple_echo_tool, Tool)
|
41
|
+
self.assertEqual(simple_echo_tool.name, "simple_echo_tool")
|
42
|
+
|
43
|
+
async def test_load_tools_tuple(self):
|
44
|
+
"""
|
45
|
+
Test Load tools in case tuple type
|
46
|
+
"""
|
47
|
+
# when
|
48
|
+
pocket = Pocket(
|
49
|
+
tools=[
|
50
|
+
("https://github.com/vessl-ai/hyperpocket/tree/main/tools/none/simple-echo-tool",
|
51
|
+
{"TEST_VAR": "TEST"})
|
52
|
+
]
|
53
|
+
)
|
54
|
+
|
55
|
+
# then
|
56
|
+
simple_echo_tool = pocket.tools["simple_echo_tool"]
|
57
|
+
self.assertEqual(simple_echo_tool.tool_vars["TEST_VAR"], "TEST")
|
58
|
+
|
59
|
+
async def test_load_tools_tool(self):
|
60
|
+
"""
|
61
|
+
Test Load tools in case tool type
|
62
|
+
"""
|
63
|
+
# given
|
64
|
+
pocket = Pocket()
|
65
|
+
|
66
|
+
# when
|
67
|
+
tool_before_load = pocket.tools.get("simple_echo_tool")
|
68
|
+
pocket.load_tools(
|
69
|
+
tools=[
|
70
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/none/simple-echo-tool"
|
71
|
+
]
|
72
|
+
)
|
73
|
+
tool_after_load = pocket.tools.get("simple_echo_tool")
|
74
|
+
|
75
|
+
# then
|
76
|
+
self.assertIsNone(tool_before_load)
|
77
|
+
self.assertIsInstance(tool_after_load, Tool)
|
78
|
+
|
79
|
+
async def test_remove_tool(self):
|
80
|
+
"""
|
81
|
+
Test Load tools in case tuple type
|
82
|
+
"""
|
83
|
+
# given
|
84
|
+
pocket = Pocket(
|
85
|
+
tools=[
|
86
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/none/simple-echo-tool"
|
87
|
+
])
|
88
|
+
|
89
|
+
# when
|
90
|
+
tool_before_remove = pocket.tools.get("simple_echo_tool")
|
91
|
+
pocket.remove_tool("simple_echo_tool")
|
92
|
+
tool_after_remove = pocket.tools.get("simple_echo_tool")
|
93
|
+
|
94
|
+
# then
|
95
|
+
self.assertIsInstance(tool_before_remove, Tool)
|
96
|
+
self.assertIsNone(tool_after_remove)
|
97
|
+
|
98
|
+
async def test_grouping_tool_by_auth_provider(self):
|
99
|
+
"""
|
100
|
+
Test grouping tool by auth provider
|
101
|
+
It should return dict which groups tools by auth provider.
|
102
|
+
"""
|
103
|
+
# given
|
104
|
+
pocket = Pocket(
|
105
|
+
tools=[
|
106
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/none/simple-echo-tool",
|
107
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/google/create-spreadsheet",
|
108
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/google/list-gmail",
|
109
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
110
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
111
|
+
])
|
112
|
+
|
113
|
+
# when
|
114
|
+
grouped = pocket.grouping_tool_by_auth_provider()
|
115
|
+
|
116
|
+
# then
|
117
|
+
self.assertEqual(len(grouped), 2)
|
118
|
+
self.assertEqual(len(grouped["GOOGLE"]), 2)
|
119
|
+
self.assertEqual(len(grouped["SLACK"]), 2)
|
30
120
|
|
31
121
|
async def test_function_tool(self):
|
32
122
|
# given
|
@@ -87,13 +177,12 @@ class TestPocket(IsolatedAsyncioTestCase):
|
|
87
177
|
# then
|
88
178
|
self.assertEqual(result, "4")
|
89
179
|
|
90
|
-
|
91
|
-
async def test_wasm_tool(self):
|
180
|
+
async def test_container_tool(self):
|
92
181
|
# given
|
93
|
-
tool_name = "
|
182
|
+
tool_name = "simple_echo_tool"
|
94
183
|
self.pocket = Pocket(
|
95
184
|
tools=[
|
96
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/none/simple-echo-tool"
|
185
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/none/simple-echo-tool",
|
97
186
|
]
|
98
187
|
)
|
99
188
|
|
@@ -104,14 +193,20 @@ class TestPocket(IsolatedAsyncioTestCase):
|
|
104
193
|
thread_id=self.thread_id,
|
105
194
|
profile=self.profile,
|
106
195
|
)
|
107
|
-
output = ast.literal_eval(result)
|
108
196
|
|
109
197
|
# then
|
110
|
-
self.assertTrue(
|
198
|
+
self.assertTrue("echo message : test" in result)
|
111
199
|
|
112
|
-
@pytest.mark.skip("config error")
|
113
200
|
async def test_initialize_tool_auth(self):
|
114
201
|
# given
|
202
|
+
from hyperpocket.config.auth import GoogleAuthConfig
|
203
|
+
from hyperpocket.config.settings import config
|
204
|
+
|
205
|
+
config().auth.google = GoogleAuthConfig(
|
206
|
+
client_id="test",
|
207
|
+
client_secret="test",
|
208
|
+
)
|
209
|
+
|
115
210
|
@function_tool(auth_provider=AuthProvider.GOOGLE, scopes=["scope1", "scope2"])
|
116
211
|
def google_function_a(**kwargs):
|
117
212
|
"""
|