arnelify-router


Namearnelify-router JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://github.com/arnelify/arnelify-router-python
SummaryMinimalistic dynamic library which is a router written in C and C++.
upload_time2025-02-14 04:53:03
maintainerNone
docs_urlNone
authorArnelify
requires_pythonNone
licenseMIT
keywords arnelify arnelify-router-python arnelify-router
VCS
bugtrack_url
requirements cffi Nuitka setuptools wheel twine
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src="https://static.wikia.nocookie.net/arnelify/images/c/c8/Arnelify-logo-2024.png/revision/latest?cb=20240701012515" style="width:336px;" alt="Arnelify Logo" />

![Arnelify Router for Python](https://img.shields.io/badge/Arnelify%20Router%20for%20Python-0.7.1-yellow) ![C++](https://img.shields.io/badge/C++-2b-red) ![G++](https://img.shields.io/badge/G++-14.2.0-blue) ![Python](https://img.shields.io/badge/Python-3.11.2-blue) ![Nuitka](https://img.shields.io/badge/Nuitka-2.6.4-blue)

## ๐Ÿš€ About
**Arnelifyยฎ Router for Python** - is a minimalistic dynamic library which is a router written in C and C++.

## ๐Ÿ“‹ Minimal Requirements
> Important: It's strongly recommended to use in a container that has been built from the gcc v14.2.0 image.
* CPU: Apple M1 / Intel Core i7 / AMD Ryzen 7
* OS: Debian 11 / MacOS 15 / Windows 10 with <a href="https://learn.microsoft.com/en-us/windows/wsl/install">WSL2</a>.
* RAM: 4 GB

## ๐Ÿ“ฆ Installation
Installing via pip:
```
pip install arnelify-router
```
## ๐ŸŽ‰ Usage
Install dependencies:
```
make install
```
Compile library:
```
make build
```
Compile & Run test:
```
make test_nuitka
```
Run test:
```
make test
```
## ๐Ÿ“š Code Examples
Configure the C/C++ IntelliSense plugin for VSCode (optional).
```
Clang_format_fallback = Google
```

IncludePath for VSCode (optional):
```
"includePath": [
  "/opt/homebrew/Cellar/jsoncpp/1.9.6/include/json",
  "${workspaceFolder}/src/cpp",
  "${workspaceFolder}/src"
],
```
You can find code examples <a href="https://github.com/arnelify/arnelify-router-python/blob/main/tests/index.py">here</a>.

## โš–๏ธ MIT License
This software is licensed under the <a href="https://github.com/arnelify/arnelify-router-python/blob/main/LICENSE">MIT License</a>. The original author's name, logo, and the original name of the software must be included in all copies or substantial portions of the software.

## ๐Ÿ› ๏ธ Contributing
Join us to help improve this software, fix bugs or implement new functionality. Active participation will help keep the software up-to-date, reliable, and aligned with the needs of its users.

## โญ Release Notes
Version 0.7.1 - Minimalistic dynamic library

We are excited to introduce the Arnelify Router dynamic library for Python! Please note that this version is raw and still in active development.

Change log:

* Minimalistic dynamic library
* NodeJS (Bun) addon
* FFI Support

Please use this version with caution, as it may contain bugs and unfinished features. We are actively working on improving and expanding the router's capabilities, and we welcome your feedback and suggestions.

## ๐Ÿ”— Mentioned

* <a href="https://github.com/arnelify/arnelify-pod-cpp">Arnelify POD for C++</a>
* <a href="https://github.com/arnelify/arnelify-pod-python">Arnelify POD for Python</a>
* <a href="https://github.com/arnelify/arnelify-pod-node">Arnelify POD for NodeJS</a>
* <a href="https://github.com/arnelify/arnelify-react-native">Arnelify React Native</a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/arnelify/arnelify-router-python",
    "name": "arnelify-router",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "arnelify arnelify-router-python arnelify-router",
    "author": "Arnelify",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/82/dc/29158787368061b4237032ca3c3b670f747532139e1738abe164c7b08178/arnelify_router-0.7.1.tar.gz",
    "platform": null,
    "description": "<img src=\"https://static.wikia.nocookie.net/arnelify/images/c/c8/Arnelify-logo-2024.png/revision/latest?cb=20240701012515\" style=\"width:336px;\" alt=\"Arnelify Logo\" />\n\n![Arnelify Router for Python](https://img.shields.io/badge/Arnelify%20Router%20for%20Python-0.7.1-yellow) ![C++](https://img.shields.io/badge/C++-2b-red) ![G++](https://img.shields.io/badge/G++-14.2.0-blue) ![Python](https://img.shields.io/badge/Python-3.11.2-blue) ![Nuitka](https://img.shields.io/badge/Nuitka-2.6.4-blue)\n\n## \ud83d\ude80 About\n**Arnelify\u00ae Router for Python** - is a minimalistic dynamic library which is a router written in C and C++.\n\n## \ud83d\udccb Minimal Requirements\n> Important: It's strongly recommended to use in a container that has been built from the gcc v14.2.0 image.\n* CPU: Apple M1 / Intel Core i7 / AMD Ryzen 7\n* OS: Debian 11 / MacOS 15 / Windows 10 with <a href=\"https://learn.microsoft.com/en-us/windows/wsl/install\">WSL2</a>.\n* RAM: 4 GB\n\n## \ud83d\udce6 Installation\nInstalling via pip:\n```\npip install arnelify-router\n```\n## \ud83c\udf89 Usage\nInstall dependencies:\n```\nmake install\n```\nCompile library:\n```\nmake build\n```\nCompile & Run test:\n```\nmake test_nuitka\n```\nRun test:\n```\nmake test\n```\n## \ud83d\udcda Code Examples\nConfigure the C/C++ IntelliSense plugin for VSCode (optional).\n```\nClang_format_fallback = Google\n```\n\nIncludePath for VSCode (optional):\n```\n\"includePath\": [\n  \"/opt/homebrew/Cellar/jsoncpp/1.9.6/include/json\",\n  \"${workspaceFolder}/src/cpp\",\n  \"${workspaceFolder}/src\"\n],\n```\nYou can find code examples <a href=\"https://github.com/arnelify/arnelify-router-python/blob/main/tests/index.py\">here</a>.\n\n## \u2696\ufe0f MIT License\nThis software is licensed under the <a href=\"https://github.com/arnelify/arnelify-router-python/blob/main/LICENSE\">MIT License</a>. The original author's name, logo, and the original name of the software must be included in all copies or substantial portions of the software.\n\n## \ud83d\udee0\ufe0f Contributing\nJoin us to help improve this software, fix bugs or implement new functionality. Active participation will help keep the software up-to-date, reliable, and aligned with the needs of its users.\n\n## \u2b50 Release Notes\nVersion 0.7.1 - Minimalistic dynamic library\n\nWe are excited to introduce the Arnelify Router dynamic library for Python! Please note that this version is raw and still in active development.\n\nChange log:\n\n* Minimalistic dynamic library\n* NodeJS (Bun) addon\n* FFI Support\n\nPlease use this version with caution, as it may contain bugs and unfinished features. We are actively working on improving and expanding the router's capabilities, and we welcome your feedback and suggestions.\n\n## \ud83d\udd17 Mentioned\n\n* <a href=\"https://github.com/arnelify/arnelify-pod-cpp\">Arnelify POD for C++</a>\n* <a href=\"https://github.com/arnelify/arnelify-pod-python\">Arnelify POD for Python</a>\n* <a href=\"https://github.com/arnelify/arnelify-pod-node\">Arnelify POD for NodeJS</a>\n* <a href=\"https://github.com/arnelify/arnelify-react-native\">Arnelify React Native</a>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Minimalistic dynamic library which is a router written in C and C++.",
    "version": "0.7.1",
    "project_urls": {
        "Homepage": "https://github.com/arnelify/arnelify-router-python"
    },
    "split_keywords": [
        "arnelify",
        "arnelify-router-python",
        "arnelify-router"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a53bab47bd5c3f9b2996439d369eeca98d957fb131200c007a0f21f81d43576",
                "md5": "4693582a9f5d58b66dc25d16062bdc64",
                "sha256": "a02b4d2696e8c13ed01eef15c8cd40ffbde32a8449deb849d0d8087da5217cc8"
            },
            "downloads": -1,
            "filename": "arnelify_router-0.7.1-cp311-cp311-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4693582a9f5d58b66dc25d16062bdc64",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 363508,
            "upload_time": "2025-02-14T04:53:01",
            "upload_time_iso_8601": "2025-02-14T04:53:01.221015Z",
            "url": "https://files.pythonhosted.org/packages/3a/53/bab47bd5c3f9b2996439d369eeca98d957fb131200c007a0f21f81d43576/arnelify_router-0.7.1-cp311-cp311-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82dc29158787368061b4237032ca3c3b670f747532139e1738abe164c7b08178",
                "md5": "a20c7cc910cf86c0e5dd22af6d942b08",
                "sha256": "c053447dafaf4e5f5413b0050354ec4254ac9f0402a4b887a68b061a57844db8"
            },
            "downloads": -1,
            "filename": "arnelify_router-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a20c7cc910cf86c0e5dd22af6d942b08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10728,
            "upload_time": "2025-02-14T04:53:03",
            "upload_time_iso_8601": "2025-02-14T04:53:03.238377Z",
            "url": "https://files.pythonhosted.org/packages/82/dc/29158787368061b4237032ca3c3b670f747532139e1738abe164c7b08178/arnelify_router-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 04:53:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arnelify",
    "github_project": "arnelify-router-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "cffi",
            "specs": []
        },
        {
            "name": "Nuitka",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        }
    ],
    "lcname": "arnelify-router"
}
        
Elapsed time: 0.39242s