nether


Namenether JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA Python framework for building concurrent and distributed applications
upload_time2025-10-26 16:59:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.14
licenseNone
keywords actors agents concurrent distributed framework messaging services
VCS
bugtrack_url
requirements ruff mypy radon pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nether

> **Package name reserved - Framework under development**

A Python framework for building concurrent and distributed applications.

## Status

🚧 **Under Development** - This is a placeholder package to reserve the name "nether" on PyPI.

The actual framework is currently being developed and is not ready for production use.

## About

Nether will be a modern Python framework for:

- **Concurrent programming** with actor-based architecture
- **Distributed systems** with message-passing
- **Scalable applications** with built-in resilience

## Repository

Visit [github.com/ariuna-systems/nether](https://github.com/ariuna-systems/nether) for development updates.

## Installation

**Do not install** - This package contains only placeholder code.

---

*This package reserves the "nether" name. The actual framework implementation is in progress.*

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nether",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.14",
    "maintainer_email": "David Landa <david.landa@proton.me>",
    "keywords": "actors, agents, concurrent, distributed, framework, messaging, services",
    "author": null,
    "author_email": "David Landa <david.landa@proton.me>",
    "download_url": "https://files.pythonhosted.org/packages/f3/f2/f8b10e087020d85a8733bdaaa1077b340c348a71c8a59299416a1a13d0f5/nether-0.0.1.tar.gz",
    "platform": null,
    "description": "# Nether\r\n\r\n> **Package name reserved - Framework under development**\r\n\r\nA Python framework for building concurrent and distributed applications.\r\n\r\n## Status\r\n\r\n\ud83d\udea7 **Under Development** - This is a placeholder package to reserve the name \"nether\" on PyPI.\r\n\r\nThe actual framework is currently being developed and is not ready for production use.\r\n\r\n## About\r\n\r\nNether will be a modern Python framework for:\r\n\r\n- **Concurrent programming** with actor-based architecture\r\n- **Distributed systems** with message-passing\r\n- **Scalable applications** with built-in resilience\r\n\r\n## Repository\r\n\r\nVisit [github.com/ariuna-systems/nether](https://github.com/ariuna-systems/nether) for development updates.\r\n\r\n## Installation\r\n\r\n**Do not install** - This package contains only placeholder code.\r\n\r\n---\r\n\r\n*This package reserves the \"nether\" name. The actual framework implementation is in progress.*\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python framework for building concurrent and distributed applications",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/ariuna-systems/nether/issues",
        "Documentation": "https://github.com/ariuna-systems/nether/docs",
        "Homepage": "https://github.com/ariuna-systems/nether",
        "Repository": "https://github.com/ariuna-systems/nether"
    },
    "split_keywords": [
        "actors",
        " agents",
        " concurrent",
        " distributed",
        " framework",
        " messaging",
        " services"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f37d4913e4737b591c5e1e4c0bdcc32ca787eb3678723ca9a3427435fecc9544",
                "md5": "13dadb300e5808d0c5cc582b413bfcb7",
                "sha256": "1058edb64061efdba7462776fc58954ca45c45a29c7c4aed553d809a58d361b4"
            },
            "downloads": -1,
            "filename": "nether-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13dadb300e5808d0c5cc582b413bfcb7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.14",
            "size": 3022,
            "upload_time": "2025-10-26T16:59:41",
            "upload_time_iso_8601": "2025-10-26T16:59:41.677298Z",
            "url": "https://files.pythonhosted.org/packages/f3/7d/4913e4737b591c5e1e4c0bdcc32ca787eb3678723ca9a3427435fecc9544/nether-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f3f2f8b10e087020d85a8733bdaaa1077b340c348a71c8a59299416a1a13d0f5",
                "md5": "338407a4b53a315da5f8515ae0dd3567",
                "sha256": "42ebad06cc4138d96273ae5e931a391b056de00ac29f0abffb0b97b6eada6107"
            },
            "downloads": -1,
            "filename": "nether-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "338407a4b53a315da5f8515ae0dd3567",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.14",
            "size": 2848,
            "upload_time": "2025-10-26T16:59:42",
            "upload_time_iso_8601": "2025-10-26T16:59:42.717271Z",
            "url": "https://files.pythonhosted.org/packages/f3/f2/f8b10e087020d85a8733bdaaa1077b340c348a71c8a59299416a1a13d0f5/nether-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-26 16:59:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ariuna-systems",
    "github_project": "nether",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ruff",
            "specs": []
        },
        {
            "name": "mypy",
            "specs": []
        },
        {
            "name": "radon",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "nether"
}
        
Elapsed time: 2.26216s