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 image

features

  • Serve executables in current directory
  • Launch commands with params from web browser or API call
  • 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 directory [.config/].pywebexec/pywebexec_<listen>:<port>.log

Project details


Release history Release notifications | RSS feed

This version

0.0.9

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.9.tar.gz (16.3 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.9-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pywebexec-0.0.9.tar.gz
  • Upload date:
  • Size: 16.3 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.9.tar.gz
Algorithm Hash digest
SHA256 1ce0fbbfdd479d042fca99f874423cf5d92f1f6e02062d7bb537280ffdb81414
MD5 b6ad8185ba482b2aea12968701f16101
BLAKE2b-256 2efd0a8618e1ebeacfee57ba81132826e98ecffb14cfd7b53d3a3293b753a7fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pywebexec-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 15.1 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 45b06086d860d7caa8d7f66607b7c0d2d1c7a3f2eb0c08e284ff6dd8409f3d2b
MD5 a4b0d5c760038e70dc5da72ce7356c4e
BLAKE2b-256 7e44da651cba080568e4d9d0820e4cc8bf1cb4f1346f7786375cfd52f0edd000

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