lopl-package


Namelopl-package JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/leocarten/lopl
SummaryLOPL 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.
upload_time2023-08-07 22:47:28
maintainer
docs_urlNone
authorLeo Carten
requires_python
licenseMIT
keywords code visualizer bytecode
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/leocarten/lopl",
    "name": "lopl-package",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "code visualizer,bytecode",
    "author": "Leo Carten",
    "author_email": "lcarten14@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f5/36/a51e2acc82e9376cad662441a3888d4c8265a153a32b9d07d0fb68c0c8ff/lopl_package-0.1.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "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.",
    "version": "0.1",
    "project_urls": {
        "Download": "https://github.com/leocarten/lopl/archive/refs/tags/v_01.tar.gz",
        "Homepage": "https://github.com/leocarten/lopl"
    },
    "split_keywords": [
        "code visualizer",
        "bytecode"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f536a51e2acc82e9376cad662441a3888d4c8265a153a32b9d07d0fb68c0c8ff",
                "md5": "1a647762bb5459014fca274ad30435f1",
                "sha256": "76ec08f9cdf69411f7a998e6843bc163439ea81dd26609a9e6a1b13d7c9d56bb"
            },
            "downloads": -1,
            "filename": "lopl_package-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1a647762bb5459014fca274ad30435f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4849,
            "upload_time": "2023-08-07T22:47:28",
            "upload_time_iso_8601": "2023-08-07T22:47:28.440014Z",
            "url": "https://files.pythonhosted.org/packages/f5/36/a51e2acc82e9376cad662441a3888d4c8265a153a32b9d07d0fb68c0c8ff/lopl_package-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 22:47:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leocarten",
    "github_project": "lopl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lopl-package"
}
        
Elapsed time: 0.10936s