Metadata-Version: 2.4
Name: uipath-robot
Version: 0.0.14
Summary: UiPath Robot Simulator
Project-URL: Homepage, https://uipath.com
Project-URL: Documentation, https://uipath.github.io/uipath-python/
Maintainer-email: Cristian Pufu <cristian.pufu@uipath.com>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic<3.0.0,>=2.12.5
Requires-Dist: tomli-w>=1.2.0
Requires-Dist: uipath>=2.5.0
Description-Content-Type: text/markdown

# UiPath Robot

[![PyPI downloads](https://img.shields.io/pypi/dm/uipath-robot.svg)](https://pypi.org/project/uipath-robot/)
[![PyPI - Version](https://img.shields.io/pypi/v/uipath-robot)](https://img.shields.io/pypi/v/uipath-robot)
[![Python versions](https://img.shields.io/pypi/pyversions/uipath-robot.svg)](https://pypi.org/project/uipath-robot/)

Robot simulator

## Local Dependency Overrides

To test with local package versions, create a `uipath.robot.toml` file in the directory where you run the robot:
```toml
[dependencies]
uipath = { path = "C:/Users/you/path/to/uipath-python", editable = true }
uipath-langchain = { path = "C:/Users/you/path/to/uipath-langchain-python", editable = true }
```

These overrides will be applied to any package's `pyproject.toml` before environment setup.

> **Note:** Use forward slashes in paths, even on Windows.
