文件名称:script.module.simpleplugin:Kodi Mediacenter内容插件的微框架
文件大小:53KB
文件格式:ZIP
更新时间:2024-05-24 06:56:39
Python
适用于Kodi插件的SimplePlugin微框架 该项目被暂停! 不幸的是,此刻我没有时间或渴望开发或维护该项目。 将来可能会改变,但是现在我暂停该项目,直到另行通知。 这意味着从现在开始该项目将不会收到任何更新,并且任何新问题都将被忽略。 随意使用GPL v.3条款和条件中的任何代码。 SimplePlugin微框架简化了为 Mediacenter创建插件和内容插件的过程。 它受启发,具有一些相似的功能,但SimplePlugin具有不同的概念。 它的2个主要目标是简单性以及对内容插件和通用插件的支持。 它支持使用“漂亮” URL或URL查询字符串路由插件调用。 重要信息! SimplePlugin v.3.x中的Plugin类与早期版本不兼容! 以前, Plugin类支持将内容列表定义为具有必要属性的Python字典列表。 但是,事实证明,这种过度的抽象是脆弱的,并且容易因Ko
【文件预览】:
script.module.simpleplugin-master
----Readme.md(5KB)
----.checkignore(9B)
----tests.py(14KB)
----addon.xml(860B)
----script.module.simpleplugin3()
--------addon.xml(879B)
--------changelog.txt(2KB)
--------libs()
--------license.txt(34KB)
----.travis.yml(979B)
----setup.py(1KB)
----resources()
--------language()
----docs()
--------make.bat(7KB)
--------storage.rst(2KB)
--------log.rst(548B)
--------conf.py(2KB)
--------cached.rst(1022B)
--------actions_routing.rst(2KB)
--------using.rst(1KB)
--------debug.rst(7KB)
--------get_url.rst(1KB)
--------index.rst(876B)
--------Makefile(8KB)
--------settings.rst(2KB)
--------scrapers.rst(2KB)
--------_autosummary()
--------api.rst(91B)
--------links.rst(336B)
--------example.rst(1KB)
--------gettext.rst(2KB)
----.codecov.yml(23B)
----.gitignore(2KB)