Nebula-web


NameNebula-web JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/RaphiMuehlbacher/Nebula
SummaryA custom web server framework
upload_time2024-07-13 19:04:19
maintainerNone
docs_urlNone
authorRaphael Mühlbacher
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements Jinja2 setuptools watchdog
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nebula

Nebula is a lightweight web server framework, designed to simplify web application development with Python.

## Features

- **Routing**: Simple and intuitive URL routing.
- **Views and Templates**: Support for rendering views and templates.
- **Form Handling**: Built-in form handling and validation.
- **Database Integration**: Integration with sqlite3 databases for data storage.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RaphiMuehlbacher/Nebula",
    "name": "Nebula-web",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Raphael M\u00fchlbacher",
    "author_email": "raphi.muehlbacher@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/62/0341aec5c8d72dd2d19dd63a6174c749b702be944b90b3a866208fed3170/Nebula-web-0.1.0.tar.gz",
    "platform": null,
    "description": "# Nebula\r\n\r\nNebula is a lightweight web server framework, designed to simplify web application development with Python.\r\n\r\n## Features\r\n\r\n- **Routing**: Simple and intuitive URL routing.\r\n- **Views and Templates**: Support for rendering views and templates.\r\n- **Form Handling**: Built-in form handling and validation.\r\n- **Database Integration**: Integration with sqlite3 databases for data storage.\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A custom web server framework",
    "version": "0.1.0",
    "project_urls": {
        "Download": "https://github.com/RaphiMuehlbacher/Nebula/archive/refs/tags/v0.1.tar.gz",
        "Homepage": "https://github.com/RaphiMuehlbacher/Nebula"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73620341aec5c8d72dd2d19dd63a6174c749b702be944b90b3a866208fed3170",
                "md5": "ffa7c1629fb4c7170a8a3c421ef39814",
                "sha256": "51f26bdc8a39df19ec00da4ed15eaf43cfbd6748186005ca7c11699d19b7763c"
            },
            "downloads": -1,
            "filename": "Nebula-web-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ffa7c1629fb4c7170a8a3c421ef39814",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 8305,
            "upload_time": "2024-07-13T19:04:19",
            "upload_time_iso_8601": "2024-07-13T19:04:19.657100Z",
            "url": "https://files.pythonhosted.org/packages/73/62/0341aec5c8d72dd2d19dd63a6174c749b702be944b90b3a866208fed3170/Nebula-web-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-13 19:04:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RaphiMuehlbacher",
    "github_project": "Nebula",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "Jinja2",
            "specs": [
                [
                    "~=",
                    "3.1.4"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "~=",
                    "69.2.0"
                ]
            ]
        },
        {
            "name": "watchdog",
            "specs": [
                [
                    "~=",
                    "4.0.1"
                ]
            ]
        }
    ],
    "lcname": "nebula-web"
}
        
Elapsed time: 0.29976s