lopl


Namelopl JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA programming language structured like JavaScript but uses the Python Virtual Machine to execute. The goal of the language was to better understand how languages are designed, but to also offer others insight as to what happens 'in the background'.
upload_time2023-08-07 21:30:22
maintainer
docs_urlNone
authorLeo Carten
requires_python>=3.5
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            LOPL stands for Leo's Own Programming Language and can be used to help visualize behind the scene functionality in your code. I created this programming language while reading Crafting Interpreters. It is a mix of C and JavaScript, but uses the Python Virtual Machine.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "lopl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Leo Carten",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a7/fd/12cc54e7497a2dd8ab7cc20959c007e286c3189ab1c2dcafdbe51671d81f/lopl-0.0.2.tar.gz",
    "platform": null,
    "description": "LOPL stands for Leo's Own Programming Language and can be used to help visualize behind the scene functionality in your code. I created this programming language while reading Crafting Interpreters. It is a mix of C and JavaScript, but uses the Python Virtual Machine.",
    "bugtrack_url": null,
    "license": "",
    "summary": "A programming language structured like JavaScript but uses the Python Virtual Machine to execute. The goal of the language was to better understand how languages are designed, but to also offer others insight as to what happens 'in the background'.",
    "version": "0.0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/leocarten/lopl",
        "Homepage": "https://github.com/leocarten/lopl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48e21fdeb6cfeb3a7d725b0d75e4f7a7dc31374aec6c2b51edc45a4060e0f662",
                "md5": "c7fc21269ed6fcf269199aae442d6ae6",
                "sha256": "5cc1a2148beebfe3d9e7694d8c36278ad3ab9e450aa5c9aae7badaac8bf4430f"
            },
            "downloads": -1,
            "filename": "lopl-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7fc21269ed6fcf269199aae442d6ae6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 4502,
            "upload_time": "2023-08-07T21:30:20",
            "upload_time_iso_8601": "2023-08-07T21:30:20.802547Z",
            "url": "https://files.pythonhosted.org/packages/48/e2/1fdeb6cfeb3a7d725b0d75e4f7a7dc31374aec6c2b51edc45a4060e0f662/lopl-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7fd12cc54e7497a2dd8ab7cc20959c007e286c3189ab1c2dcafdbe51671d81f",
                "md5": "4407c56aa8f1f2a1247684416b2e0b78",
                "sha256": "04f8d66479bb1d851d3ae72c68fc2c2461da3327df32318f2b0fe56747a104c1"
            },
            "downloads": -1,
            "filename": "lopl-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4407c56aa8f1f2a1247684416b2e0b78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 3833,
            "upload_time": "2023-08-07T21:30:22",
            "upload_time_iso_8601": "2023-08-07T21:30:22.331478Z",
            "url": "https://files.pythonhosted.org/packages/a7/fd/12cc54e7497a2dd8ab7cc20959c007e286c3189ab1c2dcafdbe51671d81f/lopl-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 21:30:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leocarten",
    "github_project": "lopl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lopl"
}
        
Elapsed time: 0.15627s