labedf


Namelabedf JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/s-n-1-0/labedf.py
SummaryMerge the lab.js csv file and the edf file.
upload_time2023-06-25 15:45:03
maintainer
docs_urlNone
authorsn-10
requires_python
licenseMIT
keywords labjs lab.js
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # labedf.py
 Merge the lab.js csv file and the edf file.  
Finally, an EDF file is generated with lab.js annotations written.

## Installation
`
pip install labedf
`

# How to Use
```py
from labedf import merge_edf_csv
```

### lab.js csv + edf file → merged edf file
```py
merge_edf_csv("./xxx.edf","./labjs.csv","./export.edf")
```

#### Optional Arguments
+ https://github.com/s-n-1-0/labedf.py/blob/main/labedf/edf_csv.py


### Merged EDF File → HDF File, Merged SET File → HDF File
These functions were removed because they were not the original purpose of the library.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/s-n-1-0/labedf.py",
    "name": "labedf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "labjs,lab.js",
    "author": "sn-10",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/53/4e/521753101a3a9da95575e3317225586bf0208d9ac4e4d2cb37c802302090/labedf-2.0.0.tar.gz",
    "platform": null,
    "description": "# labedf.py\n Merge the lab.js csv file and the edf file.  \nFinally, an EDF file is generated with lab.js annotations written.\n\n## Installation\n`\npip install labedf\n`\n\n# How to Use\n```py\nfrom labedf import merge_edf_csv\n```\n\n### lab.js csv + edf file \u2192 merged edf file\n```py\nmerge_edf_csv(\"./xxx.edf\",\"./labjs.csv\",\"./export.edf\")\n```\n\n#### Optional Arguments\n+ https://github.com/s-n-1-0/labedf.py/blob/main/labedf/edf_csv.py\n\n\n### Merged EDF File \u2192 HDF File, Merged SET File \u2192 HDF File\nThese functions were removed because they were not the original purpose of the library.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Merge the lab.js csv file and the edf file.",
    "version": "2.0.0",
    "project_urls": {
        "Download": "https://github.com/s-n-1-0/labedf.py",
        "Homepage": "https://github.com/s-n-1-0/labedf.py"
    },
    "split_keywords": [
        "labjs",
        "lab.js"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54691b0b32f15180671c07fe13a82882cbb4c69a47248068284b6d52666fa075",
                "md5": "1391a284cd402d9cebfa4c434e3c4ffb",
                "sha256": "05d354c215bdcb04222211f81acdfcb6c1962c2ee641129f412eb2719d7ea03a"
            },
            "downloads": -1,
            "filename": "labedf-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1391a284cd402d9cebfa4c434e3c4ffb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4947,
            "upload_time": "2023-06-25T15:45:01",
            "upload_time_iso_8601": "2023-06-25T15:45:01.834401Z",
            "url": "https://files.pythonhosted.org/packages/54/69/1b0b32f15180671c07fe13a82882cbb4c69a47248068284b6d52666fa075/labedf-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "534e521753101a3a9da95575e3317225586bf0208d9ac4e4d2cb37c802302090",
                "md5": "790767fe1eb5c359f052c2727a4370fa",
                "sha256": "cf5744e8fd82170fd6177b174b380ce7b0ee2768e603e289540d72be28f8a3b6"
            },
            "downloads": -1,
            "filename": "labedf-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "790767fe1eb5c359f052c2727a4370fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4382,
            "upload_time": "2023-06-25T15:45:03",
            "upload_time_iso_8601": "2023-06-25T15:45:03.611539Z",
            "url": "https://files.pythonhosted.org/packages/53/4e/521753101a3a9da95575e3317225586bf0208d9ac4e4d2cb37c802302090/labedf-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-25 15:45:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "s-n-1-0",
    "github_project": "labedf.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "labedf"
}
        
Elapsed time: 0.09540s