Skip to main content

A web tools by Python.

Project description

webit

A web tools by Python.

Install

pip install webit

Use

cd to you working directory and run command:

webit.bat

if can’t find webit command, try:

python -m webit

open broswer with url http://127.0.0.1:8000, add shell script and run it.

Other tips

1.set http port 80

webit 80

2.authenticate with username and password (admin admin)

webit -u admin -p admin

3.set the working directory (/tmp)

webit -d /tmp

4.bind address with 127.0.0.1

webit 127.0.0.1:8000

5.use as wsgi

# set username and passwor
export WSGI_PARAMS="-u admin -p admin"
# run wsgi with gunicorn
gunicorn -b 0.0.0.0:8000 webit.wsgi:application

CHANGES

0.0.2

  • init version.

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

webit-0.0.2.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file webit-0.0.2.tar.gz.

File metadata

  • Download URL: webit-0.0.2.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for webit-0.0.2.tar.gz
Algorithm Hash digest
SHA256 8f5e1b9c291d6dbfc8bf65813d18564ccfb173a4503786cb267015a2c09b8c38
MD5 6fe2028b8fa69138dfb5b65f4c3400dc
BLAKE2b-256 1fe94e1f8a13dfcd07b8e1055b84792388c9c42874d546fa8d33c505d3284085

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