You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

app-server

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-server - pypi Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: app_server
Version: 1.0.0
Version: 1.0.1
Summary: a lightweight web application launcher for gunicorn and static files.

@@ -5,0 +5,0 @@ Home-page: https://github.com/viur-framework/viur-app_server

Metadata-Version: 2.1
Name: app_server
Version: 1.0.0
Version: 1.0.1
Summary: a lightweight web application launcher for gunicorn and static files.

@@ -5,0 +5,0 @@ Home-page: https://github.com/viur-framework/viur-app_server

@@ -19,3 +19,3 @@ import argparse

__version__ = "1.0.0"
__version__ = "1.0.1"

@@ -22,0 +22,0 @@ subprocesses = []

@@ -34,3 +34,3 @@ import typing as t

) -> t.Iterable[bytes]:
path = get_path_info(environ, charset='utf-8', errors='replace')
path = get_path_info(environ)
app = self.app

@@ -37,0 +37,0 @@ for prefix, opts in self.targets.items():