Metadata-Version: 2.1
Name: robocorp-inspector
Version: 0.7.1
Summary: Robocorp Inspector
Home-page: https://github.com/robocorp/inspector
License: Proprietary
Author: Ossi Rajuvaara
Author-email: ossi@rajuvaara.com
Requires-Python: >=3.7,<3.11
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: mss (>=6.1.0,<7.0.0)
Requires-Dist: pynput-robocorp-fork (>=4.0.0,<5.0.0)
Requires-Dist: pyobjc-core (>=7.3,<8.0); sys_platform == "darwin"
Requires-Dist: pyobjc-framework-cocoa (>=7.3,<8.0); sys_platform == "darwin"
Requires-Dist: pyobjc-framework-quartz (>=7.3,<8.0); sys_platform == "darwin"
Requires-Dist: pyobjc-framework-webkit (>=7.3,<8.0); sys_platform == "darwin"
Requires-Dist: pywebview (==3.6.3)
Requires-Dist: pywin32 (>=302,<304); python_full_version < "3.7.6" and sys_platform == "win32" or python_full_version > "3.7.6" and python_full_version < "3.8.1" and sys_platform == "win32" or python_full_version > "3.8.1" and sys_platform == "win32"
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: rpaframework-core (>=7.0.1,<8.0.0)
Requires-Dist: rpaframework-recognition (>=2.0.0,<3.0.0)
Requires-Dist: typing-extensions (>=3.10.0,<4.0.0)
Requires-Dist: uiautomation (>=2.0.16,<3.0.0)
Project-URL: Repository, https://github.com/robocorp/inspector
Description-Content-Type: text/markdown

# Robocorp Inspector

Robocorp Inspector is a tool for exploring various user interfaces
and developing ways to target elements within them. An expression
that can target specific UI elemements is called a _locator_, and
these locators can be used to automate applications typically
used by humans.

## Development

The project uses `invoke` for overall project management, `poetry` for
python dependencies and environments, and `yarn` for Javascript dependencies
and building.

Both `invoke` and `poetry` should be installed via pip: `pip install poetry invoke`

- To see all possible tasks: `invoke --list`
- To run the project: `invoke run `

All source code is hosted on [GitHub](https://github.com/robocorp/inspector/).

## Usage

Robocorp Inspector is distributed as a Python package with all front-end
components compiled and included statically.

If the package (and all required dependencies) is installed manually,
it can be run with the command: `inspector`.

---

<p align="center">
  <img height="100" src="https://cdn.robocorp.com/brand/Logo/Dark%20logo%20transparent%20with%20buffer%20space/Dark%20logo%20transparent%20with%20buffer%20space.svg">
</p>

