Skip to main content

A simple package for effortlessly starting multiple threaded HTTP servers.

Project description

lazy_serve

A simple, easy-to-use Python package for starting HTTP servers with minimal setup. Ideal for serving static files in development environments or for lightweight file sharing.

Installation

To install lazy_serve, simply use pip:

pip install lazy_serve

Usage

Using lazy_serve is straightforward. Here's a basic example:

import lazy_serve as lz

if __name__ == "__main__":
    servers = [(8080, "~/server1/out/"), (8081, "~/server2/out/")]
    lz.serve(servers)

This code will start HTTP servers on ports 8080 and 8081, serving files from ~/server1/out/ and ~/server2/out/ respectively.

Features

  • Easy to Use: Start a server in just a few lines of code.
  • Flexible: Serve any directory by simply specifying its path.
  • Concurrent Servers: Run multiple servers at once, each on its own port.

Requirements

  • Python 3.6 or higher

Contributing

Contributions to lazy_serve are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature.
  3. Add your feature or bug fix.
  4. Run the tests to ensure everything is working.
  5. Submit a pull request.

License

This project is licensed under the MIT License.

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

lazy_serve-0.2.1.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

lazy_serve-0.2.1-py3-none-any.whl (1.8 kB view details)

Uploaded Python 3

File details

Details for the file lazy_serve-0.2.1.tar.gz.

File metadata

  • Download URL: lazy_serve-0.2.1.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for lazy_serve-0.2.1.tar.gz
Algorithm Hash digest
SHA256 48cf9d9bedb11d25aea1d12fea8786fe5f806a0b67c1cea24c92b162f6d58841
MD5 f3f113f86eacc406ef20f463ff88950c
BLAKE2b-256 44adaf7f8d1cefbb11ddae9e30325856b6d713e6124802acacbbcbac04cf17ec

See more details on using hashes here.

File details

Details for the file lazy_serve-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: lazy_serve-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 1.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for lazy_serve-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9577a1395a0684860d3d9f9add6ee60528fac856842d011ab78d83d500ba607c
MD5 5436de61d1ad36e9586f6800b20517f8
BLAKE2b-256 528007e620e1ef4a960f207214d4e6deee9f0fc4b9d21b26348d0ca7e6640187

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