Metadata-Version: 2.3
Name: tinker
Version: 0.1.4
Summary: The official Python SDK for the tinker API
Project-URL: Homepage, https://thinkingmachines.ai/tinker
Project-URL: Repository, https://github.com/thinking-machines-lab/tinker
Project-URL: Documentation, https://tinker-docs.thinkingmachines.ai/
Author-email: Tinker authors <tinker@thinkingmachines.ai>
License: Apache-2.0
Keywords: machine learning,tinker
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: anyio<5,>=3.5.0
Requires-Dist: distro<2,>=1.7.0
Requires-Dist: httpx[http2]<1,>=0.23.0
Requires-Dist: numpy
Requires-Dist: pydantic<3,>=1.9.0
Requires-Dist: sniffio
Requires-Dist: torch
Requires-Dist: typing-extensions<5,>=4.10
Provides-Extra: aiohttp
Requires-Dist: aiohttp; extra == 'aiohttp'
Requires-Dist: httpx-aiohttp>=0.1.8; extra == 'aiohttp'
Description-Content-Type: text/markdown

<h1 align="center">Tinker Python SDK</h1>
<div align="center">
  <img src="https://github.com/thinking-machines-lab/tinker/blob/829c151ba7c6740a84db02e41f03825084c37fed/docs/images/logo.svg" width="60%" />

  Documentation:
  <a href="http://tinker-docs.thinkingmachines.ai/">tinker-docs.thinkingmachines.ai</a>
</div>
