voidsafe


Namevoidsafe JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/gus-caribe/voidsafe
SummaryA null-safe-like approach to Python programming language.
upload_time2024-03-17 23:27:32
maintainer
docs_urlNone
authorGustavo Cardoso Ribeiro
requires_python
licenseMIT
keywords voidsafe nullsafe none-aware python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
        `VoidSafe` is a package that brings a '_null-safe-like_' approach to Python3-written 
        scripts and applications. It provides software developers with resources to apply 
        `void-safety` principles to their codebase, allowing `safe` operations to be performed 
        on `Potentially Unsafe Instances [2.1]` , which helps assuring that your software will 
        be able to handle many `memory-access` problems at runtime.
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gus-caribe/voidsafe",
    "name": "voidsafe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "voidsafe,nullsafe,none-aware,python",
    "author": "Gustavo Cardoso Ribeiro",
    "author_email": "gustavocaribe@caribesphaneron.com",
    "download_url": "https://files.pythonhosted.org/packages/9b/8d/018022767fd8e6308d209977854a5021575b447d7ee4e425c9e908c9a45e/voidsafe-0.2.0.tar.gz",
    "platform": null,
    "description": "\r\n        `VoidSafe` is a package that brings a '_null-safe-like_' approach to Python3-written \r\n        scripts and applications. It provides software developers with resources to apply \r\n        `void-safety` principles to their codebase, allowing `safe` operations to be performed \r\n        on `Potentially Unsafe Instances [2.1]` , which helps assuring that your software will \r\n        be able to handle many `memory-access` problems at runtime.\r\n    \r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A null-safe-like approach to Python programming language.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/gus-caribe/voidsafe"
    },
    "split_keywords": [
        "voidsafe",
        "nullsafe",
        "none-aware",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b8d018022767fd8e6308d209977854a5021575b447d7ee4e425c9e908c9a45e",
                "md5": "317222479e453aeff415fdb3e17774e1",
                "sha256": "9ab31bf361159c6e07f3ea6f36073f41ff465e508dc164553b407dd60afd0a8b"
            },
            "downloads": -1,
            "filename": "voidsafe-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "317222479e453aeff415fdb3e17774e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13972,
            "upload_time": "2024-03-17T23:27:32",
            "upload_time_iso_8601": "2024-03-17T23:27:32.576569Z",
            "url": "https://files.pythonhosted.org/packages/9b/8d/018022767fd8e6308d209977854a5021575b447d7ee4e425c9e908c9a45e/voidsafe-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-17 23:27:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gus-caribe",
    "github_project": "voidsafe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "voidsafe"
}
        
Elapsed time: 0.19933s