rcheck


Namercheck JSON
Version 0.0.10 PyPI version JSON
download
home_pagehttps://www.github.com/alrudolph/rcheck
SummaryRuntime type checking
upload_time2024-01-28 23:17:01
maintainer
docs_urlNone
authorAlex Rudolph
requires_python>=3.11,<4.0
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `rcheck`

Runtime type checking.

```py
from rcheck import r

package_name = "rcheck"
package_name = r.check_str("package_name", package_name)
print(package_name)  # "rcheck"
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.github.com/alrudolph/rcheck",
    "name": "rcheck",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Alex Rudolph",
    "author_email": "alex3rudolph@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a6/ec/42144e0a93f5fea7bf547e2f90479a0605bd85ba6976cf00dd8588717d61/rcheck-0.0.10.tar.gz",
    "platform": null,
    "description": "# `rcheck`\n\nRuntime type checking.\n\n```py\nfrom rcheck import r\n\npackage_name = \"rcheck\"\npackage_name = r.check_str(\"package_name\", package_name)\nprint(package_name)  # \"rcheck\"\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Runtime type checking",
    "version": "0.0.10",
    "project_urls": {
        "Homepage": "https://www.github.com/alrudolph/rcheck",
        "Repository": "https://www.github.com/alrudolph/rcheck"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3c79ce9554aae72274ca3b1191f97c4822ebf682e76d6ba33d04addf64e5b50",
                "md5": "deac335c58d42e918f2ebc9aaeefc93e",
                "sha256": "dd35fe9585186a130aa76b0212c5920c31968be7811194517b9e67026d4e3d10"
            },
            "downloads": -1,
            "filename": "rcheck-0.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "deac335c58d42e918f2ebc9aaeefc93e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 15574,
            "upload_time": "2024-01-28T23:17:00",
            "upload_time_iso_8601": "2024-01-28T23:17:00.456828Z",
            "url": "https://files.pythonhosted.org/packages/d3/c7/9ce9554aae72274ca3b1191f97c4822ebf682e76d6ba33d04addf64e5b50/rcheck-0.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6ec42144e0a93f5fea7bf547e2f90479a0605bd85ba6976cf00dd8588717d61",
                "md5": "03dc6cd75aafdcd342a37bbd0ff0fe70",
                "sha256": "3823610263638310974b540675a870c55fe968a39a5501d6467e9de873ef6f27"
            },
            "downloads": -1,
            "filename": "rcheck-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "03dc6cd75aafdcd342a37bbd0ff0fe70",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 12978,
            "upload_time": "2024-01-28T23:17:01",
            "upload_time_iso_8601": "2024-01-28T23:17:01.555383Z",
            "url": "https://files.pythonhosted.org/packages/a6/ec/42144e0a93f5fea7bf547e2f90479a0605bd85ba6976cf00dd8588717d61/rcheck-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 23:17:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alrudolph",
    "github_project": "rcheck",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rcheck"
}
        
Elapsed time: 0.87345s