Skip to main content

The easy server library for everyone.

Project description

PySGI Library, fast and simple

PySGI is a WSGI library that allows you to receive and handle HTTP requests, giving access to various features, such as:

  • Handle all response and request headers;
  • Get or set all cookies coming from the browser;
  • Add or get the body of an HTTP response or request;
  • Can get parameters from URL;
  • Get values ​​from a dynamic route.

You can learn how to use PySGI in the project's official documentation. See CHANGELOG.md on GitHub for changes made to each release.

Example of use

Here's a brief demonstration of using the PySGI library to create a simple web server:

from pysgi import PySGI

server = PySGI()


@server.route('/')
def index():
    return 'Hello World from PySGI!'


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

You can find this usage example in examples/simple_server.py

License

MIT License
Copyright (c) 2022 Jaedson Silva

See LICENSE file to learn more about the 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

PySGI-1.2.8.tar.gz (8.3 kB view details)

Uploaded Source

File details

Details for the file PySGI-1.2.8.tar.gz.

File metadata

  • Download URL: PySGI-1.2.8.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.28.1 setuptools/63.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2

File hashes

Hashes for PySGI-1.2.8.tar.gz
Algorithm Hash digest
SHA256 e0ab22d7f70fd343e6986ae6d960e362405a59b227d9daebba005b02c4db3327
MD5 45bfd0e8ba740581d59fca46b8bdd46d
BLAKE2b-256 6337d0abe631352014c19a1bdc22e744fc625274538b4368eb03aca25cae6162

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