pycnite


Namepycnite JSON
Version 2023.10.11 PyPI version JSON
download
home_page
SummaryPython bytecode utilities
upload_time2023-10-12 01:21:49
maintainerGoogle LLC
docs_urlNone
author
requires_python>=3.8
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A collection of utilities for working with compiled Python bytecode.

This library adds pure Python, versioned parsers for the .pyc format, allowing
tools that work with bytecode to have different host and target Python versions.

Currently supported target versions: 3.8, 3.9, 3.10 and 3.11

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pycnite",
    "maintainer": "Google LLC",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "mdemello@google.com",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d0/0b/9ff8741c92924e7e54327d24bc2c1300ad2fa86701aedfe1519acc70e323/pycnite-2023.10.11.tar.gz",
    "platform": null,
    "description": "A collection of utilities for working with compiled Python bytecode.\n\nThis library adds pure Python, versioned parsers for the .pyc format, allowing\ntools that work with bytecode to have different host and target Python versions.\n\nCurrently supported target versions: 3.8, 3.9, 3.10 and 3.11\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Python bytecode utilities",
    "version": "2023.10.11",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6067620eef7d67ce506f737785e7ba2fc75068061a8376cace40361ef9c29e9c",
                "md5": "601ea761c5c25ca1493b24ae49c666b6",
                "sha256": "7d02eb0ec4b405d8812ce053434dacfc2335dcd458ab58a1a8bf64f72d40bd76"
            },
            "downloads": -1,
            "filename": "pycnite-2023.10.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "601ea761c5c25ca1493b24ae49c666b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21755,
            "upload_time": "2023-10-12T01:21:47",
            "upload_time_iso_8601": "2023-10-12T01:21:47.838852Z",
            "url": "https://files.pythonhosted.org/packages/60/67/620eef7d67ce506f737785e7ba2fc75068061a8376cace40361ef9c29e9c/pycnite-2023.10.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d00b9ff8741c92924e7e54327d24bc2c1300ad2fa86701aedfe1519acc70e323",
                "md5": "d97c98aa9db1ced893064d868a56ecf0",
                "sha256": "ad8616982beecc39f2090999aa8fe0b044b1f6733ec39484cb5e0900b3c88aa1"
            },
            "downloads": -1,
            "filename": "pycnite-2023.10.11.tar.gz",
            "has_sig": false,
            "md5_digest": "d97c98aa9db1ced893064d868a56ecf0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21717,
            "upload_time": "2023-10-12T01:21:49",
            "upload_time_iso_8601": "2023-10-12T01:21:49.087641Z",
            "url": "https://files.pythonhosted.org/packages/d0/0b/9ff8741c92924e7e54327d24bc2c1300ad2fa86701aedfe1519acc70e323/pycnite-2023.10.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 01:21:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pycnite"
}
        
Elapsed time: 0.13403s