EC4py


NameEC4py JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryA package for data treatment of electrochemical data generated by EC4 DAQ.
upload_time2024-09-12 21:59:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.08
licenseMIT License Copyright (c) 2024 Gustav Wiberg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords ec4 nordic electorchemistry electorchemistry python tdms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The intenetion
---------------
This is a package to treat electrochemical data in order to extract key values such as ECSA and Tafel slopes. Specifically, its aim is to make the data analysis as quick and easy as possible. 



# Using EC4py

Get the stable version of EC4py from the Python package index with

```bash
pip install EC4py
```

A simple example
---------------
.. code:: python
    
    from EC4py import EC_Data

    data = EC_Data("FILE PATH")
    data.plot("E","i")

Features
--------

* Read TDMS files.
    ** Plot

*   Treats cyclic voltammetry(CV) data:
    * subtraction, addition
    * back ground subtraction 
    * Levich analysis
    * Koutechy-Levich analysis


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "EC4py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.08",
    "maintainer_email": "Gustav Wiberg <g.wiberg@nordicec.com>",
    "keywords": "EC4, Nordic Electorchemistry, electorchemistry, python, tdms",
    "author": null,
    "author_email": "Gustav Wiberg <g.wiberg@nordicec.com>",
    "download_url": "https://files.pythonhosted.org/packages/62/e9/b0dc282b61ecfb797fe24ea73aeb818db3b61041877c59c9645bf37f91ea/ec4py-0.4.1.tar.gz",
    "platform": null,
    "description": "The intenetion\n---------------\nThis is a package to treat electrochemical data in order to extract key values such as ECSA and Tafel slopes. Specifically, its aim is to make the data analysis as quick and easy as possible. \n\n\n\n# Using EC4py\n\nGet the stable version of EC4py from the Python package index with\n\n```bash\npip install EC4py\n```\n\nA simple example\n---------------\n.. code:: python\n    \n    from EC4py import EC_Data\n\n    data = EC_Data(\"FILE PATH\")\n    data.plot(\"E\",\"i\")\n\nFeatures\n--------\n\n* Read TDMS files.\n    ** Plot\n\n*   Treats cyclic voltammetry(CV) data:\n    * subtraction, addition\n    * back ground subtraction \n    * Levich analysis\n    * Koutechy-Levich analysis\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Gustav Wiberg  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A package for data treatment of electrochemical data generated by EC4 DAQ.",
    "version": "0.4.1",
    "project_urls": {
        "Changelog": "https://github.com/nordicec/EC4py",
        "Documentation": "https://nordicec.github.io/EC4py/",
        "Homepage": "https://nordicec.github.io/EC4py/",
        "Issues": "https://github.com/nordicec/EC4py",
        "Repository": "https://github.com/nordicec/EC4py"
    },
    "split_keywords": [
        "ec4",
        " nordic electorchemistry",
        " electorchemistry",
        " python",
        " tdms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "625cd4ff1c67cff2e752a78bba0beac2ea0a0077fee71a08f8cbcbcc9f4bea99",
                "md5": "16f6d7c874a154f0356e3093469f687e",
                "sha256": "3a97c4b1463d6c7c5d73eecc56b90cd50a72b939813310ffd29a0983255fd665"
            },
            "downloads": -1,
            "filename": "ec4py-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16f6d7c874a154f0356e3093469f687e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.08",
            "size": 26437,
            "upload_time": "2024-09-12T21:59:24",
            "upload_time_iso_8601": "2024-09-12T21:59:24.807983Z",
            "url": "https://files.pythonhosted.org/packages/62/5c/d4ff1c67cff2e752a78bba0beac2ea0a0077fee71a08f8cbcbcc9f4bea99/ec4py-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62e9b0dc282b61ecfb797fe24ea73aeb818db3b61041877c59c9645bf37f91ea",
                "md5": "413dde17199bd5377fa8e8b40c3e7763",
                "sha256": "1bbfa93ee54612394fec968a2fa4aa05229cf7c9f9e8a113076eb4f58ea2f541"
            },
            "downloads": -1,
            "filename": "ec4py-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "413dde17199bd5377fa8e8b40c3e7763",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.08",
            "size": 1971347,
            "upload_time": "2024-09-12T21:59:32",
            "upload_time_iso_8601": "2024-09-12T21:59:32.446751Z",
            "url": "https://files.pythonhosted.org/packages/62/e9/b0dc282b61ecfb797fe24ea73aeb818db3b61041877c59c9645bf37f91ea/ec4py-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-12 21:59:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nordicec",
    "github_project": "EC4py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ec4py"
}
        
Elapsed time: 0.32009s