Skip to main content

Nebula is a lightweight ASGI-based Python web framework that provides simple, decorator-based routing and middleware support for building fast, asynchronous web applications.

Project description

Nebula

PyPI Stars Contributors

Nebula is a lightweight ASGI-based Python web framework that provides simple, decorator-based routing and middleware support for building fast, asynchronous web applications.

Features

  • Decorator-based Routing: Define your routes with simple and intuitive decorators.
  • Asynchronous Support: Full async/await support for handling requests and events.
  • Session Management & Authentication: Secure session handling and user authentication.
  • WebSocket Support: Real-time communication with WebSocket routing.
  • Template Loading: Easily load and serve HTML templates from a designated directory.
  • Statics Loading: Easily load and serve files from designated directory.
  • Middleware Support: before_request and after_request hooks for flexible request handling.
  • Flexible Error Handling: Easily handle HTTP errors with use of error_handler(<http_code:int>).
  • Easy to Use: Get a server up and running in just a few lines of code.

Installation

Install Nebula from PyPI:

pip install nebula-core

or clone and install from GitHub.

git clone https://github.com/VxidDev/nebula.git
cd nebula
pip install .

Usage

Here's a basic example of creating a simple web server with Nebula.

main.py:

from nebula import Nebula

app = Nebula()

@app.get("/")
async def root():
    return "<h1>Welcome to Nebula!</h1>"

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

Run your app:

python main.py

Open your browser and navigate to http://localhost:8000 to see your page.

Contributions <3

amogus-gggy:

  • refactoring Nebula 0.2.0.
  • adding websockets support (2.0.0)
  • adding session support

Huge thank you!

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

nebula_core-3.1.4.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

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

nebula_core-3.1.4-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file nebula_core-3.1.4.tar.gz.

File metadata

  • Download URL: nebula_core-3.1.4.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.13

File hashes

Hashes for nebula_core-3.1.4.tar.gz
Algorithm Hash digest
SHA256 bbd9d7454f8ea97de12113f5acbc41a3dfa70403baef9cc1fd41c59a7017b40d
MD5 130f7e85d52b29bf7e30591c73c099ec
BLAKE2b-256 61275d5f220f61486db414b02349663105d4286f97e5b9498f5b02fdafb74467

See more details on using hashes here.

File details

Details for the file nebula_core-3.1.4-py3-none-any.whl.

File metadata

  • Download URL: nebula_core-3.1.4-py3-none-any.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.13

File hashes

Hashes for nebula_core-3.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 31e76d4a7ffeb69b406ae736ffc38f985e07047bd93a5af01af99be064e28300
MD5 80bffd7aaea47a85deb789d90b50c878
BLAKE2b-256 7b16930a8bb6e21820ace94b489f35fbc19c6ccb682f5f231ee902672fe1295e

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