Skip to main content

Simple Python HTTP Exec Server

Project description

Pypi version example Licence Python versions

pywebexec

Simple Python HTTP(S) API/Web Command Launcher

Install

$ pip install pywebexec

Quick start

  • start http server serving current directory executables listening on 0.0.0.0 port 8080
$ pywebexec
  • Launch commands with params/view live output/Status using browser http://<yourserver>:8080

features

  • Serve executables in current directory
  • Launch commands with params from web browser
  • Follow live output
  • Stop command
  • Relaunch command
  • HTTPS support
  • HTTPS self-signed certificate generator
  • Can be started as a daemon (POSIX)
  • uses gunicorn to serve http/https

Customize server

$ pywebexec --listen 0.0.0.0 --port 8080
$ pywebexec -l 0.0.0.0 -p 8080

Basic auth user/password

$ pywebexec --user myuser [--password mypass]
$ pywebfs -u myuser [-P mypass]

Generated password is given if no --pasword option

HTTPS server

  • Generate auto-signed certificate and start https server
$ pywebfs --gencert
$ pywebfs --g
  • Start https server using existing certificate
$ pywebfs --cert /pathto/host.cert --key /pathto/host.key
$ pywebfs -c /pathto/host.cert -k /pathto/host.key

Launch server as a daemon (Linux)

$ pywebexec start
$ pywebexec status
$ pywebexec stop
  • log of server are stored in current directory .web_status/pwexec_<listen>:<port>.log

Project details


Release history Release notifications | RSS feed

This version

0.0.4

Download files

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

Source Distribution

pywebexec-0.0.4.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pywebexec-0.0.4-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file pywebexec-0.0.4.tar.gz.

File metadata

  • Download URL: pywebexec-0.0.4.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for pywebexec-0.0.4.tar.gz
Algorithm Hash digest
SHA256 8bfec9d64b0973f3fbca18e749c4cc5955e4c3ad532aa2d8410cdcfc76d7db48
MD5 b95657471bcc5197979e81951fddd83a
BLAKE2b-256 00104948facde242f9c8ad684e4a4631c86e699463c3420d4601fb6bdbfb2dbe

See more details on using hashes here.

File details

Details for the file pywebexec-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: pywebexec-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for pywebexec-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6cd259b2e044990f33f022ec91c906898bab29090d4e95a6242d6d5f89dc233c
MD5 4a517fd0744ef838d18bb9bf8a2743b6
BLAKE2b-256 5ffade78095603e1e423b829074fd893c99c2c9a2501552bf40d724d325a558c

See more details on using hashes here.

Supported by

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