Skip to main content

Reugin, an ASGI framework

Project description

Reugin

Reugin is an ASGI framework, made for quick, simple and manageable HTTP server code. Reugin is light-weight, has no dependencies and requires only an ASGI-compatible web server to start an application.

Example usage

Save this code into server.py

import reugin
import reugin.rhtml as h

app = reugin.Reugin()
http = app.connect(reugin.connectors.http.HTTPConnector())

@http.route("/")
async def root_route(req: reugin.Request):
    return h.p("Hello, world")

and run this with any ASGI server (for example, Uvicorn):

$ uvicorn server:app

.. where server is the filename, and app is the reugin.Reugin instance.

Licensing

This project is licensed under BSD 3-clause licese. See LICENSE file for more. Copyright 2024 GeckoNerd (geckwwo)

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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

reugin-0.2.7.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reugin-0.2.7-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

Details for the file reugin-0.2.7.tar.gz.

File metadata

  • Download URL: reugin-0.2.7.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for reugin-0.2.7.tar.gz
Algorithm Hash digest
SHA256 122e763f409b43946ecb56b9a7b0c7f2f4cb9898c0f3d51d6e2ba66911f2d0b4
MD5 a5d7e6766531085e5d976e442a7b87ab
BLAKE2b-256 4e1501a5a763d38ae71699b48a1b072b5860abd8340e7267b61fe705dc00a15a

See more details on using hashes here.

File details

Details for the file reugin-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: reugin-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for reugin-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 58da2ad3a9863db3ac9208487380f3e2425d466eb7a5bb129a0f45871a68d0f0
MD5 5bca8c6b5ad885a915b8340d93522afa
BLAKE2b-256 7120f209a809691ab8c487c345ac18bb80add075bf9980f089fa7a4daf839bb2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page