Skip to content

Commit 33e2e69

Browse files
author
Harri Taylor
committed
feat: 0.1.2 release
1 parent 43747c5 commit 33e2e69

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+22143
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# simba-sdk-for-python
1+
# SIMBA SDK
2+
The SIMBA SDK is a toolkit for integrating the SIMBA API into your python application (or just for exploration/experimentation). It provides a python wrapper around various endpoints in the SIMBA web service.

public/404.html

Lines changed: 320 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
1+
2+
<!doctype html>
3+
<html lang="en" class="no-js">
4+
<head>
5+
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
9+
10+
11+
12+
13+
14+
<link rel="icon" href="/assets/images/favicon.png">
15+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.33">
16+
17+
18+
19+
<title>Python SDK</title>
20+
21+
22+
23+
<link rel="stylesheet" href="/assets/stylesheets/main.3cba04c6.min.css">
24+
25+
26+
<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
40+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
41+
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
42+
43+
44+
45+
<link rel="stylesheet" href="/assets/_mkdocstrings.css">
46+
47+
<script>__md_scope=new URL("/",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
48+
49+
50+
51+
52+
53+
54+
</head>
55+
56+
57+
58+
59+
60+
61+
62+
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="blue-grey" data-md-color-accent="indigo">
63+
64+
65+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
66+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
67+
<label class="md-overlay" for="__drawer"></label>
68+
<div data-md-component="skip">
69+
70+
</div>
71+
<div data-md-component="announce">
72+
73+
</div>
74+
75+
76+
77+
78+
79+
80+
<header class="md-header md-header--shadow" data-md-component="header">
81+
<nav class="md-header__inner md-grid" aria-label="Header">
82+
<a href="/." title="Python SDK" class="md-header__button md-logo" aria-label="Python SDK" data-md-component="logo">
83+
84+
<img src="/assets/logo.svg" alt="logo">
85+
86+
</a>
87+
<label class="md-header__button md-icon" for="__drawer">
88+
89+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg>
90+
</label>
91+
<div class="md-header__title" data-md-component="header-title">
92+
<div class="md-header__ellipsis">
93+
<div class="md-header__topic">
94+
<span class="md-ellipsis">
95+
Python SDK
96+
</span>
97+
</div>
98+
<div class="md-header__topic" data-md-component="header-topic">
99+
<span class="md-ellipsis">
100+
101+
102+
103+
</span>
104+
</div>
105+
</div>
106+
</div>
107+
108+
109+
110+
111+
112+
113+
<label class="md-header__button md-icon" for="__search">
114+
115+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
116+
</label>
117+
<div class="md-search" data-md-component="search" role="dialog">
118+
<label class="md-search__overlay" for="__search"></label>
119+
<div class="md-search__inner" role="search">
120+
<form class="md-search__form" name="search">
121+
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
122+
<label class="md-search__icon md-icon" for="__search">
123+
124+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>
125+
126+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
127+
</label>
128+
<nav class="md-search__options" aria-label="Search">
129+
130+
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
131+
132+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"/></svg>
133+
</button>
134+
</nav>
135+
136+
</form>
137+
<div class="md-search__output">
138+
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
139+
<div class="md-search-result" data-md-component="search-result">
140+
<div class="md-search-result__meta">
141+
Initializing search
142+
</div>
143+
<ol class="md-search-result__list" role="presentation"></ol>
144+
</div>
145+
</div>
146+
</div>
147+
</div>
148+
</div>
149+
150+
151+
<div class="md-header__source">
152+
<a href="https://gitlab.com/SIMBAChain/api-dev-kits/python-sdk" title="Go to repository" class="md-source" data-md-component="source">
153+
<div class="md-source__icon md-icon">
154+
155+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
156+
</div>
157+
<div class="md-source__repository">
158+
GitLab
159+
</div>
160+
</a>
161+
</div>
162+
163+
</nav>
164+
165+
</header>
166+
167+
<div class="md-container" data-md-component="container">
168+
169+
170+
171+
172+
173+
174+
<main class="md-main" data-md-component="main">
175+
<div class="md-main__inner md-grid">
176+
177+
178+
179+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
180+
<div class="md-sidebar__scrollwrap">
181+
<div class="md-sidebar__inner">
182+
183+
184+
185+
186+
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
187+
<label class="md-nav__title" for="__drawer">
188+
<a href="/." title="Python SDK" class="md-nav__button md-logo" aria-label="Python SDK" data-md-component="logo">
189+
190+
<img src="/assets/logo.svg" alt="logo">
191+
192+
</a>
193+
Python SDK
194+
</label>
195+
196+
<div class="md-nav__source">
197+
<a href="https://gitlab.com/SIMBAChain/api-dev-kits/python-sdk" title="Go to repository" class="md-source" data-md-component="source">
198+
<div class="md-source__icon md-icon">
199+
200+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
201+
</div>
202+
<div class="md-source__repository">
203+
GitLab
204+
</div>
205+
</a>
206+
</div>
207+
208+
<ul class="md-nav__list" data-md-scrollfix>
209+
210+
211+
212+
213+
214+
215+
216+
<li class="md-nav__item">
217+
<a href="/." class="md-nav__link">
218+
219+
220+
<span class="md-ellipsis">
221+
Home
222+
</span>
223+
224+
225+
</a>
226+
</li>
227+
228+
229+
230+
231+
232+
233+
234+
235+
236+
<li class="md-nav__item">
237+
<a href="/usage/" class="md-nav__link">
238+
239+
240+
<span class="md-ellipsis">
241+
SDK Usage Patterns
242+
</span>
243+
244+
245+
</a>
246+
</li>
247+
248+
249+
250+
</ul>
251+
</nav>
252+
</div>
253+
</div>
254+
</div>
255+
256+
257+
258+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
259+
<div class="md-sidebar__scrollwrap">
260+
<div class="md-sidebar__inner">
261+
262+
263+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
264+
265+
266+
267+
268+
</nav>
269+
</div>
270+
</div>
271+
</div>
272+
273+
274+
275+
<div class="md-content" data-md-component="content">
276+
<article class="md-content__inner md-typeset">
277+
278+
<h1>404 - Not found</h1>
279+
280+
</article>
281+
</div>
282+
283+
284+
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
285+
</div>
286+
287+
</main>
288+
289+
<footer class="md-footer">
290+
291+
<div class="md-footer-meta md-typeset">
292+
<div class="md-footer-meta__inner md-grid">
293+
<div class="md-copyright">
294+
295+
296+
Made with
297+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
298+
Material for MkDocs
299+
</a>
300+
301+
</div>
302+
303+
</div>
304+
</div>
305+
</footer>
306+
307+
</div>
308+
<div class="md-dialog" data-md-component="dialog">
309+
<div class="md-dialog__inner md-typeset"></div>
310+
</div>
311+
312+
313+
<script id="__config" type="application/json">{"base": "/", "features": [], "search": "/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
314+
315+
316+
<script src="/assets/javascripts/bundle.af256bd8.min.js"></script>
317+
318+
319+
</body>
320+
</html>

public/assets/_mkdocstrings.css

Whitespace-only changes.

public/assets/images/favicon.png

1.83 KB
Loading

0 commit comments

Comments
 (0)