From: Krzysiek P. <krz...@gm...> - 2017-07-27 20:24:58
|
Hey! Thanks again for you help and answers to my questions. I've just released the extension for XWiki that I was working for. XWiki has possibility to scirpt on its pages in Python. Under the hood it's Java Scripting API and Jython that takes care of running this script and returning result to page. Jython has implementation only for standard libraries. That's why I created Extension Repository Connector - Pypi - to be able to import to XWiki other (non-standard) python packages that are hosted on pypi: https://pypi.python.org/pypi. All this on running XWiki instance (without need to restart) - downloaded packages are simply made available for Java classloader. More about extension: http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension%20Repository%20Connector%20-%20Pypi/ about XWiki: http://www.xwiki.org/ Best, Krzysztof |