simile
Package for interfacing with Simile AI agents for simulation
What it is and what it does
Simile is a Python client wrapper around the Simile API server, designed to simplify programmatic interaction with Simile AI agents for simulation work. It abstracts HTTP communication via httpx and data validation via pydantic, allowing developers to instantiate a client with an API key and make calls to the Simile service without managing raw HTTP requests directly.
The package targets developers working with AI-driven simulation tasks who want a lightweight, typed Python interface. It supports Python 3.8 through 3.12 and is classified as Alpha software, indicating it is still under active development and may have breaking changes. The three runtime dependencies (httpx, pydantic, and genagent) are all widely used, stable libraries, keeping the installation footprint modest.
Use it for:
- Build a Python application that orchestrates Simile AI agents to run simulations without writing raw HTTP code.
- Integrate Simile simulation capabilities into a larger data pipeline or workflow automation tool.
- Prototype AI-agent-driven simulation experiments with a simple, typed Python interface.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python client library for interacting with the Simile API server, providing programmatic access to Simile AI agents for simulation tasks.
Yes, if you are actively using the Simile API and need a Python interface. The low install friction and permissive MIT license make it a straightforward addition. However, the aging maintenance status (204 days since last release) warrants caution—verify that the package is still supported by the Simile team and that it covers the API endpoints you need before committing to a production dependency.
Install
simile on PyPI
pip
pip install simileuv
uv add similepoetry
poetry add simileInstalling simile
Before you install
Low installation friction with a pure-Python wheel distribution. Maintenance status is aging—last release was 204 days ago—so expect slower response to issues or updates.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both open-source and commercial projects.
Quickstart
pip install simile
from simile import Simile
client = Simile(api_key="your_api_key")
Requires a valid API key for the Simile service to authenticate requests.
Verify before relying
- What specific Simile API endpoints or agent capabilities are exposed by this client.
- Whether the package is actively maintained or if the 204-day release gap indicates stalled development.
- Documentation availability and completeness for the client API.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — httpx, pydantic, genagent |
| Maintenance | aging — 204 days since the last release |
| First released | |
| Downloads | 243,412/month — #8,798 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: simile-0.5.4-py3-none-any.whl
Keywords: api, sdk, simile, ai-agent, simulation
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
elevenlabsOfficial Python SDK for ElevenLabs…
permissive · top 5,000 on PyPI
aiogithubapiAsynchronous Python client library for…
permissive · top 15,000 on PyPI
athenaintelProvides a Python client library for calling…
unclear · top 15,000 on PyPI
scale-gp-betaPython client library for the Scale GP REST API…
permissive · top 15,000 on PyPI
retell-sdkProvides a Python client library for the Retell…
permissive · top 15,000 on PyPI
agentex-clientProvides a typed Python REST client for the…
permissive · top 15,000 on PyPI
phaxioA Python client library for the Phaxio API that…
permissive · top 15,000 on PyPI
cloudconvertOfficial Python SDK for CloudConvert API v2,…
permissive · top 15,000 on PyPI
label-studio-sdkProvides a Python client library and CLI for…
unclear · top 5,000 on PyPI
pyairtablePython client library for interacting with the…
permissive · top 5,000 on PyPI