bi-lang


Namebi-lang JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/roypery2010/bi-lang
SummaryPython interpreter for Tsoding's B language
upload_time2025-07-13 04:41:23
maintainerNone
docs_urlNone
authorRoy Perry
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bi-lang

Python interpreter for the B language by Tsoding.

Usage:
```bash
pip install my-bi
my-bi examples/hello.bi
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/roypery2010/bi-lang",
    "name": "bi-lang",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Roy Perry",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/98/49/54fe529b528fa0f801c8d274fcbd8bf19b50bec07c53547dbd5055dad77f/bi_lang-0.1.4.tar.gz",
    "platform": null,
    "description": "# bi-lang\n\nPython interpreter for the B language by Tsoding.\n\nUsage:\n```bash\npip install my-bi\nmy-bi examples/hello.bi\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python interpreter for Tsoding's B language",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/roypery2010/bi-lang"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4636562a43c5595f96eef83681df46a44be40bc9c355a246485100d1b37b9099",
                "md5": "fb91adc50c555d2dfc9575d6a29604cf",
                "sha256": "acf32ad5115192fa6edc00ea6e654657cbec3c01c0f29f6e7aa615c29110683b"
            },
            "downloads": -1,
            "filename": "bi_lang-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb91adc50c555d2dfc9575d6a29604cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5830,
            "upload_time": "2025-07-13T04:41:22",
            "upload_time_iso_8601": "2025-07-13T04:41:22.648741Z",
            "url": "https://files.pythonhosted.org/packages/46/36/562a43c5595f96eef83681df46a44be40bc9c355a246485100d1b37b9099/bi_lang-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "984954fe529b528fa0f801c8d274fcbd8bf19b50bec07c53547dbd5055dad77f",
                "md5": "166052bcce5f01498687fd43fd8e20ee",
                "sha256": "e487a9cac52da5f2cf8089516d152039c8fd6c1ad33c2c21dfaa4dde5d226458"
            },
            "downloads": -1,
            "filename": "bi_lang-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "166052bcce5f01498687fd43fd8e20ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5260,
            "upload_time": "2025-07-13T04:41:23",
            "upload_time_iso_8601": "2025-07-13T04:41:23.867946Z",
            "url": "https://files.pythonhosted.org/packages/98/49/54fe529b528fa0f801c8d274fcbd8bf19b50bec07c53547dbd5055dad77f/bi_lang-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 04:41:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "roypery2010",
    "github_project": "bi-lang",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bi-lang"
}
        
Elapsed time: 1.48108s