Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Plugin

<img src="https://cdn.rawgit.com/clarive/cla-python-plugin/master/public/icon/python.svg?sanitize=true" alt="Python Plugin" title="Python Plugin" width="120" height="120">
<img src="https://cdn.jsdelivr.net/gh/clarive/cla-python-plugin@master/public/icon/python.svg?sanitize=true" alt="Python Plugin" title="Python Plugin" width="120" height="120">

The Python plugin will allow you to execute a Python code on the server of your choice in Clarive and to see its result.

Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Python Plugin
description: The Python plugin will allow you to execute a Python code on the server of your choice in Clarive and to see its result.
version: 1.0
icon: https://cdn.rawgit.com/clarive/cla-python-plugin/master/public/icon/python.svg?sanitize=true
icon: https://cdn.jsdelivr.net/gh/clarive/cla-python-plugin@master/public/icon/python.svg?sanitize=true
url: https://github.com/clarive/cla-python-plugin
requires:
- clarive_version: 6.8 <= version
Expand Down