Name | simile JSON |
Version |
0.3.6
JSON |
| download |
home_page | None |
Summary | Package for interfacing with Simile AI agents for simulation |
upload_time | 2025-07-26 00:46:36 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
api
sdk
simile
ai-agent
simulation
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Simile API Python Client
A Python client for interacting with the Simile API server.
## Installation
```bash
pip install simile
```
## Dependencies
- `httpx>=0.20.0`
- `pydantic>=2.0.0`
## Usage
```python
from simile import Simile
client = Simile(api_key="your_api_key")
```
Raw data
{
"_id": null,
"home_page": null,
"name": "simile",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "api, sdk, simile, ai-agent, simulation",
"author": null,
"author_email": "Simile AI <cqz@simile.ai>",
"download_url": "https://files.pythonhosted.org/packages/fb/e3/0c3e54e8ca7645fd60356fe28d7d2ab785e929b6b26c89b51a3ea5ae92f7/simile-0.3.6.tar.gz",
"platform": null,
"description": "# Simile API Python Client\n\nA Python client for interacting with the Simile API server.\n\n## Installation\n\n```bash\npip install simile\n```\n\n## Dependencies\n\n- `httpx>=0.20.0`\n- `pydantic>=2.0.0`\n\n## Usage\n\n```python\nfrom simile import Simile\n\nclient = Simile(api_key=\"your_api_key\")\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Package for interfacing with Simile AI agents for simulation",
"version": "0.3.6",
"project_urls": {
"Homepage": "https://github.com/simile-team/simile-sdk"
},
"split_keywords": [
"api",
" sdk",
" simile",
" ai-agent",
" simulation"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a8c4a689a63cf5bf27e727baaa7bb6ca65cbb12ef44906f50a05ed2f368e74f4",
"md5": "9cdc6b14b13461223db284bf1f48ad13",
"sha256": "f6c80910aaf030b6161a7e1722ab88aca03632f48aa7bd92613decc8e437e883"
},
"downloads": -1,
"filename": "simile-0.3.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9cdc6b14b13461223db284bf1f48ad13",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 12152,
"upload_time": "2025-07-26T00:46:35",
"upload_time_iso_8601": "2025-07-26T00:46:35.145189Z",
"url": "https://files.pythonhosted.org/packages/a8/c4/a689a63cf5bf27e727baaa7bb6ca65cbb12ef44906f50a05ed2f368e74f4/simile-0.3.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fbe30c3e54e8ca7645fd60356fe28d7d2ab785e929b6b26c89b51a3ea5ae92f7",
"md5": "2c517d7b22d0d4b576dca5c4cf699a92",
"sha256": "b2324f85381eb3a926ea049fc6a373290b88fd7e0f6445d597c539242dd509df"
},
"downloads": -1,
"filename": "simile-0.3.6.tar.gz",
"has_sig": false,
"md5_digest": "2c517d7b22d0d4b576dca5c4cf699a92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10258,
"upload_time": "2025-07-26T00:46:36",
"upload_time_iso_8601": "2025-07-26T00:46:36.365748Z",
"url": "https://files.pythonhosted.org/packages/fb/e3/0c3e54e8ca7645fd60356fe28d7d2ab785e929b6b26c89b51a3ea5ae92f7/simile-0.3.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-26 00:46:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "simile-team",
"github_project": "simile-sdk",
"github_not_found": true,
"lcname": "simile"
}