hyperpocket 0.0.1__tar.gz → 0.0.3__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/PKG-INFO +7 -9
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/README.md +5 -7
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/pocket_main.py +5 -2
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tests/test_pocket.py +2 -4
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/pyproject.toml +2 -2
- hyperpocket-0.0.1/hyperpocket/curated_tools.py +0 -10
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/README.KR.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/README.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/calendly/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/calendly/context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/calendly/oauth2_context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/calendly/oauth2_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/calendly/oauth2_schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/github/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/github/context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/github/oauth2_context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/github/oauth2_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/github/oauth2_schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/github/token_context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/github/token_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/github/token_schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/google/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/google/context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/google/oauth2_context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/google/oauth2_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/google/oauth2_schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/linear/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/linear/context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/linear/token_context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/linear/token_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/linear/token_schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/provider.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/oauth2_context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/oauth2_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/oauth2_schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/tests/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/tests/test_oauth2_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/tests/test_token_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/token_context.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/token_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/slack/token_schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/tests/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/tests/test_google_oauth2_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/tests/test_slack_oauth2_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/tests/test_slack_token_handler.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/cli/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/cli/__main__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/cli/pull.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/cli/sync.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/config/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/config/auth.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/config/git.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/config/logger.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/config/session.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/config/settings.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/constants.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/external/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/external/github_client.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/futures/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/futures/futurestore.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/pocket_auth.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/prompts.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/repository/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/repository/lock.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/repository/lockfile.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/repository/repository.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/auth/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/auth/calendly.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/auth/github.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/auth/google.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/auth/linear.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/auth/slack.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/auth/token.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/proxy.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/server.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/tool/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/tool/dto/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/tool/dto/script.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/server/tool/wasm.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/README.KR.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/README.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/in_memory.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/interface.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/redis.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/tests/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/tests/test_in_memory.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/session/tests/test_redis.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tests/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tests/test_pocket_auth.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/README.KR.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/README.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/builtins/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/builtins/example/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/builtins/example/add_tool.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/function/README.KR.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/function/README.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/function/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/function/annotation.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/function/tool.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/tests/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/tests/test_function_tool.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/tool.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/README.KR.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/README.md +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/browser.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/invoker.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/script.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/templates/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/templates/node.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/templates/python.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/tool/wasm/tool.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/__init__.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/extract_func_param_desc_from_docstring.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/find_all_leaf_class_in_package.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/find_all_subclass_in_package.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/flatten_json_schema.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/function_to_model.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/get_objects_from_subpackage.py +0 -0
- {hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/json_schema_to_model.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: hyperpocket
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.3
|
4
4
|
Summary: Building AI agent with hyperpocket tool in a flash
|
5
5
|
Home-page: https://vessl-ai.github.io/hyperpocket
|
6
6
|
Author: VESSL AI Devs
|
@@ -14,7 +14,7 @@ Requires-Dist: click (>=8.1.7,<9.0.0)
|
|
14
14
|
Requires-Dist: dynaconf (>=3.2.6,<4.0.0)
|
15
15
|
Requires-Dist: fastapi (>=0.115.5,<0.116.0)
|
16
16
|
Requires-Dist: gitpython (>=3.1.43,<4.0.0)
|
17
|
-
Requires-Dist: httpx (
|
17
|
+
Requires-Dist: httpx (==0.27)
|
18
18
|
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
|
19
19
|
Requires-Dist: multiprocess (>=0.70.17,<0.71.0)
|
20
20
|
Requires-Dist: playwright (>=1.49.0,<2.0.0)
|
@@ -185,13 +185,11 @@ from hyperpocket.tool import from_git
|
|
185
185
|
llm = OpenAI(api_key=secret["OPENAI_API_KEY"])
|
186
186
|
pocket = PocketLlamaindex(
|
187
187
|
tools=[
|
188
|
-
from_git("https://github.com/vessl-ai/
|
189
|
-
from_git("https://github.com/vessl-ai/
|
190
|
-
from_git("https://github.com/vessl-ai/
|
191
|
-
from_git("https://github.com/vessl-ai/
|
192
|
-
from_git("https://github.com/vessl-ai/
|
193
|
-
from_git("https://github.com/vessl-ai/tool-calling", "main", "examples/google-insert-calendar-events"),
|
194
|
-
from_git("https://github.com/vessl-ai/tool-calling", "main", "examples/github-pr-list"),
|
188
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/get-message"),
|
189
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/post-message"),
|
190
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/linear/get-issues"),
|
191
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/google/get-calendar-events"),
|
192
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/google/get-calendar-list"),
|
195
193
|
]
|
196
194
|
)
|
197
195
|
tools = pocket.get_tools()
|
@@ -155,13 +155,11 @@ from hyperpocket.tool import from_git
|
|
155
155
|
llm = OpenAI(api_key=secret["OPENAI_API_KEY"])
|
156
156
|
pocket = PocketLlamaindex(
|
157
157
|
tools=[
|
158
|
-
from_git("https://github.com/vessl-ai/
|
159
|
-
from_git("https://github.com/vessl-ai/
|
160
|
-
from_git("https://github.com/vessl-ai/
|
161
|
-
from_git("https://github.com/vessl-ai/
|
162
|
-
from_git("https://github.com/vessl-ai/
|
163
|
-
from_git("https://github.com/vessl-ai/tool-calling", "main", "examples/google-insert-calendar-events"),
|
164
|
-
from_git("https://github.com/vessl-ai/tool-calling", "main", "examples/github-pr-list"),
|
158
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/get-message"),
|
159
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/post-message"),
|
160
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/linear/get-issues"),
|
161
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/google/get-calendar-events"),
|
162
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/google/get-calendar-list"),
|
165
163
|
]
|
166
164
|
)
|
167
165
|
tools = pocket.get_tools()
|
@@ -330,16 +330,19 @@ class Pocket(object):
|
|
330
330
|
def _tool_instance(self, tool_name: str) -> Tool:
|
331
331
|
return self.tools[tool_name]
|
332
332
|
|
333
|
+
def _teardown_server(self):
|
334
|
+
self.server.teardown()
|
335
|
+
|
333
336
|
def __enter__(self):
|
334
337
|
return self
|
335
338
|
|
336
339
|
def __exit__(self, exc_type, exc_val, exc_tb):
|
337
340
|
if self.__dict__.get('server'):
|
338
|
-
self.
|
341
|
+
self._teardown_server()
|
339
342
|
|
340
343
|
def __del__(self):
|
341
344
|
if self.__dict__.get('server'):
|
342
|
-
self.
|
345
|
+
self._teardown_server()
|
343
346
|
|
344
347
|
def __getstate__(self):
|
345
348
|
state = self.__dict__.copy()
|
@@ -5,7 +5,7 @@ from pydantic import BaseModel
|
|
5
5
|
|
6
6
|
from hyperpocket import Pocket
|
7
7
|
from hyperpocket.config import config
|
8
|
-
from hyperpocket.tool import from_local
|
8
|
+
from hyperpocket.tool import from_local, from_git
|
9
9
|
|
10
10
|
|
11
11
|
class TestPocket(IsolatedAsyncioTestCase):
|
@@ -20,11 +20,9 @@ class TestPocket(IsolatedAsyncioTestCase):
|
|
20
20
|
config.internal_server_port = 8000
|
21
21
|
config.enable_local_callback_proxy = True
|
22
22
|
|
23
|
-
import hyperpocket
|
24
|
-
path = Path(hyperpocket.__file__).parent.parent.parent.parent / "examples/tool/simple-echo-tool"
|
25
23
|
self.pocket = Pocket(
|
26
24
|
tools=[
|
27
|
-
|
25
|
+
from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/simple-echo-tool"),
|
28
26
|
self.add,
|
29
27
|
self.add_pydantic_args
|
30
28
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "hyperpocket"
|
3
|
-
version = "0.0.
|
3
|
+
version = "0.0.3"
|
4
4
|
description = "Building AI agent with hyperpocket tool in a flash"
|
5
5
|
authors = ["VESSL AI Devs <dev@vessl.ai>"]
|
6
6
|
readme = "README.md"
|
@@ -17,7 +17,7 @@ click = "^8.1.7"
|
|
17
17
|
|
18
18
|
|
19
19
|
requests = "^2.32.3"
|
20
|
-
httpx = "
|
20
|
+
httpx = "0.27"
|
21
21
|
toml = "^0.10.2"
|
22
22
|
jinja2 = "^3.1.4"
|
23
23
|
playwright = "^1.49.0"
|
@@ -1,10 +0,0 @@
|
|
1
|
-
from hyperpocket.tool import from_git
|
2
|
-
|
3
|
-
SLACK = [
|
4
|
-
from_git("https://github.com/vessl-ai/tool-calling", "main", "examples/slack-get-message"),
|
5
|
-
from_git("https://github.com/vessl-ai/tool-calling", "main", "examples/slack-post-message")
|
6
|
-
]
|
7
|
-
|
8
|
-
LINEAR = [
|
9
|
-
from_git("https://github.com/vessl-ai/tool-calling", "main", "examples/linear-get-issues"),
|
10
|
-
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/auth/tests/test_google_oauth2_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{hyperpocket-0.0.1 → hyperpocket-0.0.3}/hyperpocket/util/extract_func_param_desc_from_docstring.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|