botcity-maestro-sdk


Namebotcity-maestro-sdk JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://www.github.com/botcity-dev/botcity-maestro-sdk-python
SummaryNone
upload_time2025-07-10 01:20:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements requests requests_toolbelt packaging importlib-metadata distro
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <h1 align="center">BotCity Maestro SDK - Python</h1>

  <p align="center">
    <strong>ยซ Explore Framework <a href="https://documentation.botcity.dev/maestro/maestro-sdk/">docs</a> ยป</strong>
  </p>
</p>

<br>

## Summary  <!-- omit in toc -->

- [๐Ÿค– Computer-vision based UI Automation](#-computer-vision-based-ui-automation)
- [๐Ÿ Generate Python Code while Interacting with your UI](#-generate-python-code-while-interacting-with-your-ui)
- [๐Ÿš€ Getting Started](#-getting-started)
  - [๐Ÿ“ฆ Prerequisites](#-prerequisites)
  - [๐Ÿ’ซ Installing](#-installing)
  - [โญ Orchestrating with BotCity Maestro](#-orchestrating-with-botcity-maestro)
- [๐Ÿ“š Documentation](#-documentation)
- [๐Ÿ’ป Developers Portal](#-developers-portal)
- [๐Ÿ’ฌ Forum](#-forum)
- [๐ŸŒŽ BotCity Automation Platform](#-botcity-automation-platform)
  - [1๏ธโƒฃ  All in One Platform](#1๏ธโƒฃ--all-in-one-platform)
  - [2๏ธโƒฃ  Deploy with a Single Line](#2๏ธโƒฃ--deploy-with-a-single-line)
  - [3๏ธโƒฃ  Manage your Task Queue](#3๏ธโƒฃ--manage-your-task-queue)
  - [4๏ธโƒฃ  Manage your Runtime Environments](#4๏ธโƒฃ--manage-your-runtime-environments)
  - [5๏ธโƒฃ  Create Alerts and Reports from the Automation Execution](#5๏ธโƒฃ--create-alerts-and-reports-from-the-automation-execution)
  - [6๏ธโƒฃ  Create your Community Account](#6๏ธโƒฃ--create-your-community-account)
- [๐Ÿค Contributing to BotCity Framework](#-contributing-to-botcity-framework)
- [โ›‘ Support](#-support)
  - [๐Ÿ› Bug reports and ๐Ÿ’Ž Feature requests](#-bug-reports-and--feature-requests)
  - [๐Ÿ“ข Contact us](#-contact-us)
- [๐Ÿ’ก Related Projects](#-related-projects)


## ๐Ÿค– Computer-vision based UI Automation

Recognize and interact with UI elements using state-of-art computer vision module.

Operate any UI interface independent of the technology or platform (desktop, web, terminal).

## ๐Ÿ Generate Python Code while Interacting with your UI

Use our Development Tool alongside your favorite IDE to select UI components and generate python code.

[![BotCity Studio](https://files.botcity.dev/github/readme/studio/studio.gif)](https://documentation.botcity.dev/studio/)

[SIGN UP](https://developers.botcity.dev/signup) and download our tools.


## ๐Ÿš€ Getting Started

### ๐Ÿ“ฆ Prerequisites
* Python 3.7+
* requests

### ๐Ÿ’ซ Installing

```bash
pip install botcity-maestro-sdk
```

### โญ Orchestrating with BotCity Maestro

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/botcity-dev/botcity-maestro-sdk-python/HEAD?filepath=examples%2Fmaestro-sdk-demo.ipynb)

Explore the Maestro SDK now without installing anything. [Click Here to Start.](https://mybinder.org/v2/gh/botcity-dev/botcity-maestro-sdk-python/HEAD?filepath=examples%2Fmaestro-sdk-demo.ipynb)


## ๐Ÿ“š Documentation

Documentation is available at https://documentation.botcity.dev/maestro/maestro-sdk/.

## ๐Ÿ’ป Developers Portal

[![Developers Portal](https://files.botcity.dev/github/readme/portal.png?)](https://documentation.botcity.dev)

## ๐Ÿ’ฌ Forum

[![Forum](https://files.botcity.dev/github/readme/forum.png)](https://community.botcity.dev/)

## ๐ŸŒŽ BotCity Automation Platform
BotCity is a platform to develop, deploy, manage and maintain automations. Automations can be developed in Python or Java using open-source libraries that are market standard.

### 1๏ธโƒฃ  All in One Platform
Develop, deploy, manage and scale your Automation Ops using All in One platform that provides task queue, runtime environment management, reports, alerts, logs and much more.

[![BotCity Maestro](https://files.botcity.dev/github/readme/maestro/maestro.png?)](https://documentation.botcity.dev/maestro/)

### 2๏ธโƒฃ  Deploy with a Single Line

Use BotCity command-line interface (CLI) to deploy your bot into a runtime environment with a single line:

[![BotCity CLI](https://files.botcity.dev/github/readme/cli/botcli.gif)](https://documentation.botcity.dev/cli/)

### 3๏ธโƒฃ  Manage your Task Queue

[![BotCity Maestro Task Queue](https://files.botcity.dev/github/readme/maestro/tasks.png?)](https://documentation.botcity.dev/maestro/features/task-queue/)

### 4๏ธโƒฃ  Manage your Runtime Environments

[![BotCity Maestro Machines](https://files.botcity.dev/github/readme/maestro/machines.png?)](https://documentation.botcity.dev/maestro/features/runners/)

### 5๏ธโƒฃ  Create Alerts and Reports from the Automation Execution

#### Alerts
[![BotCity Maestro Alerts](https://files.botcity.dev/github/readme/maestro/alerts.png?)](https://documentation.botcity.dev/maestro/features/alerts/)

#### Execution Logs
[![BotCity Maestro Alerts](https://files.botcity.dev/github/readme/maestro/logs.png?)](https://documentation.botcity.dev/maestro/features/logs/)

### 6๏ธโƒฃ  Create your Community Account

We have a community account for hobbyists and students. Just signup and start automating.

[![Sign Up](https://files.botcity.dev/github/readme/signup.png?)](https://developers.botcity.dev/signup)


## ๐Ÿค Contributing to BotCity Framework

- [Guidelines](https://github.com/botcity-dev/botcity-maestro-sdk-python/blob/main/.github/CONTRIBUTING.md)
- [Documentation](https://documentation.botcity.dev/maestro/maestro-sdk/)

## โ›‘ Support

### ๐Ÿ› Bug reports and ๐Ÿ’Ž Feature requests

If you spot a problem, please let us know by following the template in
here: [Report a bug](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=bug-report.md).

Ideas or suggestions for enhancements are more than welcome. Please use the following
template in here: [Request feature](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=feature-request.md&labels=request).

### ๐Ÿ“ข Contact us

If you have questions or comments in general about the framework, we want to know.

You can choose between the channels the one that best fit you:

- [BotCity Community](<https://community.botcity.dev>) (Public)

or you can [file a bug](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=bug-report.md) and let us know where our documentation could be improved.

## ๐Ÿ’ก Related Projects

<a href="https://github.com/botcity-dev/botcity-framework-core-python">
  <img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=botcity-dev&repo=botcity-framework-core-python" />
</a>
<a href="https://github.com/botcity-dev/botcity-framework-web-python">
  <img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=botcity-dev&repo=botcity-framework-web-python" />
</a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.github.com/botcity-dev/botcity-maestro-sdk-python",
    "name": "botcity-maestro-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/34/f5/7f2b6ad3779431295444447a8cb53cda441a7b557ab560d785400e363400/botcity_maestro_sdk-0.8.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <h1 align=\"center\">BotCity Maestro SDK - Python</h1>\n\n  <p align=\"center\">\n    <strong>\u00ab Explore Framework <a href=\"https://documentation.botcity.dev/maestro/maestro-sdk/\">docs</a> \u00bb</strong>\n  </p>\n</p>\n\n<br>\n\n## Summary  <!-- omit in toc -->\n\n- [\ud83e\udd16 Computer-vision based UI Automation](#-computer-vision-based-ui-automation)\n- [\ud83d\udc0d Generate Python Code while Interacting with your UI](#-generate-python-code-while-interacting-with-your-ui)\n- [\ud83d\ude80 Getting Started](#-getting-started)\n  - [\ud83d\udce6 Prerequisites](#-prerequisites)\n  - [\ud83d\udcab Installing](#-installing)\n  - [\u2b50 Orchestrating with BotCity Maestro](#-orchestrating-with-botcity-maestro)\n- [\ud83d\udcda Documentation](#-documentation)\n- [\ud83d\udcbb Developers Portal](#-developers-portal)\n- [\ud83d\udcac Forum](#-forum)\n- [\ud83c\udf0e BotCity Automation Platform](#-botcity-automation-platform)\n  - [1\ufe0f\u20e3  All in One Platform](#1\ufe0f\u20e3--all-in-one-platform)\n  - [2\ufe0f\u20e3  Deploy with a Single Line](#2\ufe0f\u20e3--deploy-with-a-single-line)\n  - [3\ufe0f\u20e3  Manage your Task Queue](#3\ufe0f\u20e3--manage-your-task-queue)\n  - [4\ufe0f\u20e3  Manage your Runtime Environments](#4\ufe0f\u20e3--manage-your-runtime-environments)\n  - [5\ufe0f\u20e3  Create Alerts and Reports from the Automation Execution](#5\ufe0f\u20e3--create-alerts-and-reports-from-the-automation-execution)\n  - [6\ufe0f\u20e3  Create your Community Account](#6\ufe0f\u20e3--create-your-community-account)\n- [\ud83e\udd1d Contributing to BotCity Framework](#-contributing-to-botcity-framework)\n- [\u26d1 Support](#-support)\n  - [\ud83d\udc1b Bug reports and \ud83d\udc8e Feature requests](#-bug-reports-and--feature-requests)\n  - [\ud83d\udce2 Contact us](#-contact-us)\n- [\ud83d\udca1 Related Projects](#-related-projects)\n\n\n## \ud83e\udd16 Computer-vision based UI Automation\n\nRecognize and interact with UI elements using state-of-art computer vision module.\n\nOperate any UI interface independent of the technology or platform (desktop, web, terminal).\n\n## \ud83d\udc0d Generate Python Code while Interacting with your UI\n\nUse our Development Tool alongside your favorite IDE to select UI components and generate python code.\n\n[![BotCity Studio](https://files.botcity.dev/github/readme/studio/studio.gif)](https://documentation.botcity.dev/studio/)\n\n[SIGN UP](https://developers.botcity.dev/signup) and download our tools.\n\n\n## \ud83d\ude80 Getting Started\n\n### \ud83d\udce6 Prerequisites\n* Python 3.7+\n* requests\n\n### \ud83d\udcab Installing\n\n```bash\npip install botcity-maestro-sdk\n```\n\n### \u2b50 Orchestrating with BotCity Maestro\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/botcity-dev/botcity-maestro-sdk-python/HEAD?filepath=examples%2Fmaestro-sdk-demo.ipynb)\n\nExplore the Maestro SDK now without installing anything. [Click Here to Start.](https://mybinder.org/v2/gh/botcity-dev/botcity-maestro-sdk-python/HEAD?filepath=examples%2Fmaestro-sdk-demo.ipynb)\n\n\n## \ud83d\udcda Documentation\n\nDocumentation is available at https://documentation.botcity.dev/maestro/maestro-sdk/.\n\n## \ud83d\udcbb Developers Portal\n\n[![Developers Portal](https://files.botcity.dev/github/readme/portal.png?)](https://documentation.botcity.dev)\n\n## \ud83d\udcac Forum\n\n[![Forum](https://files.botcity.dev/github/readme/forum.png)](https://community.botcity.dev/)\n\n## \ud83c\udf0e BotCity Automation Platform\nBotCity is a platform to develop, deploy, manage and maintain automations. Automations can be developed in Python or Java using open-source libraries that are market standard.\n\n### 1\ufe0f\u20e3  All in One Platform\nDevelop, deploy, manage and scale your Automation Ops using All in One platform that provides task queue, runtime environment management, reports, alerts, logs and much more.\n\n[![BotCity Maestro](https://files.botcity.dev/github/readme/maestro/maestro.png?)](https://documentation.botcity.dev/maestro/)\n\n### 2\ufe0f\u20e3  Deploy with a Single Line\n\nUse BotCity command-line interface (CLI) to deploy your bot into a runtime environment with a single line:\n\n[![BotCity CLI](https://files.botcity.dev/github/readme/cli/botcli.gif)](https://documentation.botcity.dev/cli/)\n\n### 3\ufe0f\u20e3  Manage your Task Queue\n\n[![BotCity Maestro Task Queue](https://files.botcity.dev/github/readme/maestro/tasks.png?)](https://documentation.botcity.dev/maestro/features/task-queue/)\n\n### 4\ufe0f\u20e3  Manage your Runtime Environments\n\n[![BotCity Maestro Machines](https://files.botcity.dev/github/readme/maestro/machines.png?)](https://documentation.botcity.dev/maestro/features/runners/)\n\n### 5\ufe0f\u20e3  Create Alerts and Reports from the Automation Execution\n\n#### Alerts\n[![BotCity Maestro Alerts](https://files.botcity.dev/github/readme/maestro/alerts.png?)](https://documentation.botcity.dev/maestro/features/alerts/)\n\n#### Execution Logs\n[![BotCity Maestro Alerts](https://files.botcity.dev/github/readme/maestro/logs.png?)](https://documentation.botcity.dev/maestro/features/logs/)\n\n### 6\ufe0f\u20e3  Create your Community Account\n\nWe have a community account for hobbyists and students. Just signup and start automating.\n\n[![Sign Up](https://files.botcity.dev/github/readme/signup.png?)](https://developers.botcity.dev/signup)\n\n\n## \ud83e\udd1d Contributing to BotCity Framework\n\n- [Guidelines](https://github.com/botcity-dev/botcity-maestro-sdk-python/blob/main/.github/CONTRIBUTING.md)\n- [Documentation](https://documentation.botcity.dev/maestro/maestro-sdk/)\n\n## \u26d1 Support\n\n### \ud83d\udc1b Bug reports and \ud83d\udc8e Feature requests\n\nIf you spot a problem, please let us know by following the template in\nhere: [Report a bug](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=bug-report.md).\n\nIdeas or suggestions for enhancements are more than welcome. Please use the following\ntemplate in here: [Request feature](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=feature-request.md&labels=request).\n\n### \ud83d\udce2 Contact us\n\nIf you have questions or comments in general about the framework, we want to know.\n\nYou can choose between the channels the one that best fit you:\n\n- [BotCity Community](<https://community.botcity.dev>) (Public)\n\nor you can [file a bug](https://github.com/botcity-dev/botcity-maestro-sdk-python/issues/new?template=bug-report.md) and let us know where our documentation could be improved.\n\n## \ud83d\udca1 Related Projects\n\n<a href=\"https://github.com/botcity-dev/botcity-framework-core-python\">\n  <img align=\"center\" src=\"https://github-readme-stats.vercel.app/api/pin/?username=botcity-dev&repo=botcity-framework-core-python\" />\n</a>\n<a href=\"https://github.com/botcity-dev/botcity-framework-web-python\">\n  <img align=\"center\" src=\"https://github-readme-stats.vercel.app/api/pin/?username=botcity-dev&repo=botcity-framework-web-python\" />\n</a>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.8.0",
    "project_urls": {
        "Homepage": "https://www.github.com/botcity-dev/botcity-maestro-sdk-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34f57f2b6ad3779431295444447a8cb53cda441a7b557ab560d785400e363400",
                "md5": "8cc61287828cba751ae693e1639e6c36",
                "sha256": "d6c29604943587a280b8c5170597016019f90aabc7f7ceee12dff9ee139bc36b"
            },
            "downloads": -1,
            "filename": "botcity_maestro_sdk-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8cc61287828cba751ae693e1639e6c36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 40429,
            "upload_time": "2025-07-10T01:20:47",
            "upload_time_iso_8601": "2025-07-10T01:20:47.252486Z",
            "url": "https://files.pythonhosted.org/packages/34/f5/7f2b6ad3779431295444447a8cb53cda441a7b557ab560d785400e363400/botcity_maestro_sdk-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 01:20:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "botcity-dev",
    "github_project": "botcity-maestro-sdk-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "requests_toolbelt",
            "specs": []
        },
        {
            "name": "packaging",
            "specs": []
        },
        {
            "name": "importlib-metadata",
            "specs": []
        },
        {
            "name": "distro",
            "specs": []
        }
    ],
    "lcname": "botcity-maestro-sdk"
}
        
Elapsed time: 0.46552s