duck

Quick Start Example

To start using Duck, initialize an App instance with your desired port and address, then run the application:

from duck.app import App

app = App(port=5000, addr='127.0.0.1', domain='localhost')

if __name__ == '__main__':
    app.run()

Duck is a powerful, open-source, full-fledged Python-based web server, framework, and reverse proxy designed for building modern, customizable web applications — from small sites to large-scale platforms.

With Duck, developers can quickly deploy secure, high-performance applications with minimal configuration. Ideal for creating scalable, secure, and customizable web solutions, Duck streamlines the development process while ensuring top-notch security and performance.

Duck is not a small or mini web framework, it is a full-fledged framework which makes you do almost everything!

Subpackages

Submodules

Package Contents

Data

__author__

__email__

__version__

curdir_endswith_web

original_curdir

API

duck.__author__

‘Brian Musakwa’

duck.__email__

‘digreatbrian@gmail.com’

duck.__version__

None

duck.curdir_endswith_web

False

duck.original_curdir

‘str(…)’