Metadata-Version: 2.1
Name: robocorp-inspector-commons
Version: 0.5.1
Summary: Robocorp Inspector Commons
Home-page: https://github.com/robocorp/inspector
License: Proprietary
Author: Robocorp
Author-email: dev@robocorp.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pynput-robocorp-fork (>=4.0.0,<5.0.0); sys_platform == "win32"
Requires-Dist: pywin32 (>=302,<304); python_full_version != "3.7.6" and python_full_version != "3.8.1" and sys_platform == "win32"
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: rpaframework-core (==9.1.0)
Requires-Dist: typing-extensions (>=3.10.0,<4.0.0)
Requires-Dist: uiautomation (>=2.0.16,<3.0.0); sys_platform == "win32"
Project-URL: Repository, https://github.com/robocorp/inspector
Description-Content-Type: text/markdown

# Robocorp Inspector Commons

Robocorp Inspector Commons is the commons package for Robocorp Inspector.

## Dependencies

You might need to create a `.npmrc` file at project level with contents similar to the following, but with your own `authToken`.
This is needed for private repositories.

```
registry=https://registry.npmjs.org/
@robocorp:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```

## Development

The project uses `invoke` for overall project management, `poetry` for
python dependencies and environments, and `npm` 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`

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

## Usage

Robocorp Inspector Commons is distributed as a Python package with all browser overlay
components compiled and included statically.

---

<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>

