Skip to main content

plugin_jm_server, a plugin for jmcomic that can be used to view comics in a web browser.

Project description

基于原项目:https://github.com/AiCorein/Flask-Files-Server

为了方便修改,将原项目中的文件复制到本项目中,然后进行修改

使用方式

1. pip安装

pip install plugin_jm_server

2. 运行代码

  • HTTP版
from plugin_jm_server import *

# http
server = JmServer(
    'D:/',
    'password',
)
server.run(
    host='0.0.0.0',
    port=80,
)
  • HTTPS版
from plugin_jm_server import *

# https
server = JmServer(
    'D:/',
    'password',
)
server.run(
    host='0.0.0.0',
    port=443,
    ssl_context='adhoc',
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plugin_jm_server-0.1.9.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

plugin_jm_server-0.1.9-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file plugin_jm_server-0.1.9.tar.gz.

File metadata

  • Download URL: plugin_jm_server-0.1.9.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for plugin_jm_server-0.1.9.tar.gz
Algorithm Hash digest
SHA256 ae7235cd1aab6fb2c24bbc1672f58135589306ad16d2d6f9937ec09cab0073e7
MD5 8aaf5199864bed857d2e9cd7cb0f9b4a
BLAKE2b-256 9cb9c9a974f8f51902d7b33984ab3d9af4cde4da2a59b3b1950e316be3fb3345

See more details on using hashes here.

File details

Details for the file plugin_jm_server-0.1.9-py3-none-any.whl.

File metadata

File hashes

Hashes for plugin_jm_server-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a68483260cfcb335faa05d82cec751638ae3bb83362f9a7ffe61481f979c63a5
MD5 ca5b42c67c6a0d99acbc9d0d449d1db3
BLAKE2b-256 609bc3d3c2349141a7b00c74ea02fc60a6dcee981fedf0794a33fab8d2adce21

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page