pycoff


Namepycoff JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/leafvmaple/pycoff
SummaryCOFF(ELF on Linux, PE on Windows) parser
upload_time2023-09-20 04:54:16
maintainer
docs_urlNone
authorZohar Lee
requires_python
licenseBSD License
keywords coff elf pe pycoff
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pycoff

This is a Python package that can parse `COFF(ELF on Linux, PE on Windows)`.

## Install

Binary installers for the latest released version are available at the `Pypi`.

```
python -m pip install --upgrade pycoff
```

## License

[BSD](https://github.com/leafvmaple/pycoff/blob/main/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/leafvmaple/pycoff",
    "name": "pycoff",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "coff,elf,pe,pycoff",
    "author": "Zohar Lee",
    "author_email": "leafvmaple@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/8b/6d26adbc26f2a84df1f96965763527539c8373f345bfdb40e3f3e44ebbdb/pycoff-1.0.1.tar.gz",
    "platform": "any",
    "description": "# pycoff\r\n\r\nThis is a Python package that can parse `COFF(ELF on Linux, PE on Windows)`.\r\n\r\n## Install\r\n\r\nBinary installers for the latest released version are available at the `Pypi`.\r\n\r\n```\r\npython -m pip install --upgrade pycoff\r\n```\r\n\r\n## License\r\n\r\n[BSD](https://github.com/leafvmaple/pycoff/blob/main/LICENSE)\r\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "COFF(ELF on Linux, PE on Windows) parser",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/leafvmaple/pycoff"
    },
    "split_keywords": [
        "coff",
        "elf",
        "pe",
        "pycoff"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e6976f44a7633c8c3a590eaaec5f33c3f853baa877ce1664937f2562af22d98",
                "md5": "07e4fd1fcafa4d50e18d64c1b911f130",
                "sha256": "0f61917fba15e9ed613f729d226f682773dfbd3b907371df3f09195b84bc42fd"
            },
            "downloads": -1,
            "filename": "pycoff-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "07e4fd1fcafa4d50e18d64c1b911f130",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18854,
            "upload_time": "2023-09-20T04:54:14",
            "upload_time_iso_8601": "2023-09-20T04:54:14.727178Z",
            "url": "https://files.pythonhosted.org/packages/5e/69/76f44a7633c8c3a590eaaec5f33c3f853baa877ce1664937f2562af22d98/pycoff-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc8b6d26adbc26f2a84df1f96965763527539c8373f345bfdb40e3f3e44ebbdb",
                "md5": "08431daf4e6880b585cf7fda0a353fa2",
                "sha256": "a875b4e6abd180e7a0f0e6ee0340795d81d008570686e890acd8574bf81a9d42"
            },
            "downloads": -1,
            "filename": "pycoff-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "08431daf4e6880b585cf7fda0a353fa2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14317,
            "upload_time": "2023-09-20T04:54:16",
            "upload_time_iso_8601": "2023-09-20T04:54:16.617632Z",
            "url": "https://files.pythonhosted.org/packages/cc/8b/6d26adbc26f2a84df1f96965763527539c8373f345bfdb40e3f3e44ebbdb/pycoff-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 04:54:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leafvmaple",
    "github_project": "pycoff",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pycoff"
}
        
Elapsed time: 0.13070s