slush


Nameslush JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA lightweight Python web framework.
upload_time2025-07-31 23:22:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords web framework python wsgi slush backend api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://i.ibb.co/M5Pv76X0/slushlogo.png" alt="Slush Logo" width="480" />
</p>

# Slush

**Slush** is a lightweight Python web framework designed for clarity, extensibility, and performance.

---

## ๐Ÿš€ Introduction

**Slush** is a lightweight and efficient Python web framework designed for building modern APIs with speed and simplicity.

Slush gives you full control over routing, requests, responses, middleware, and cookiesโ€”without locking you into a rigid structure or heavy dependencies.

Whether you're building microservices, internal tools, or full-fledged backend systems, Slush helps you move fast with clean, readable code and a powerful core that just works.

Perfect for:

- Rapid API development without boilerplate.
- Minimalist backend systems with full control.
- Developers who want a lean, customizable foundation.

---

## ๐Ÿ“ฆ Installation

```bash
pip install slush


## A Simple Example

```python
# save this as app.py
from slush.app import Slush
from slush.core.response import Response

app = Slush()

@app.route("/hello", methods=["GET"])
def hello(request):
    return {"message": "Hello from Slush!"}
```

## โ–ถ๏ธ Run the Server
### โœ… Using built-in runner
```bash
$ slush run
```

### โœ… Or use gunicorn
```bash
$ gunicorn example:app
```

## ๐Ÿ“„ License
This project is licensed under the MIT License.

## ๐ŸŒ Links

### ๐Ÿ“˜ Documentation: Coming soon
### ๐Ÿ™ GitHub: https://github.com/farazkhanfk7/slush
### ๐Ÿ“ฆ PyPI: https://pypi.org/project/slush

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "slush",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "web framework, python, wsgi, slush, backend, api",
    "author": null,
    "author_email": "Hasan Faraz Khan <farazkhan138@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bf/cd/51a785c65ec0cf2b2ecab30ac24af8b0b34f79440c0eab61c7c0ae2c8089/slush-0.1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"https://i.ibb.co/M5Pv76X0/slushlogo.png\" alt=\"Slush Logo\" width=\"480\" />\n</p>\n\n# Slush\n\n**Slush** is a lightweight Python web framework designed for clarity, extensibility, and performance.\n\n---\n\n## \ud83d\ude80 Introduction\n\n**Slush** is a lightweight and efficient Python web framework designed for building modern APIs with speed and simplicity.\n\nSlush gives you full control over routing, requests, responses, middleware, and cookies\u2014without locking you into a rigid structure or heavy dependencies.\n\nWhether you're building microservices, internal tools, or full-fledged backend systems, Slush helps you move fast with clean, readable code and a powerful core that just works.\n\nPerfect for:\n\n- Rapid API development without boilerplate.\n- Minimalist backend systems with full control.\n- Developers who want a lean, customizable foundation.\n\n---\n\n## \ud83d\udce6 Installation\n\n```bash\npip install slush\n\n\n## A Simple Example\n\n```python\n# save this as app.py\nfrom slush.app import Slush\nfrom slush.core.response import Response\n\napp = Slush()\n\n@app.route(\"/hello\", methods=[\"GET\"])\ndef hello(request):\n    return {\"message\": \"Hello from Slush!\"}\n```\n\n## \u25b6\ufe0f Run the Server\n### \u2705 Using built-in runner\n```bash\n$ slush run\n```\n\n### \u2705 Or use gunicorn\n```bash\n$ gunicorn example:app\n```\n\n## \ud83d\udcc4 License\nThis project is licensed under the MIT License.\n\n## \ud83c\udf10 Links\n\n### \ud83d\udcd8 Documentation: Coming soon\n### \ud83d\udc19 GitHub: https://github.com/farazkhanfk7/slush\n### \ud83d\udce6 PyPI: https://pypi.org/project/slush\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight Python web framework.",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://github.com/farazkhanfk7/slush",
        "Homepage": "https://github.com/farazkhanfk7/slush",
        "Source": "https://github.com/farazkhanfk7/slush"
    },
    "split_keywords": [
        "web framework",
        " python",
        " wsgi",
        " slush",
        " backend",
        " api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8dceede07f6359fd300f14096e1da95602abfa99a16bca49a1a711652b9d36b",
                "md5": "ea16a6528dc6b680178238238f3287ce",
                "sha256": "84a5ae2b32a794ea2643485ca19caa310c2a616aeaa8ed90f5108fbc793216ef"
            },
            "downloads": -1,
            "filename": "slush-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea16a6528dc6b680178238238f3287ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12012,
            "upload_time": "2025-07-31T23:22:15",
            "upload_time_iso_8601": "2025-07-31T23:22:15.976434Z",
            "url": "https://files.pythonhosted.org/packages/d8/dc/eede07f6359fd300f14096e1da95602abfa99a16bca49a1a711652b9d36b/slush-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfcd51a785c65ec0cf2b2ecab30ac24af8b0b34f79440c0eab61c7c0ae2c8089",
                "md5": "4a660c4daa63edbe0ad68f38a8f4f3ea",
                "sha256": "b862651c5d9412e2f6f017fedd6d6d63cd8eaf54d9d941012f740d37081c12b2"
            },
            "downloads": -1,
            "filename": "slush-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4a660c4daa63edbe0ad68f38a8f4f3ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10084,
            "upload_time": "2025-07-31T23:22:17",
            "upload_time_iso_8601": "2025-07-31T23:22:17.415956Z",
            "url": "https://files.pythonhosted.org/packages/bf/cd/51a785c65ec0cf2b2ecab30ac24af8b0b34f79440c0eab61c7c0ae2c8089/slush-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-31 23:22:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "farazkhanfk7",
    "github_project": "slush",
    "github_not_found": true,
    "lcname": "slush"
}
        
Elapsed time: 0.92731s