robotcode


Namerobotcode JSON
Version 0.109.1 PyPI version JSON
download
home_pageNone
SummaryCommand line interface for RobotCode
upload_time2025-02-10 13:43:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords acceptance test driven development acceptance testing bdd bdt behavior driven testing data driven debug adapter protocol keyword driven language server protocol rpa robotframework robotic process automation test testing visual studio code
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RobotCode - The Ultimate Robot Framework Toolset

[![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)
[![Build Status](https://img.shields.io/github/actions/workflow/status/robotcodedev/robotcode/build-test-package-publish.yml?branch=main&style=flat&logo=github)](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)
[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/d-biehl.robotcode?style=flat&label=VS%20Marketplace&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
[![Installs](https://img.shields.io/visual-studio-marketplace/i/d-biehl.robotcode?style=flat)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)
[![JETBRAINS Marketplace](https://img.shields.io/jetbrains/plugin/v/26216.svg)](https://plugins.jetbrains.com/plugin/26216)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/26216.svg)](https://plugins.jetbrains.com/plugin/26216)
[![PyPI - Version](https://img.shields.io/pypi/v/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)
[![Python Version](https://img.shields.io/pypi/pyversions/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)
[![Downloads](https://img.shields.io/pypi/dm/robotcode.svg?style=flat&label=downloads)](https://pypi.org/project/robotcode)

---

## What is RobotCode?

RobotCode is a comprehensive toolkit for Robot Framework development, offering advanced features to enhance your productivity and streamline your workflow. Whether you're using Visual Studio Code, IntelliJ, or other LSP-compatible editors, RobotCode ensures a consistent and seamless experience.

### Key Advantages:

- **Built on Robot Framework Core**
  RobotCode uses Robot Framework's native parser for syntax validation, error messages, and behavior, ensuring full compatibility and reliability in your projects.

- **Powered by the Language Server Protocol (LSP)**
  By leveraging the LSP, RobotCode provides real-time code navigation, intelligent auto-completion, and refactoring capabilities across various editors and IDEs.

- **Multi-Platform IDE Extensions**
  RobotCode offers robust extensions for Visual Studio Code and IntelliJ Platform, delivering the same high-quality features regardless of your preferred development environment. Thanks to LSP, it also works with editors like Neovim and Sublime Text.

- **Enhanced CLI Tools**
  Extend Robot Framework's command-line capabilities with tools for test execution, debugging, and code analysis. Features include `robot.toml` support, a Debug Adapter Protocol (DAP) debugger, and an interactive REPL for quick experimentation.

With RobotCode, you can focus on building and testing your automation workflows while enjoying an integrated and efficient development experience.


## Key Features

- **Code Editing**: Enjoy code auto-completion, navigation and more.
- **IntelliSense**: Get code completion suggestions for keywords, variables, and more.
- **Refactoring**: Rename variables, keywords, arguments and more with ease and project wide.
- **Enhanced Syntax Highlighting**: Easily identify and read your Robot Framework code with support highlight embedded arguments, python expressions, environment variables with default values, and more.
- **Code Snippets**: Quickly insert common Robot Framework code snippets.
- **Test Discovery**: Discover and run Robot Framework test cases directly within VS Code.
- **Test Execution**: Execute Robot Framework test cases and suites directly within VS Code.
- **Test Reports**: View test reports directly within VS Code.
- **Debugging**: Debug your Robot Framework tests with ease.
- **Command Line Tools**: A wide array of tools to assist in setting up and managing Robot Framework environments.
- **Code Analysis with Robocop**: Install [Robocop](https://robocop.readthedocs.io/) for additional code analysis.
- **Code Formatting**: Format your code using Robot Framework’s built-in tools like `robot.tidy` or [Robotidy](https://robotidy.readthedocs.io/).
- **Multi-root Workspace Support**: Manage multiple Robot Framework projects with different Python environments simultaneously.
- **Customizable Settings**: Configure the extension to fit your needs.
- **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.
- **And More!**: Check out the [official documentation](https://robotcode.io) for more details.


## Requirements

- Python 3.8 or newer
- Robot Framework 4.1 or newer

### IDE Support

- Visual Studio Code 1.86 or newer
- PyCharm 2024.3.2 or newer or IntelliJ IDEA 2024.3.2 or newer


## Getting Started

### Visual Studio Code

1. **Install the RobotCode Extension**
   Open the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and install the RobotCode extension.

2. **Set Up Your Environment**
   Configure your Robot Framework environment using the tools and commands provided by the extension or the `robot.toml` file.

3. **Start Testing**
   Begin writing and running your Robot Framework tests directly in VS Code.

4. **Explore More**
   Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.

**Extensions:**
RobotCode automatically installs the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and the [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) extension. Additional extensions may be required depending on your project needs.


### IntelliJ IDEA or PyCharm

1. **Install the RobotCode Plugin**
   Choose one of the following methods to install the RobotCode plugin in your IDE:

   - **Install via the Built-in Plugin Marketplace**
      Navigate to:
      <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > Search for "RobotCode" and click <kbd>Install</kbd>.

   - **Use the JetBrains Marketplace**
      Alternatively, install the plugin directly from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216). Click the <kbd>Install to ...</kbd> button if your IDE is running.

   - **Manual Installation**
      Download the [latest release](https://github.com/robotcodedev/robotcode/releases/latest) and install it manually:
      <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>.

2. **Set Up Your Environment**
   Configure your Robot Framework environment using the tools and commands provided by the plugin or the `robot.toml` file.

3. **Start Testing**
   Begin developing and executing your Robot Framework tests.

4. **Explore More**
   Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.

**Plugins:**
RobotCode automatically installs the [LSP4IJ](https://plugins.jetbrains.com/plugin/23257). Additional plugins may be required depending on your project needs.


## Documentation

For detailed instructions, visit our **[official documentation](https://robotcode.io)**.
Here are some additional resources to help you troubleshoot or learn more:

- **[Q&A](https://github.com/robotcodedev/robotcode/discussions/categories/q-a):** Answers to common questions about RobotCode.
- **[Troubleshooting Guide](https://robotcode.io/04_tip_and_tricks/troubleshooting):** Solutions for setup issues, performance problems, and debugging errors.
- **[Command Line Tools Reference](https://robotcode.io/03_reference/):** Comprehensive documentation on using RobotCode’s CLI tools.
- **[Changelog](https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md):** Track changes, updates, and new features in each release.
- **[Support](https://robotcode.io/support/):** Learn how to get help and report issues.


## License

This project is licensed under the [Apache 2.0 License](https://spdx.org/licenses/Apache-2.0.html).

---

## Powered by
[![JetBrains logo.](docs/images/jetbrains.png)](https://jb.gg/OpenSourceSupport)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "robotcode",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Acceptance Test Driven Development, Acceptance Testing, BDD, BDT, Behavior Driven Testing, Data Driven, Debug Adapter Protocol, Keyword Driven, Language Server Protocol, RPA, RobotFramework, Robotic Process Automation, Test, Testing, Visual Studio Code",
    "author": null,
    "author_email": "Daniel Biehl <dbiehl@live.de>",
    "download_url": "https://files.pythonhosted.org/packages/4e/56/42c2aa46acc49536d425057c19c258383daf3d2e14d95e616fb220fd639e/robotcode-0.109.1.tar.gz",
    "platform": null,
    "description": "# RobotCode - The Ultimate Robot Framework Toolset\n\n[![License](https://img.shields.io/github/license/robotcodedev/robotcode?style=flat&logo=apache)](https://github.com/robotcodedev/robotcode/blob/master/LICENSE)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/robotcodedev/robotcode/build-test-package-publish.yml?branch=main&style=flat&logo=github)](https://github.com/robotcodedev/robotcode/actions?query=workflow:build_test_package_publish)\n[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/d-biehl.robotcode?style=flat&label=VS%20Marketplace&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)\n[![Installs](https://img.shields.io/visual-studio-marketplace/i/d-biehl.robotcode?style=flat)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)\n[![JETBRAINS Marketplace](https://img.shields.io/jetbrains/plugin/v/26216.svg)](https://plugins.jetbrains.com/plugin/26216)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/26216.svg)](https://plugins.jetbrains.com/plugin/26216)\n[![PyPI - Version](https://img.shields.io/pypi/v/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)\n[![Python Version](https://img.shields.io/pypi/pyversions/robotcode.svg?style=flat)](https://pypi.org/project/robotcode)\n[![Downloads](https://img.shields.io/pypi/dm/robotcode.svg?style=flat&label=downloads)](https://pypi.org/project/robotcode)\n\n---\n\n## What is RobotCode?\n\nRobotCode is a comprehensive toolkit for Robot Framework development, offering advanced features to enhance your productivity and streamline your workflow. Whether you're using Visual Studio Code, IntelliJ, or other LSP-compatible editors, RobotCode ensures a consistent and seamless experience.\n\n### Key Advantages:\n\n- **Built on Robot Framework Core**\n  RobotCode uses Robot Framework's native parser for syntax validation, error messages, and behavior, ensuring full compatibility and reliability in your projects.\n\n- **Powered by the Language Server Protocol (LSP)**\n  By leveraging the LSP, RobotCode provides real-time code navigation, intelligent auto-completion, and refactoring capabilities across various editors and IDEs.\n\n- **Multi-Platform IDE Extensions**\n  RobotCode offers robust extensions for Visual Studio Code and IntelliJ Platform, delivering the same high-quality features regardless of your preferred development environment. Thanks to LSP, it also works with editors like Neovim and Sublime Text.\n\n- **Enhanced CLI Tools**\n  Extend Robot Framework's command-line capabilities with tools for test execution, debugging, and code analysis. Features include `robot.toml` support, a Debug Adapter Protocol (DAP) debugger, and an interactive REPL for quick experimentation.\n\nWith RobotCode, you can focus on building and testing your automation workflows while enjoying an integrated and efficient development experience.\n\n\n## Key Features\n\n- **Code Editing**: Enjoy code auto-completion, navigation and more.\n- **IntelliSense**: Get code completion suggestions for keywords, variables, and more.\n- **Refactoring**: Rename variables, keywords, arguments and more with ease and project wide.\n- **Enhanced Syntax Highlighting**: Easily identify and read your Robot Framework code with support highlight embedded arguments, python expressions, environment variables with default values, and more.\n- **Code Snippets**: Quickly insert common Robot Framework code snippets.\n- **Test Discovery**: Discover and run Robot Framework test cases directly within VS Code.\n- **Test Execution**: Execute Robot Framework test cases and suites directly within VS Code.\n- **Test Reports**: View test reports directly within VS Code.\n- **Debugging**: Debug your Robot Framework tests with ease.\n- **Command Line Tools**: A wide array of tools to assist in setting up and managing Robot Framework environments.\n- **Code Analysis with Robocop**: Install [Robocop](https://robocop.readthedocs.io/) for additional code analysis.\n- **Code Formatting**: Format your code using Robot Framework\u2019s built-in tools like `robot.tidy` or [Robotidy](https://robotidy.readthedocs.io/).\n- **Multi-root Workspace Support**: Manage multiple Robot Framework projects with different Python environments simultaneously.\n- **Customizable Settings**: Configure the extension to fit your needs.\n- **RobotCode Repl and Notebooks**: Play with Robot Framework in a Jupyter Notebook-like environment.\n- **And More!**: Check out the [official documentation](https://robotcode.io) for more details.\n\n\n## Requirements\n\n- Python 3.8 or newer\n- Robot Framework 4.1 or newer\n\n### IDE Support\n\n- Visual Studio Code 1.86 or newer\n- PyCharm 2024.3.2 or newer or IntelliJ IDEA 2024.3.2 or newer\n\n\n## Getting Started\n\n### Visual Studio Code\n\n1. **Install the RobotCode Extension**\n   Open the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode) and install the RobotCode extension.\n\n2. **Set Up Your Environment**\n   Configure your Robot Framework environment using the tools and commands provided by the extension or the `robot.toml` file.\n\n3. **Start Testing**\n   Begin writing and running your Robot Framework tests directly in VS Code.\n\n4. **Explore More**\n   Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.\n\n**Extensions:**\nRobotCode automatically installs the [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and the [Python Debugger](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy) extension. Additional extensions may be required depending on your project needs.\n\n\n### IntelliJ IDEA or PyCharm\n\n1. **Install the RobotCode Plugin**\n   Choose one of the following methods to install the RobotCode plugin in your IDE:\n\n   - **Install via the Built-in Plugin Marketplace**\n      Navigate to:\n      <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > Search for \"RobotCode\" and click <kbd>Install</kbd>.\n\n   - **Use the JetBrains Marketplace**\n      Alternatively, install the plugin directly from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26216). Click the <kbd>Install to ...</kbd> button if your IDE is running.\n\n   - **Manual Installation**\n      Download the [latest release](https://github.com/robotcodedev/robotcode/releases/latest) and install it manually:\n      <kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>\u2699\ufe0f</kbd> > <kbd>Install plugin from disk...</kbd>.\n\n2. **Set Up Your Environment**\n   Configure your Robot Framework environment using the tools and commands provided by the plugin or the `robot.toml` file.\n\n3. **Start Testing**\n   Begin developing and executing your Robot Framework tests.\n\n4. **Explore More**\n   Visit the [Getting Started Guide](https://robotcode.io/02_get_started/) for detailed setup instructions and advanced features.\n\n**Plugins:**\nRobotCode automatically installs the [LSP4IJ](https://plugins.jetbrains.com/plugin/23257). Additional plugins may be required depending on your project needs.\n\n\n## Documentation\n\nFor detailed instructions, visit our **[official documentation](https://robotcode.io)**.\nHere are some additional resources to help you troubleshoot or learn more:\n\n- **[Q&A](https://github.com/robotcodedev/robotcode/discussions/categories/q-a):** Answers to common questions about RobotCode.\n- **[Troubleshooting Guide](https://robotcode.io/04_tip_and_tricks/troubleshooting):** Solutions for setup issues, performance problems, and debugging errors.\n- **[Command Line Tools Reference](https://robotcode.io/03_reference/):** Comprehensive documentation on using RobotCode\u2019s CLI tools.\n- **[Changelog](https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md):** Track changes, updates, and new features in each release.\n- **[Support](https://robotcode.io/support/):** Learn how to get help and report issues.\n\n\n## License\n\nThis project is licensed under the [Apache 2.0 License](https://spdx.org/licenses/Apache-2.0.html).\n\n---\n\n## Powered by\n[![JetBrains logo.](docs/images/jetbrains.png)](https://jb.gg/OpenSourceSupport)\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Command line interface for RobotCode",
    "version": "0.109.1",
    "project_urls": {
        "Changelog": "https://github.com/robotcodedev/robotcode/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/robotcodedev/robotcode#readme",
        "Donate": "https://opencollective.com/robotcode",
        "Homepage": "https://robotcode.io",
        "Issues": "https://github.com/robotcodedev/robotcode/issues",
        "Source": "https://github.com/robotcodedev/robotcode"
    },
    "split_keywords": [
        "acceptance test driven development",
        " acceptance testing",
        " bdd",
        " bdt",
        " behavior driven testing",
        " data driven",
        " debug adapter protocol",
        " keyword driven",
        " language server protocol",
        " rpa",
        " robotframework",
        " robotic process automation",
        " test",
        " testing",
        " visual studio code"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2ea5f33cdb247887bb79e476e71d16e3053e994a04ef21f536fb6fbd6b9ee83",
                "md5": "a2a18ed6d1acfd10d785325ee60232e2",
                "sha256": "ce9cb1974b314bff46e0e4afe97a91ac3a241216a6a7d2c5c6c316288686eef9"
            },
            "downloads": -1,
            "filename": "robotcode-0.109.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2a18ed6d1acfd10d785325ee60232e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16980,
            "upload_time": "2025-02-10T13:43:09",
            "upload_time_iso_8601": "2025-02-10T13:43:09.259380Z",
            "url": "https://files.pythonhosted.org/packages/e2/ea/5f33cdb247887bb79e476e71d16e3053e994a04ef21f536fb6fbd6b9ee83/robotcode-0.109.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e5642c2aa46acc49536d425057c19c258383daf3d2e14d95e616fb220fd639e",
                "md5": "a6fb6e8af18e91888451afa1153cad98",
                "sha256": "8925b54d74a54d37a62149ea321a1269c79fe15fc8345bb0d254449a153df264"
            },
            "downloads": -1,
            "filename": "robotcode-0.109.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a6fb6e8af18e91888451afa1153cad98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 66936,
            "upload_time": "2025-02-10T13:43:23",
            "upload_time_iso_8601": "2025-02-10T13:43:23.437148Z",
            "url": "https://files.pythonhosted.org/packages/4e/56/42c2aa46acc49536d425057c19c258383daf3d2e14d95e616fb220fd639e/robotcode-0.109.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 13:43:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "robotcodedev",
    "github_project": "robotcode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "robotcode"
}
        
Elapsed time: 1.95380s