Graphinate 0.2.13__tar.gz → 0.2.14__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.
- {graphinate-0.2.13 → graphinate-0.2.14}/PKG-INFO +1 -1
- {graphinate-0.2.13 → graphinate-0.2.14}/pyproject.toml +1 -1
- graphinate-0.2.14/src/graphinate/server/web/elements/index.html +22 -0
- graphinate-0.2.14/src/graphinate/server/web/rapidoc/index.html +15 -0
- graphinate-0.2.13/src/graphinate/server/web/elements/index.html +0 -20
- graphinate-0.2.13/src/graphinate/server/web/rapidoc/index.html +0 -14
- {graphinate-0.2.13 → graphinate-0.2.14}/.coveragerc +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/.github/dependabot.yml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/.github/workflows/codeql.yml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/.github/workflows/publish-docs.yaml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/.github/workflows/publish.yml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/.github/workflows/test-beta.yml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/.github/workflows/test.yml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/.gitignore +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/LICENSE +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/README.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/STATS.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/acknowledge.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/assets/images/logo-128.png +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/assets/images/network_graph.png +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/assets/stylesheets/extra.css +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/dev.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/examples/code.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/examples/github.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/examples/math.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/examples/web.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/gen_ref_pages.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/index.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/intro.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/start.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/usage/cli.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/docs/usage/lib.md +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/code/python_ast.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/code/python_dependencies.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/code/requirements.txt +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/github/_client.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/github/commits_visibilty_graph.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/github/followers.graphql +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/github/followers.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/github/graphql.config.yml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/github/repositories.graphql +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/github/repositories.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/github/requirements.txt +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/math/graph_atlas.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/math/polygonal_graph.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/web/page_links.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/examples/web/requirements.txt +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/mkdocs.yml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/ethernet/traceroute.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/genric_graph.graphql +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/graphql.config.yml +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/house_of_graphs.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/social/albums.json +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/social/musicisians.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/text/nlp_graph.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/text/requirements.txt +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/time_series/requirements.txt +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/playground/time_series/visibility_graph.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/sonar-project.properties +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/__main__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/builders.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/cli.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/color.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/materializers/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/materializers/matplotlib.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/modeling.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/starlette/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/starlette/views.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/elements/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/graphiql/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/graphiql/index.html +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/rapidoc/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/static/images/logo-128.png +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/static/images/network_graph.png +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/viewer/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/viewer/index.html +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/voyager/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/voyager/index.html +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/tools/__init__.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/tools/gui.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/tools/mutators.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/typing.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/tests/conftest.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/tests/graphinate/test_builders.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/tests/graphinate/test_cli.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/tests/graphinate/test_color.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/tests/graphinate/test_materializers.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/tests/graphinate/test_modeling.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/tests/graphinate/test_server.py +0 -0
- {graphinate-0.2.13 → graphinate-0.2.14}/tests/graphinate/test_tools.py +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
6
|
+
<title>Graphinate OpenAPI Elements UI</title>
|
|
7
|
+
<!-- Embed elements Elements via Web Component -->
|
|
8
|
+
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"
|
|
9
|
+
integrity="sha384-yR4p7dGVb43Z+zDGOg8xyIj71nVRZvN/IpUbptwjAtxcq+IcVQ+mNMiL7ppakjKc"></script>
|
|
10
|
+
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css"
|
|
11
|
+
integrity="sha384-fgRmJCkCe8Qyv2rSIDjIvkm779dv+HZbSa/ptwSeufq8qJZo/xsi79N8Rb6xTIMO">
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
|
|
15
|
+
<elements-api
|
|
16
|
+
apiDescriptionUrl="/schema"
|
|
17
|
+
router="hash"
|
|
18
|
+
layout="sidebar"
|
|
19
|
+
/>
|
|
20
|
+
|
|
21
|
+
</body>
|
|
22
|
+
</html>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<!doctype html> <!-- Important: must specify -->
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 characters -->
|
|
5
|
+
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"
|
|
6
|
+
integrity="sha384-x8lk+1kqb32UOR4ETiOR+bpfZZtNri15JJdU7sXAKtHk2m9yMRVvITZcxS0ILJpC"></script>
|
|
7
|
+
<title>Graphinate OpenAPI RapiDoc UI</title>
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<rapi-doc
|
|
11
|
+
spec-url="/schema"
|
|
12
|
+
theme="dark"
|
|
13
|
+
></rapi-doc>
|
|
14
|
+
</body>
|
|
15
|
+
</html>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
6
|
-
<title>Elements in HTML</title>
|
|
7
|
-
<!-- Embed elements Elements via Web Component -->
|
|
8
|
-
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
|
|
9
|
-
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
|
|
13
|
-
<elements-api
|
|
14
|
-
apiDescriptionUrl="/schema"
|
|
15
|
-
router="hash"
|
|
16
|
-
layout="sidebar"
|
|
17
|
-
/>
|
|
18
|
-
|
|
19
|
-
</body>
|
|
20
|
-
</html>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<!doctype html> <!-- Important: must specify -->
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 characters -->
|
|
5
|
-
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
|
|
6
|
-
<title>Graphinate OpenAPI</title>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<rapi-doc
|
|
10
|
-
spec-url="/schema"
|
|
11
|
-
theme = "dark"
|
|
12
|
-
> </rapi-doc>
|
|
13
|
-
</body>
|
|
14
|
-
</html>
|
|
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
|
{graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/static/images/logo-128.png
RENAMED
|
File without changes
|
{graphinate-0.2.13 → graphinate-0.2.14}/src/graphinate/server/web/static/images/network_graph.png
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
|