Name | simile JSON |
Version |
0.4.11
JSON |
| download |
home_page | None |
Summary | Package for interfacing with Simile AI agents for simulation |
upload_time | 2025-09-05 02:14:19 |
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")
```
## Publishing
First, bump the version in `pyproject.toml`. Then, create the distribution files:
```bash
python3 -m build
```
Afterwards, use [Twine](https://pypi.org/project/twine/) to upload the package:
```bash
pip install twine
twine upload dist/*
```
If you need the PyPI credentials, please ask Carolyn or Chris.
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/b8/1f/f1504865e8d7aa965c66396f460ae67831f2d1776766c7b22bf5dfee840c/simile-0.4.11.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\n## Publishing\n\nFirst, bump the version in `pyproject.toml`. Then, create the distribution files:\n```bash\npython3 -m build\n```\n\nAfterwards, use [Twine](https://pypi.org/project/twine/) to upload the package:\n```bash\npip install twine\ntwine upload dist/*\n```\n\nIf you need the PyPI credentials, please ask Carolyn or Chris.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Package for interfacing with Simile AI agents for simulation",
"version": "0.4.11",
"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": "39aed722fd766e23ac25f82f5f5048783507a911987fb8a22ba36a2b5223a33e",
"md5": "bf37f567a9305c86c390dc4d1f9f1a70",
"sha256": "cf263c784f7bea43cea80fad073ee31e51946bf7f6e56edeb3223ce8539f567f"
},
"downloads": -1,
"filename": "simile-0.4.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf37f567a9305c86c390dc4d1f9f1a70",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 16259,
"upload_time": "2025-09-05T02:14:17",
"upload_time_iso_8601": "2025-09-05T02:14:17.986199Z",
"url": "https://files.pythonhosted.org/packages/39/ae/d722fd766e23ac25f82f5f5048783507a911987fb8a22ba36a2b5223a33e/simile-0.4.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b81ff1504865e8d7aa965c66396f460ae67831f2d1776766c7b22bf5dfee840c",
"md5": "8857d55b79167c4b38bc81b3d755845c",
"sha256": "8eb5faa13b7cd44a2de98a6767e88bfb82ea1f2242ce7b257c02bdab61b442f1"
},
"downloads": -1,
"filename": "simile-0.4.11.tar.gz",
"has_sig": false,
"md5_digest": "8857d55b79167c4b38bc81b3d755845c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 14507,
"upload_time": "2025-09-05T02:14:19",
"upload_time_iso_8601": "2025-09-05T02:14:19.114962Z",
"url": "https://files.pythonhosted.org/packages/b8/1f/f1504865e8d7aa965c66396f460ae67831f2d1776766c7b22bf5dfee840c/simile-0.4.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-05 02:14:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "simile-team",
"github_project": "simile-sdk",
"github_not_found": true,
"lcname": "simile"
}