nawah


Namenawah JSON
Version 2.0b40 PyPI version JSON
download
home_pageNone
SummaryNawah--Rapid, cloud-native app development framework
upload_time2024-08-28 10:30:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseAGPLv3
keywords development framework cloud-native test-driven development domain-driven design behavior-driven development event-driven architecture platform
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Codecov](https://codecov.io/gh/nawah-io/nawah_framework/graphs/badge.svg)

# Nawah Framework
Nawah is a framework that is designed for rapid app development. It uses `HTTP/2 Websocket` as primary protocol of communication with clients. However, it also provides an `HTTP/1 GET`, `POST` interfaces for additional communication windows.

# Features
## Modern
Nawah is based on modern approaches of apps development. It enables both backend developers and front-end developers with set of tools to achieve better and more from very simple and powerful set of tools.

## Type Driven
Nawah has sophisticated workflow to handle types. It has the tools to convert types when needed. And, it has the process to reject wrong data types. This gives developers huge relieve and peace of mind when developing complicated apps that require type accuracy.

## Advanced Users, Sessions and Privileges Control Out-of-the-Box
Apps development platforms and frameworks provide users and privileges control in various forms and levels. What makes Nawah approach unique and developer-friendly is the fact user-management has endless aspects, with the ability to extend it to your needs without a single edit on the original structure of Nawah. This means your app can always keep up-to-date with Nawah upstream, without compromising on your requirements for advanced user management options. All using simple tools that are available to all.

## Multi-Environment Ready
Nawah gives the developers the ability to get started with single app that is having the ability to run the exact same app on different [environments](https://github.com/nawah-io/nawah_docs/blob/master/api-package.md#envs) without any custom configurations.

## Test-Driven Development Out-of-the-Box
That's correct! You can now develop your app and [test](https://github.com/nawah-io/nawah_docs/blob/master/tests.md) it with minimal set of instructions in under 5 minutes.

## Easy to Install, Upgrade and deploy
Nawah has simple workflow to [set it up](https://github.com/nawah-io/nawah_docs/blob/master/quick-start.md). Upgrading it is also as simple as pulling latest version of Nawah from this repository, as well as the latest version of the packages your app uses for its functionalities. Deploying is as a simple as creating a [Docker](https://www.docker.com) image using the provided `Dockerfile`.

## Multi-language and Localisation-ready
Yes! No more dealing with custom handlers for multi-language apps. Your app is multi-language out-of-the-box. Not only this, but your app can keep adding locales and change them along the way. This is a paradise for developers working on global scale apps.

## Cache-able Responses
Nawah Cache Workflow gives developers the power to cache queries without having a hassle. Simple instructions, and condition checkers and developers get apps with dynamic cache feature.

## The Cron we All Like!
Nawah has Cron-like Jobs Workflow that allows developers to run background tasks using Cron timing expression. The jobs can be Nawah calls, or simple Python function that can be run for any purpose.

## Analytics that just Work
Nawah offers module-level Analytics Workflow that allow you developers to insert sample instructions which generate `Analytic` docs which can be later used programmatically by other modules, or for handy data researches.

# Docs Index
> Nawah docs are available at [https://github.com/nawah-io/nawah_docs](https://github.com/nawah-io/nawah_docs).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nawah",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "development, framework, cloud-native, test-driven development, domain-driven design, behavior-driven development, event-driven architecture, platform",
    "author": null,
    "author_email": "Mahmoud Abduljawad <me@mahmoudajawad.com>",
    "download_url": "https://files.pythonhosted.org/packages/a8/fd/bc8d0278371342b7478175da7a04c9e2fb7e648cf224774a56f3e8b93494/nawah-2.0b40.tar.gz",
    "platform": null,
    "description": "![Codecov](https://codecov.io/gh/nawah-io/nawah_framework/graphs/badge.svg)\n\n# Nawah Framework\nNawah is a framework that is designed for rapid app development. It uses `HTTP/2 Websocket` as primary protocol of communication with clients. However, it also provides an `HTTP/1 GET`, `POST` interfaces for additional communication windows.\n\n# Features\n## Modern\nNawah is based on modern approaches of apps development. It enables both backend developers and front-end developers with set of tools to achieve better and more from very simple and powerful set of tools.\n\n## Type Driven\nNawah has sophisticated workflow to handle types. It has the tools to convert types when needed. And, it has the process to reject wrong data types. This gives developers huge relieve and peace of mind when developing complicated apps that require type accuracy.\n\n## Advanced Users, Sessions and Privileges Control Out-of-the-Box\nApps development platforms and frameworks provide users and privileges control in various forms and levels. What makes Nawah approach unique and developer-friendly is the fact user-management has endless aspects, with the ability to extend it to your needs without a single edit on the original structure of Nawah. This means your app can always keep up-to-date with Nawah upstream, without compromising on your requirements for advanced user management options. All using simple tools that are available to all.\n\n## Multi-Environment Ready\nNawah gives the developers the ability to get started with single app that is having the ability to run the exact same app on different [environments](https://github.com/nawah-io/nawah_docs/blob/master/api-package.md#envs) without any custom configurations.\n\n## Test-Driven Development Out-of-the-Box\nThat's correct! You can now develop your app and [test](https://github.com/nawah-io/nawah_docs/blob/master/tests.md) it with minimal set of instructions in under 5 minutes.\n\n## Easy to Install, Upgrade and deploy\nNawah has simple workflow to [set it up](https://github.com/nawah-io/nawah_docs/blob/master/quick-start.md). Upgrading it is also as simple as pulling latest version of Nawah from this repository, as well as the latest version of the packages your app uses for its functionalities. Deploying is as a simple as creating a [Docker](https://www.docker.com) image using the provided `Dockerfile`.\n\n## Multi-language and Localisation-ready\nYes! No more dealing with custom handlers for multi-language apps. Your app is multi-language out-of-the-box. Not only this, but your app can keep adding locales and change them along the way. This is a paradise for developers working on global scale apps.\n\n## Cache-able Responses\nNawah Cache Workflow gives developers the power to cache queries without having a hassle. Simple instructions, and condition checkers and developers get apps with dynamic cache feature.\n\n## The Cron we All Like!\nNawah has Cron-like Jobs Workflow that allows developers to run background tasks using Cron timing expression. The jobs can be Nawah calls, or simple Python function that can be run for any purpose.\n\n## Analytics that just Work\nNawah offers module-level Analytics Workflow that allow you developers to insert sample instructions which generate `Analytic` docs which can be later used programmatically by other modules, or for handy data researches.\n\n# Docs Index\n> Nawah docs are available at [https://github.com/nawah-io/nawah_docs](https://github.com/nawah-io/nawah_docs).\n",
    "bugtrack_url": null,
    "license": "AGPLv3",
    "summary": "Nawah--Rapid, cloud-native app development framework",
    "version": "2.0b40",
    "project_urls": null,
    "split_keywords": [
        "development",
        " framework",
        " cloud-native",
        " test-driven development",
        " domain-driven design",
        " behavior-driven development",
        " event-driven architecture",
        " platform"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdd3e3d607b6a9c38a23aa3ed64d1cce122d2e69aa922fc5011ca69488b5c21d",
                "md5": "f2ebfd5d7d2c01e7b32f38496c96aa1d",
                "sha256": "047551ca7d6b1ef7be067976459ca3c43a6480eb47df1110e00e36cd14b56f56"
            },
            "downloads": -1,
            "filename": "nawah-2.0b40-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2ebfd5d7d2c01e7b32f38496c96aa1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 132641,
            "upload_time": "2024-08-28T10:30:36",
            "upload_time_iso_8601": "2024-08-28T10:30:36.374861Z",
            "url": "https://files.pythonhosted.org/packages/fd/d3/e3d607b6a9c38a23aa3ed64d1cce122d2e69aa922fc5011ca69488b5c21d/nawah-2.0b40-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8fdbc8d0278371342b7478175da7a04c9e2fb7e648cf224774a56f3e8b93494",
                "md5": "00119e4bdfce3e9141c74d3f809f799b",
                "sha256": "e5965e34cee209ead2102bfa5261a5b0438f3b756e325463bfecfd9da57260ef"
            },
            "downloads": -1,
            "filename": "nawah-2.0b40.tar.gz",
            "has_sig": false,
            "md5_digest": "00119e4bdfce3e9141c74d3f809f799b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 123357,
            "upload_time": "2024-08-28T10:30:38",
            "upload_time_iso_8601": "2024-08-28T10:30:38.753540Z",
            "url": "https://files.pythonhosted.org/packages/a8/fd/bc8d0278371342b7478175da7a04c9e2fb7e648cf224774a56f3e8b93494/nawah-2.0b40.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-28 10:30:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nawah"
}
        
Elapsed time: 3.67248s