varphi-python


Namevarphi-python JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryAn implementation of a Varphi-to-Python compiler
upload_time2025-08-31 02:10:44
maintainerNone
docs_urlNone
authorHassan El-Sheikha
requires_python>=3.10
licenseBSD-3-Clause
keywords compiler turing-machine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Varphi-Python Compiler

An implementation of a compiler that translates Varphi to Python.

## Installation

```bash
pip install varphi-python
```

## Usage
```bash
varphi-python program.vp
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "varphi-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "compiler, turing-machine",
    "author": "Hassan El-Sheikha",
    "author_email": "hmelsheikha@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/a7/0ca9b1f1adefbdb2e6f9e8ee627cb35d36f57845d8c6654f54f08fdbba3a/varphi_python-1.1.0.tar.gz",
    "platform": null,
    "description": "# Varphi-Python Compiler\n\nAn implementation of a compiler that translates Varphi to Python.\n\n## Installation\n\n```bash\npip install varphi-python\n```\n\n## Usage\n```bash\nvarphi-python program.vp\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "An implementation of a Varphi-to-Python compiler",
    "version": "1.1.0",
    "project_urls": null,
    "split_keywords": [
        "compiler",
        " turing-machine"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd45e58dbb1798b4715892ab9ada9b48d730f86e6bd7956d6fbe408ce951585f",
                "md5": "b0b80deb031ed7353c5f3b2013344285",
                "sha256": "b82a5b7d117897b5a677a75db9c450d355273aea7f8208c31377b82d95ade9a2"
            },
            "downloads": -1,
            "filename": "varphi_python-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0b80deb031ed7353c5f3b2013344285",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6959,
            "upload_time": "2025-08-31T02:10:42",
            "upload_time_iso_8601": "2025-08-31T02:10:42.708608Z",
            "url": "https://files.pythonhosted.org/packages/bd/45/e58dbb1798b4715892ab9ada9b48d730f86e6bd7956d6fbe408ce951585f/varphi_python-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a5a70ca9b1f1adefbdb2e6f9e8ee627cb35d36f57845d8c6654f54f08fdbba3a",
                "md5": "0b4f399e7ec882dd9fe7eaf99dda3d80",
                "sha256": "eb8bc36d4d06d89e978abb2a3cabfffc33902251d632ee60b3b723fd5518fc35"
            },
            "downloads": -1,
            "filename": "varphi_python-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0b4f399e7ec882dd9fe7eaf99dda3d80",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5423,
            "upload_time": "2025-08-31T02:10:44",
            "upload_time_iso_8601": "2025-08-31T02:10:44.085438Z",
            "url": "https://files.pythonhosted.org/packages/a5/a7/0ca9b1f1adefbdb2e6f9e8ee627cb35d36f57845d8c6654f54f08fdbba3a/varphi_python-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-31 02:10:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "varphi-python"
}
        
Elapsed time: 2.05357s