I HAVE GENERATED YOUR NEW DOCS!

This commit is contained in:
github-actions[bot]
2021-12-15 09:55:26 +00:00
parent 2235d10966
commit a4a74c780a
5 changed files with 409 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: package kittycad.api</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="kittycad.html"><font color="#ffffff">kittycad</font></a>.api</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/runner/work/kittycad.py/kittycad.py/kittycad/api/__init__.py">/home/runner/work/kittycad.py/kittycad.py/kittycad/api/__init__.py</a></font></td></tr></table>
<p><tt>Contains&nbsp;methods&nbsp;for&nbsp;accessing&nbsp;the&nbsp;API</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="kittycad.api.file.html"><strong>file</strong>&nbsp;(package)</a><br>
</td><td width="25%" valign=top><a href="kittycad.api.meta.html"><strong>meta</strong>&nbsp;(package)</a><br>
</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table>
</body></html>

View File

@ -0,0 +1,171 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module kittycad.client</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="kittycad.html"><font color="#ffffff">kittycad</font></a>.client</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/runner/work/kittycad.py/kittycad.py/kittycad/client.py">/home/runner/work/kittycad.py/kittycad.py/kittycad/client.py</a></font></td></tr></table>
<p></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="attr.html">attr</a><br>
</td><td width="25%" valign=top><a href="ssl.html">ssl</a><br>
</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="builtins.html#object">builtins.object</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="kittycad.client.html#Client">Client</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="kittycad.client.html#AuthenticatedClient">AuthenticatedClient</a>
</font></dt></dl>
</dd>
</dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#000000" face="helvetica, arial"><a name="AuthenticatedClient">class <strong>AuthenticatedClient</strong></a>(<a href="kittycad.client.html#Client">Client</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
<td colspan=2><tt><a href="#AuthenticatedClient">AuthenticatedClient</a>(base_url:&nbsp;str&nbsp;=&nbsp;'<a href="https://api.kittycad.io">https://api.kittycad.io</a>',&nbsp;*,&nbsp;cookies:&nbsp;Dict[str,&nbsp;str]&nbsp;=&nbsp;NOTHING,&nbsp;headers:&nbsp;Dict[str,&nbsp;str]&nbsp;=&nbsp;NOTHING,&nbsp;timeout:&nbsp;float&nbsp;=&nbsp;5.0,&nbsp;verify_ssl:&nbsp;Union[str,&nbsp;bool,&nbsp;ssl.SSLContext]&nbsp;=&nbsp;True,&nbsp;token:&nbsp;str)&nbsp;-&amp;gt;&nbsp;None<br>
&nbsp;<br>
A&nbsp;<a href="#Client">Client</a>&nbsp;which&nbsp;has&nbsp;been&nbsp;authenticated&nbsp;for&nbsp;use&nbsp;on&nbsp;secured&nbsp;endpoints<br>&nbsp;</tt></td></tr>
<tr><td>&nbsp;</td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="kittycad.client.html#AuthenticatedClient">AuthenticatedClient</a></dd>
<dd><a href="kittycad.client.html#Client">Client</a></dd>
<dd><a href="builtins.html#object">builtins.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="AuthenticatedClient-__eq__"><strong>__eq__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#AuthenticatedClient">AuthenticatedClient</a>.</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-__ge__"><strong>__ge__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#AuthenticatedClient">AuthenticatedClient</a>.</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-__gt__"><strong>__gt__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#AuthenticatedClient">AuthenticatedClient</a>.</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-__init__"><strong>__init__</strong></a>(self, base_url: str = 'https://api.kittycad.io', *, cookies: Dict[str, str] = NOTHING, headers: Dict[str, str] = NOTHING, timeout: float = 5.0, verify_ssl: Union[str, bool, ssl.SSLContext] = True, token: str) -&gt; None</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#AuthenticatedClient">AuthenticatedClient</a>.</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-__le__"><strong>__le__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#AuthenticatedClient">AuthenticatedClient</a>.</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-__lt__"><strong>__lt__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#AuthenticatedClient">AuthenticatedClient</a>.</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-__ne__"><strong>__ne__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#AuthenticatedClient">AuthenticatedClient</a>.</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-__repr__"><strong>__repr__</strong></a>(self)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#AuthenticatedClient">AuthenticatedClient</a>.</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-get_headers"><strong>get_headers</strong></a>(self) -&gt; Dict[str, str]</dt><dd><tt>Get&nbsp;headers&nbsp;to&nbsp;be&nbsp;used&nbsp;in&nbsp;authenticated&nbsp;endpoints</tt></dd></dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>__annotations__</strong> = {'token': &lt;class 'str'&gt;}</dl>
<dl><dt><strong>__attrs_attrs__</strong> = (Attribute(name='base_url', default='https://api... kw_only=True, inherited=False, on_setattr=None))</dl>
<dl><dt><strong>__hash__</strong> = None</dl>
<hr>
Methods inherited from <a href="kittycad.client.html#Client">Client</a>:<br>
<dl><dt><a name="AuthenticatedClient-get_cookies"><strong>get_cookies</strong></a>(self) -&gt; Dict[str, str]</dt></dl>
<dl><dt><a name="AuthenticatedClient-get_timeout"><strong>get_timeout</strong></a>(self) -&gt; float</dt></dl>
<dl><dt><a name="AuthenticatedClient-with_cookies"><strong>with_cookies</strong></a>(self, cookies: Dict[str, str]) -&gt; 'Client'</dt><dd><tt>Get&nbsp;a&nbsp;new&nbsp;client&nbsp;matching&nbsp;this&nbsp;one&nbsp;with&nbsp;additional&nbsp;cookies</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-with_headers"><strong>with_headers</strong></a>(self, headers: Dict[str, str]) -&gt; 'Client'</dt><dd><tt>Get&nbsp;a&nbsp;new&nbsp;client&nbsp;matching&nbsp;this&nbsp;one&nbsp;with&nbsp;additional&nbsp;headers</tt></dd></dl>
<dl><dt><a name="AuthenticatedClient-with_timeout"><strong>with_timeout</strong></a>(self, timeout: float) -&gt; 'Client'</dt><dd><tt>Get&nbsp;a&nbsp;new&nbsp;client&nbsp;matching&nbsp;this&nbsp;one&nbsp;with&nbsp;a&nbsp;new&nbsp;timeout&nbsp;(in&nbsp;seconds)</tt></dd></dl>
<hr>
Data descriptors inherited from <a href="kittycad.client.html#Client">Client</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#000000" face="helvetica, arial"><a name="Client">class <strong>Client</strong></a>(<a href="builtins.html#object">builtins.object</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
<td colspan=2><tt><a href="#Client">Client</a>(base_url:&nbsp;str&nbsp;=&nbsp;'<a href="https://api.kittycad.io">https://api.kittycad.io</a>',&nbsp;*,&nbsp;cookies:&nbsp;Dict[str,&nbsp;str]&nbsp;=&nbsp;NOTHING,&nbsp;headers:&nbsp;Dict[str,&nbsp;str]&nbsp;=&nbsp;NOTHING,&nbsp;timeout:&nbsp;float&nbsp;=&nbsp;5.0,&nbsp;verify_ssl:&nbsp;Union[str,&nbsp;bool,&nbsp;ssl.SSLContext]&nbsp;=&nbsp;True)&nbsp;-&amp;gt;&nbsp;None<br>
&nbsp;<br>
A&nbsp;class&nbsp;for&nbsp;keeping&nbsp;track&nbsp;of&nbsp;data&nbsp;related&nbsp;to&nbsp;the&nbsp;API<br>&nbsp;</tt></td></tr>
<tr><td>&nbsp;</td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Client-__eq__"><strong>__eq__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Client">Client</a>.</tt></dd></dl>
<dl><dt><a name="Client-__ge__"><strong>__ge__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Client">Client</a>.</tt></dd></dl>
<dl><dt><a name="Client-__gt__"><strong>__gt__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Client">Client</a>.</tt></dd></dl>
<dl><dt><a name="Client-__init__"><strong>__init__</strong></a>(self, base_url: str = 'https://api.kittycad.io', *, cookies: Dict[str, str] = NOTHING, headers: Dict[str, str] = NOTHING, timeout: float = 5.0, verify_ssl: Union[str, bool, ssl.SSLContext] = True) -&gt; None</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Client">Client</a>.</tt></dd></dl>
<dl><dt><a name="Client-__le__"><strong>__le__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Client">Client</a>.</tt></dd></dl>
<dl><dt><a name="Client-__lt__"><strong>__lt__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Client">Client</a>.</tt></dd></dl>
<dl><dt><a name="Client-__ne__"><strong>__ne__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Client">Client</a>.</tt></dd></dl>
<dl><dt><a name="Client-__repr__"><strong>__repr__</strong></a>(self)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Client">Client</a>.</tt></dd></dl>
<dl><dt><a name="Client-get_cookies"><strong>get_cookies</strong></a>(self) -&gt; Dict[str, str]</dt></dl>
<dl><dt><a name="Client-get_headers"><strong>get_headers</strong></a>(self) -&gt; Dict[str, str]</dt><dd><tt>Get&nbsp;headers&nbsp;to&nbsp;be&nbsp;used&nbsp;in&nbsp;all&nbsp;endpoints</tt></dd></dl>
<dl><dt><a name="Client-get_timeout"><strong>get_timeout</strong></a>(self) -&gt; float</dt></dl>
<dl><dt><a name="Client-with_cookies"><strong>with_cookies</strong></a>(self, cookies: Dict[str, str]) -&gt; 'Client'</dt><dd><tt>Get&nbsp;a&nbsp;new&nbsp;client&nbsp;matching&nbsp;this&nbsp;one&nbsp;with&nbsp;additional&nbsp;cookies</tt></dd></dl>
<dl><dt><a name="Client-with_headers"><strong>with_headers</strong></a>(self, headers: Dict[str, str]) -&gt; 'Client'</dt><dd><tt>Get&nbsp;a&nbsp;new&nbsp;client&nbsp;matching&nbsp;this&nbsp;one&nbsp;with&nbsp;additional&nbsp;headers</tt></dd></dl>
<dl><dt><a name="Client-with_timeout"><strong>with_timeout</strong></a>(self, timeout: float) -&gt; 'Client'</dt><dd><tt>Get&nbsp;a&nbsp;new&nbsp;client&nbsp;matching&nbsp;this&nbsp;one&nbsp;with&nbsp;a&nbsp;new&nbsp;timeout&nbsp;(in&nbsp;seconds)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>__annotations__</strong> = {'base_url': &lt;class 'str'&gt;, 'cookies': typing.Dict[str, str], 'headers': typing.Dict[str, str], 'timeout': &lt;class 'float'&gt;, 'verify_ssl': typing.Union[str, bool, ssl.SSLContext]}</dl>
<dl><dt><strong>__attrs_attrs__</strong> = (Attribute(name='base_url', default='https://api... kw_only=True, inherited=False, on_setattr=None))</dl>
<dl><dt><strong>__hash__</strong> = None</dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><strong>Dict</strong> = typing.Dict<br>
<strong>Union</strong> = typing.Union</td></tr></table>
</body></html>

25
docs/html/kittycad.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: package kittycad</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>kittycad</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/runner/work/kittycad.py/kittycad.py/kittycad/__init__.py">/home/runner/work/kittycad.py/kittycad.py/kittycad/__init__.py</a></font></td></tr></table>
<p><tt>A&nbsp;client&nbsp;library&nbsp;for&nbsp;accessing&nbsp;KittyCAD</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="kittycad.api.html"><strong>api</strong>&nbsp;(package)</a><br>
</td><td width="25%" valign=top><a href="kittycad.client.html">client</a><br>
</td><td width="25%" valign=top><a href="kittycad.models.html"><strong>models</strong>&nbsp;(package)</a><br>
</td><td width="25%" valign=top><a href="kittycad.types.html">types</a><br>
</td></tr></table></td></tr></table>
</body></html>

View File

@ -0,0 +1,29 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: package kittycad.models</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="kittycad.html"><font color="#ffffff">kittycad</font></a>.models</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/runner/work/kittycad.py/kittycad.py/kittycad/models/__init__.py">/home/runner/work/kittycad.py/kittycad.py/kittycad/models/__init__.py</a></font></td></tr></table>
<p><tt>Contains&nbsp;all&nbsp;the&nbsp;data&nbsp;models&nbsp;used&nbsp;in&nbsp;inputs/outputs</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="kittycad.models.auth_session.html">auth_session</a><br>
<a href="kittycad.models.environment.html">environment</a><br>
</td><td width="25%" valign=top><a href="kittycad.models.error_message.html">error_message</a><br>
<a href="kittycad.models.file_conversion.html">file_conversion</a><br>
</td><td width="25%" valign=top><a href="kittycad.models.file_conversion_status.html">file_conversion_status</a><br>
<a href="kittycad.models.instance_metadata.html">instance_metadata</a><br>
</td><td width="25%" valign=top><a href="kittycad.models.message.html">message</a><br>
<a href="kittycad.models.valid_file_types.html">valid_file_types</a><br>
</td></tr></table></td></tr></table>
</body></html>

View File

@ -0,0 +1,161 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module kittycad.types</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="kittycad.html"><font color="#ffffff">kittycad</font></a>.types</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/runner/work/kittycad.py/kittycad.py/kittycad/types.py">/home/runner/work/kittycad.py/kittycad.py/kittycad/types.py</a></font></td></tr></table>
<p><tt>Contains&nbsp;some&nbsp;shared&nbsp;types&nbsp;for&nbsp;properties</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="attr.html">attr</a><br>
</td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="builtins.html#object">builtins.object</a>
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="kittycad.types.html#File">File</a>
</font></dt></dl>
</dd>
<dt><font face="helvetica, arial"><a href="typing.html#Generic">typing.Generic</a>(<a href="builtins.html#object">builtins.object</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="kittycad.types.html#Response">Response</a>
</font></dt></dl>
</dd>
</dl>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#000000" face="helvetica, arial"><a name="File">class <strong>File</strong></a>(<a href="builtins.html#object">builtins.object</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
<td colspan=2><tt><a href="#File">File</a>(payload:&nbsp;Union[BinaryIO,&nbsp;TextIO],&nbsp;file_name:&nbsp;Optional[str]&nbsp;=&nbsp;None,&nbsp;mime_type:&nbsp;Optional[str]&nbsp;=&nbsp;None)&nbsp;-&amp;gt;&nbsp;None<br>
&nbsp;<br>
Contains&nbsp;information&nbsp;for&nbsp;file&nbsp;uploads<br>&nbsp;</tt></td></tr>
<tr><td>&nbsp;</td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="File-__eq__"><strong>__eq__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#File">File</a>.</tt></dd></dl>
<dl><dt><a name="File-__ge__"><strong>__ge__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#File">File</a>.</tt></dd></dl>
<dl><dt><a name="File-__gt__"><strong>__gt__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#File">File</a>.</tt></dd></dl>
<dl><dt><a name="File-__init__"><strong>__init__</strong></a>(self, payload: Union[BinaryIO, TextIO], file_name: Optional[str] = None, mime_type: Optional[str] = None) -&gt; None</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#File">File</a>.</tt></dd></dl>
<dl><dt><a name="File-__le__"><strong>__le__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#File">File</a>.</tt></dd></dl>
<dl><dt><a name="File-__lt__"><strong>__lt__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#File">File</a>.</tt></dd></dl>
<dl><dt><a name="File-__ne__"><strong>__ne__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#File">File</a>.</tt></dd></dl>
<dl><dt><a name="File-__repr__"><strong>__repr__</strong></a>(self)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#File">File</a>.</tt></dd></dl>
<dl><dt><a name="File-to_tuple"><strong>to_tuple</strong></a>(self) -&gt; Tuple[Optional[str], Union[BinaryIO, TextIO], Optional[str]]</dt><dd><tt>Return&nbsp;a&nbsp;tuple&nbsp;representation&nbsp;that&nbsp;httpx&nbsp;will&nbsp;accept&nbsp;for&nbsp;multipart/form-data</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>__annotations__</strong> = {'file_name': typing.Optional[str], 'mime_type': typing.Optional[str], 'payload': typing.Union[typing.BinaryIO, typing.TextIO]}</dl>
<dl><dt><strong>__attrs_attrs__</strong> = (Attribute(name='payload', default=NOTHING, vali...kw_only=False, inherited=False, on_setattr=None))</dl>
<dl><dt><strong>__hash__</strong> = None</dl>
</td></tr></table> <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#000000" face="helvetica, arial"><a name="Response">class <strong>Response</strong></a>(<a href="typing.html#Generic">typing.Generic</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
<td colspan=2><tt><a href="#Response">Response</a>(status_code:&nbsp;int,&nbsp;content:&nbsp;bytes,&nbsp;headers:&nbsp;MutableMapping[str,&nbsp;str],&nbsp;parsed:&nbsp;Optional[~T])&nbsp;-&amp;gt;&nbsp;None<br>
&nbsp;<br>
A&nbsp;response&nbsp;from&nbsp;an&nbsp;endpoint<br>&nbsp;</tt></td></tr>
<tr><td>&nbsp;</td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="kittycad.types.html#Response">Response</a></dd>
<dd><a href="typing.html#Generic">typing.Generic</a></dd>
<dd><a href="builtins.html#object">builtins.object</a></dd>
</dl>
<hr>
Methods defined here:<br>
<dl><dt><a name="Response-__eq__"><strong>__eq__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Response">Response</a>.</tt></dd></dl>
<dl><dt><a name="Response-__ge__"><strong>__ge__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Response">Response</a>.</tt></dd></dl>
<dl><dt><a name="Response-__gt__"><strong>__gt__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Response">Response</a>.</tt></dd></dl>
<dl><dt><a name="Response-__init__"><strong>__init__</strong></a>(self, status_code: int, content: bytes, headers: MutableMapping[str, str], parsed: Optional[~T]) -&gt; None</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Response">Response</a>.</tt></dd></dl>
<dl><dt><a name="Response-__le__"><strong>__le__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Response">Response</a>.</tt></dd></dl>
<dl><dt><a name="Response-__lt__"><strong>__lt__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Response">Response</a>.</tt></dd></dl>
<dl><dt><a name="Response-__ne__"><strong>__ne__</strong></a>(self, other)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Response">Response</a>.</tt></dd></dl>
<dl><dt><a name="Response-__repr__"><strong>__repr__</strong></a>(self)</dt><dd><tt>Method&nbsp;generated&nbsp;by&nbsp;attrs&nbsp;for&nbsp;class&nbsp;<a href="#Response">Response</a>.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<hr>
Data and other attributes defined here:<br>
<dl><dt><strong>__annotations__</strong> = {'content': &lt;class 'bytes'&gt;, 'headers': typing.MutableMapping[str, str], 'parsed': typing.Optional[~T], 'status_code': &lt;class 'int'&gt;}</dl>
<dl><dt><strong>__attrs_attrs__</strong> = (Attribute(name='status_code', default=NOTHING, ...kw_only=False, inherited=False, on_setattr=None))</dl>
<dl><dt><strong>__hash__</strong> = None</dl>
<dl><dt><strong>__orig_bases__</strong> = (typing.Generic[~T],)</dl>
<dl><dt><strong>__parameters__</strong> = (~T,)</dl>
<hr>
Class methods inherited from <a href="typing.html#Generic">typing.Generic</a>:<br>
<dl><dt><a name="Response-__class_getitem__"><strong>__class_getitem__</strong></a>(params)<font color="#909090"><font face="helvetica, arial"> from <a href="builtins.html#type">builtins.type</a></font></font></dt></dl>
<dl><dt><a name="Response-__init_subclass__"><strong>__init_subclass__</strong></a>(*args, **kwargs)<font color="#909090"><font face="helvetica, arial"> from <a href="builtins.html#type">builtins.type</a></font></font></dt><dd><tt>This&nbsp;method&nbsp;is&nbsp;called&nbsp;when&nbsp;a&nbsp;class&nbsp;is&nbsp;subclassed.<br>
&nbsp;<br>
The&nbsp;default&nbsp;implementation&nbsp;does&nbsp;nothing.&nbsp;It&nbsp;may&nbsp;be<br>
overridden&nbsp;to&nbsp;extend&nbsp;subclasses.</tt></dd></dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><strong>FileJsonType</strong> = typing.Tuple[typing.Optional[str], typing.Union[...g.BinaryIO, typing.TextIO], typing.Optional[str]]<br>
<strong>__all__</strong> = ['File', 'Response', 'FileJsonType']<br>
<strong>__annotations__</strong> = {'UNSET': &lt;class 'kittycad.types.Unset'&gt;}</td></tr></table>
</body></html>