nonebot-plugin-htmlrender 0.6.0__tar.gz → 0.6.0b1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/PKG-INFO +1 -1
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/pyproject.toml +1 -1
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/uv.lock +2 -2
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/.github/workflows/codecov.yml +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/.github/workflows/publish.yml +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/.gitignore +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/.pre-commit-config.yaml +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/.python-version +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/LICENSE +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/README.md +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/docs/example.md +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/docs/html2pic.png +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/docs/md2pic.png +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/docs/template2pic.png +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/docs/text2pic.png +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/.env.dev +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/bot.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/plugins/render/__init__.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/plugins/render/html2pic.html +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/plugins/render/templates/markdown.css +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/plugins/render/templates/mystyle.css +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/plugins/render/templates/progress.html.jinja2 +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/plugins/render/templates/text.html +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/example/plugins/render/utils.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/__init__.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/browser.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/config.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/consts.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/data_source.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/install.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/process.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/signal.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/github-markdown-light.css +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/katex/katex.min.b64_fonts.css +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/katex/katex.min.js +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/katex/mathtex-script-type.min.js +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/katex/mhchem.min.js +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/markdown.html +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/pygments-default.css +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/text.css +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/templates/text.html +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/nonebot_plugin_htmlrender/utils.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/__init__.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/conftest.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/resources/test_template_filter.png +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/templates/markdown.css +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/templates/mystyle.css +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/templates/progress.html.jinja2 +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/templates/text.html +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/test_browser.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/test_config_custom_validation.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/test_deprecated_decorator.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/test_htmlrender.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/test_install.py +0 -0
- {nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/test_process.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nonebot-plugin-htmlrender
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.0b1
|
|
4
4
|
Summary: 通过浏览器渲染图片
|
|
5
5
|
Project-URL: Homepage, https://github.com/kexue-z/nonebot-plugin-htmlrender
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/kexue-z/nonebot-plugin-htmlrender/issues
|
|
@@ -158,7 +158,7 @@ name = "click"
|
|
|
158
158
|
version = "8.1.7"
|
|
159
159
|
source = { registry = "https://pypi.org/simple" }
|
|
160
160
|
dependencies = [
|
|
161
|
-
{ name = "colorama", marker = "
|
|
161
|
+
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
162
162
|
]
|
|
163
163
|
sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 }
|
|
164
164
|
wheels = [
|
|
@@ -695,7 +695,7 @@ wheels = [
|
|
|
695
695
|
|
|
696
696
|
[[package]]
|
|
697
697
|
name = "nonebot-plugin-htmlrender"
|
|
698
|
-
version = "0.6.
|
|
698
|
+
version = "0.6.0b1"
|
|
699
699
|
source = { editable = "." }
|
|
700
700
|
dependencies = [
|
|
701
701
|
{ name = "aiofiles" },
|
{nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/.github/workflows/codecov.yml
RENAMED
|
File without changes
|
{nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/.github/workflows/publish.yml
RENAMED
|
File without changes
|
|
File without changes
|
{nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/templates/markdown.css
RENAMED
|
File without changes
|
{nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/templates/mystyle.css
RENAMED
|
File without changes
|
|
File without changes
|
{nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/templates/text.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nonebot_plugin_htmlrender-0.6.0 → nonebot_plugin_htmlrender-0.6.0b1}/tests/test_htmlrender.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|