klarfio


Nameklarfio JSON
Version 0.9.1 PyPI version JSON
download
home_pageNone
SummaryMinimalist python module to read and write klarf files
upload_time2024-06-11 16:24:02
maintainerNone
docs_urlNone
authorhadriman
requires_python>=3.7
licenseNone
keywords klarf defect wafer parser read write v1.8 v1.2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # klarfio
Minimalist python library to read and write Klarf v1.8 and v1.2 files. <br/>
This module is a pure python module, there are no dependencies.<br/>
The idea is that once the data is loaded, you can copy the defects data into a numpy array or a pandas dataframe.<br/>

The data of the klarf file is held in a nested dictionnary that follows closely the structure of the files.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "klarfio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "klarf, defect, wafer, parser, read, write, v1.8, v1.2",
    "author": "hadriman",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/72/37/045cf3305b33baf188daf7b146f439e31b2241779185916f9837cef76e6f/klarfio-0.9.1.tar.gz",
    "platform": null,
    "description": "# klarfio\r\nMinimalist python library to read and write Klarf v1.8 and v1.2 files. <br/>\r\nThis module is a pure python module, there are no dependencies.<br/>\r\nThe idea is that once the data is loaded, you can copy the defects data into a numpy array or a pandas dataframe.<br/>\r\n\r\nThe data of the klarf file is held in a nested dictionnary that follows closely the structure of the files.\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Minimalist python module to read and write klarf files",
    "version": "0.9.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/hadriman/klarfio/issues",
        "Homepage": "https://github.com/hadriman/klarfio"
    },
    "split_keywords": [
        "klarf",
        " defect",
        " wafer",
        " parser",
        " read",
        " write",
        " v1.8",
        " v1.2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b697ab61b9492aa6c9f165b0292bd78ed2be4b52aa5cd18be0ff1e0412c28b8",
                "md5": "7c1c2a6c9ec3ef56cbda014f1d769dab",
                "sha256": "44b42779ee99dc4137273f21684d41e912188a7499e153ddd6fcf327f4dbcc09"
            },
            "downloads": -1,
            "filename": "klarfio-0.9.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7c1c2a6c9ec3ef56cbda014f1d769dab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 23304,
            "upload_time": "2024-06-11T16:24:00",
            "upload_time_iso_8601": "2024-06-11T16:24:00.419494Z",
            "url": "https://files.pythonhosted.org/packages/8b/69/7ab61b9492aa6c9f165b0292bd78ed2be4b52aa5cd18be0ff1e0412c28b8/klarfio-0.9.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7237045cf3305b33baf188daf7b146f439e31b2241779185916f9837cef76e6f",
                "md5": "265186ae16f6f004440c1cdaf7af5fd5",
                "sha256": "4c8acf82ee8cf616ad0fd06c77794e8efc170838b7a10dee2a4e4bebd95cdf69"
            },
            "downloads": -1,
            "filename": "klarfio-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "265186ae16f6f004440c1cdaf7af5fd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 23167,
            "upload_time": "2024-06-11T16:24:02",
            "upload_time_iso_8601": "2024-06-11T16:24:02.043266Z",
            "url": "https://files.pythonhosted.org/packages/72/37/045cf3305b33baf188daf7b146f439e31b2241779185916f9837cef76e6f/klarfio-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 16:24:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hadriman",
    "github_project": "klarfio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "klarfio"
}
        
Elapsed time: 1.48659s