joulescope


Namejoulescope JSON
Version 1.1.13 PyPI version JSON
download
home_pagehttps://joulescope.readthedocs.io
SummaryJoulescopeā„¢ host driver and utilities
upload_time2024-03-15 18:32:30
maintainer
docs_urlNone
authorJetperch LLC
requires_python~=3.9
licenseApache 2.0
keywords joulescope driver
VCS
bugtrack_url
requirements check-manifest coverage Cython numpy psutil pyjls pyjoulescope_driver pymonocypher pywin32 python-dateutil wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# ![Joulescope](https://download.joulescope.com/press/joulescope_logo-PNG-Transparent-Exact-Small.png "Joulescope Logo")

[![Packaging](https://github.com/jetperch/pyjoulescope/actions/workflows/packaging.yml/badge.svg)](https://github.com/jetperch/pyjoulescope/actions/workflows/packaging.yml)
[![Docs Status](https://readthedocs.org/projects/joulescope/badge/?version=latest)](https://joulescope.readthedocs.io/)

Welcome to the Joulescopeā„¢ python driver!  
[Joulescope](https://www.joulescope.com) is an affordable, precision DC energy 
analyzer that enables you to build better products. 

This pyjoulescope python package enables you to
automate Joulescope operation and easily measure current, voltage, power and
energy within your own Python programs.
With the Joulescope driver, controlling your Joulescope is easy.  The following
example captures 0.1 seconds of data and then prints the average current
and voltage:

    import joulescope
    import numpy as np
    with joulescope.scan_require_one(config='auto') as js:
        data = js.read(contiguous_duration=0.1)
    current, voltage = np.mean(data, axis=0, dtype=np.float64)
    print(f'{current} A, {voltage} V')

This package also installs the "joulescope" command line tool:

    joulescope --help

Most Joulescope users will run the graphical user interface which is in the 
[pyjoulescope_ui](https://github.com/jetperch/pyjoulescope_ui) package and
available for [download](https://www.joulescope.com/download).


## Documentation

Visit the [documentation](https://joulescope.readthedocs.io) for details on
installing and using this joulescope package.


## License

All pyjoulescope code is released under the permissive Apache 2.0 license.
See the [License File](LICENSE.txt) for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://joulescope.readthedocs.io",
    "name": "joulescope",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.9",
    "maintainer_email": "",
    "keywords": "joulescope driver",
    "author": "Jetperch LLC",
    "author_email": "joulescope-dev@jetperch.com",
    "download_url": "https://files.pythonhosted.org/packages/04/49/354fba4ab7f94cd32244a6da547fc8b620399a8e8b6aee47d822fd759403/joulescope-1.1.13.tar.gz",
    "platform": null,
    "description": "\n# ![Joulescope](https://download.joulescope.com/press/joulescope_logo-PNG-Transparent-Exact-Small.png \"Joulescope Logo\")\n\n[![Packaging](https://github.com/jetperch/pyjoulescope/actions/workflows/packaging.yml/badge.svg)](https://github.com/jetperch/pyjoulescope/actions/workflows/packaging.yml)\n[![Docs Status](https://readthedocs.org/projects/joulescope/badge/?version=latest)](https://joulescope.readthedocs.io/)\n\nWelcome to the Joulescope\u2122 python driver!  \n[Joulescope](https://www.joulescope.com) is an affordable, precision DC energy \nanalyzer that enables you to build better products. \n\nThis pyjoulescope python package enables you to\nautomate Joulescope operation and easily measure current, voltage, power and\nenergy within your own Python programs.\nWith the Joulescope driver, controlling your Joulescope is easy.  The following\nexample captures 0.1 seconds of data and then prints the average current\nand voltage:\n\n    import joulescope\n    import numpy as np\n    with joulescope.scan_require_one(config='auto') as js:\n        data = js.read(contiguous_duration=0.1)\n    current, voltage = np.mean(data, axis=0, dtype=np.float64)\n    print(f'{current} A, {voltage} V')\n\nThis package also installs the \"joulescope\" command line tool:\n\n    joulescope --help\n\nMost Joulescope users will run the graphical user interface which is in the \n[pyjoulescope_ui](https://github.com/jetperch/pyjoulescope_ui) package and\navailable for [download](https://www.joulescope.com/download).\n\n\n## Documentation\n\nVisit the [documentation](https://joulescope.readthedocs.io) for details on\ninstalling and using this joulescope package.\n\n\n## License\n\nAll pyjoulescope code is released under the permissive Apache 2.0 license.\nSee the [License File](LICENSE.txt) for details.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Joulescope\u2122 host driver and utilities",
    "version": "1.1.13",
    "project_urls": {
        "Bug Reports": "https://github.com/jetperch/pyjoulescope/issues",
        "Funding": "https://www.joulescope.com",
        "Homepage": "https://joulescope.readthedocs.io",
        "Source": "https://github.com/jetperch/pyjoulescope/",
        "Twitter": "https://twitter.com/joulescope"
    },
    "split_keywords": [
        "joulescope",
        "driver"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f4f665c992dd59e56daf3adb82364a8bfe5f1063cc62b7d21ea21a33f7bb308",
                "md5": "938035670a111055186741e2f875de36",
                "sha256": "25aead4c99914e40b3e0f71764e3cebe36569d17b3fadc8c56c8c40a17d57f89"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "938035670a111055186741e2f875de36",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.9",
            "size": 1866925,
            "upload_time": "2024-03-15T18:32:06",
            "upload_time_iso_8601": "2024-03-15T18:32:06.187180Z",
            "url": "https://files.pythonhosted.org/packages/5f/4f/665c992dd59e56daf3adb82364a8bfe5f1063cc62b7d21ea21a33f7bb308/joulescope-1.1.13-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "454aa66ab991386d84b4c8bcd9479628020dbf284fd77a0ec9af993c135f2d99",
                "md5": "8d462b7f75ac55c1fe9f22f7539c7fff",
                "sha256": "203c870f52fa384f10b86b4bf76bd747efb6134890dafe1e999dd07e86460039"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d462b7f75ac55c1fe9f22f7539c7fff",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.9",
            "size": 3513016,
            "upload_time": "2024-03-15T18:32:08",
            "upload_time_iso_8601": "2024-03-15T18:32:08.089730Z",
            "url": "https://files.pythonhosted.org/packages/45/4a/a66ab991386d84b4c8bcd9479628020dbf284fd77a0ec9af993c135f2d99/joulescope-1.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c49752befe35e383ee5dfa438f40ed1aa98bfef1abaaab1a6dee533a01e709e9",
                "md5": "16e894c7af0e2dabb3a6106b0e71512b",
                "sha256": "7f64ae5e8f61af0fbb842bff31fa20679945c96c3369c09f78fdd7277a8caf42"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "16e894c7af0e2dabb3a6106b0e71512b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "~=3.9",
            "size": 1342162,
            "upload_time": "2024-03-15T18:32:10",
            "upload_time_iso_8601": "2024-03-15T18:32:10.109270Z",
            "url": "https://files.pythonhosted.org/packages/c4/97/52befe35e383ee5dfa438f40ed1aa98bfef1abaaab1a6dee533a01e709e9/joulescope-1.1.13-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec2e2664d5a0bc324534d4fd654d6b5b2f87e1d2384c13b8320c62c8794c28c6",
                "md5": "b27c21400b98102ae4bbb5b16a818d6e",
                "sha256": "ff7ac6d4cc95274ef94e7b9df6d85af0fbd1fa01dbb8cf9d45042e0f397236fc"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "b27c21400b98102ae4bbb5b16a818d6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.9",
            "size": 1869993,
            "upload_time": "2024-03-15T18:32:11",
            "upload_time_iso_8601": "2024-03-15T18:32:11.913138Z",
            "url": "https://files.pythonhosted.org/packages/ec/2e/2664d5a0bc324534d4fd654d6b5b2f87e1d2384c13b8320c62c8794c28c6/joulescope-1.1.13-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cc0c43149cf993adce36eac519b5e6fc0318ad134facc1b25e55c018a6181c2",
                "md5": "f4b96e9cbd4fd9e48071b880a2cb7d91",
                "sha256": "007d1421ae9fb5e4324bf6bbf3fabbc1ab31cc80fe1cbe6d91a0b4f34768cd81"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4b96e9cbd4fd9e48071b880a2cb7d91",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.9",
            "size": 3718870,
            "upload_time": "2024-03-15T18:32:13",
            "upload_time_iso_8601": "2024-03-15T18:32:13.953345Z",
            "url": "https://files.pythonhosted.org/packages/4c/c0/c43149cf993adce36eac519b5e6fc0318ad134facc1b25e55c018a6181c2/joulescope-1.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8076d4ebc976c3bc82fe9cc4f69ce584640aa2563c263977fdaf7112459ca3e4",
                "md5": "7e444c489a14b6d6f66cfee0fe755c3d",
                "sha256": "9af9e2164a045a19977a35bb91d53ac3cc14637e0f1f67cf3ab11c98d8c2f5d1"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7e444c489a14b6d6f66cfee0fe755c3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "~=3.9",
            "size": 1342506,
            "upload_time": "2024-03-15T18:32:16",
            "upload_time_iso_8601": "2024-03-15T18:32:16.762309Z",
            "url": "https://files.pythonhosted.org/packages/80/76/d4ebc976c3bc82fe9cc4f69ce584640aa2563c263977fdaf7112459ca3e4/joulescope-1.1.13-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ad9fc85b7622d9ef2ec7e65b06e37883cc825e1d6cd1511a72764e2fdc6c85a",
                "md5": "95aed5250c59cf615f25136af96911c3",
                "sha256": "65a88f5f33f62b325c9ffeb023c82b52dcd00c2eec32ebcac415d8dd1f22bd15"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "95aed5250c59cf615f25136af96911c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.9",
            "size": 1865677,
            "upload_time": "2024-03-15T18:32:19",
            "upload_time_iso_8601": "2024-03-15T18:32:19.517006Z",
            "url": "https://files.pythonhosted.org/packages/6a/d9/fc85b7622d9ef2ec7e65b06e37883cc825e1d6cd1511a72764e2fdc6c85a/joulescope-1.1.13-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a15f3e74df08762f224dd86701ad4e2b29653c3e118e7fe4fd015fcd2660502",
                "md5": "fe5592c0bcc47ba808aa9a24761cd4d7",
                "sha256": "5ea3ce704c9f7cb97c924acae00962f767968b92fbaa907ff4fc0c964711686a"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe5592c0bcc47ba808aa9a24761cd4d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.9",
            "size": 3707893,
            "upload_time": "2024-03-15T18:32:21",
            "upload_time_iso_8601": "2024-03-15T18:32:21.021028Z",
            "url": "https://files.pythonhosted.org/packages/4a/15/f3e74df08762f224dd86701ad4e2b29653c3e118e7fe4fd015fcd2660502/joulescope-1.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1052900e34989dc0c57473e53b9215aa00f13c6a8cd9e9842e945dee72595e44",
                "md5": "d7cd28c3570d765e89351d1a5d1d314a",
                "sha256": "9f9cc870781d087f145762e4bde0934978c5a093fd3711adb182c417919f23fc"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d7cd28c3570d765e89351d1a5d1d314a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "~=3.9",
            "size": 1338706,
            "upload_time": "2024-03-15T18:32:22",
            "upload_time_iso_8601": "2024-03-15T18:32:22.622834Z",
            "url": "https://files.pythonhosted.org/packages/10/52/900e34989dc0c57473e53b9215aa00f13c6a8cd9e9842e945dee72595e44/joulescope-1.1.13-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19056401297ee5949dc9a77a675c7a375a62a48291a0afbba196361f8f27323c",
                "md5": "cfc769cd344ceaa0dc5aad8bac0a5a7b",
                "sha256": "7911e8fd1fc5a433ca43e89e77d9ef911e55de1051ef4165032da1e84d76762b"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "cfc769cd344ceaa0dc5aad8bac0a5a7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.9",
            "size": 1871419,
            "upload_time": "2024-03-15T18:32:24",
            "upload_time_iso_8601": "2024-03-15T18:32:24.730795Z",
            "url": "https://files.pythonhosted.org/packages/19/05/6401297ee5949dc9a77a675c7a375a62a48291a0afbba196361f8f27323c/joulescope-1.1.13-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57601168519300b3495e99c137346563d04e5f0a6ef60481ef01d5f62ac9583e",
                "md5": "4a5dcdf018085f2211c3461a51fe0b5e",
                "sha256": "c60b11a9f48dd666ce10f0898a50b91c077988027a33a1a1564bba2928045676"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a5dcdf018085f2211c3461a51fe0b5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.9",
            "size": 3522743,
            "upload_time": "2024-03-15T18:32:26",
            "upload_time_iso_8601": "2024-03-15T18:32:26.875464Z",
            "url": "https://files.pythonhosted.org/packages/57/60/1168519300b3495e99c137346563d04e5f0a6ef60481ef01d5f62ac9583e/joulescope-1.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cde2747666f92f36ed217d1f25b1abba3df6bf70619453cfb02a0f2b2b22ad10",
                "md5": "d2eb24c45ec3025517a7b9e77b279c42",
                "sha256": "51b4f9be00fdcb20223fb6b4c63dcb3c5009961ba5be192a50f209f3907cf267"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d2eb24c45ec3025517a7b9e77b279c42",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "~=3.9",
            "size": 1343691,
            "upload_time": "2024-03-15T18:32:28",
            "upload_time_iso_8601": "2024-03-15T18:32:28.924865Z",
            "url": "https://files.pythonhosted.org/packages/cd/e2/747666f92f36ed217d1f25b1abba3df6bf70619453cfb02a0f2b2b22ad10/joulescope-1.1.13-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0449354fba4ab7f94cd32244a6da547fc8b620399a8e8b6aee47d822fd759403",
                "md5": "28a7f8fc83025529da00769cf3adcfa2",
                "sha256": "5a2c6e537de6dbc9c622e0fc0e34e72a30d9ad1ae621de8988437463cc227e59"
            },
            "downloads": -1,
            "filename": "joulescope-1.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "28a7f8fc83025529da00769cf3adcfa2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.9",
            "size": 893356,
            "upload_time": "2024-03-15T18:32:30",
            "upload_time_iso_8601": "2024-03-15T18:32:30.549984Z",
            "url": "https://files.pythonhosted.org/packages/04/49/354fba4ab7f94cd32244a6da547fc8b620399a8e8b6aee47d822fd759403/joulescope-1.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 18:32:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jetperch",
    "github_project": "pyjoulescope",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "check-manifest",
            "specs": [
                [
                    ">=",
                    "0.37"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    ">=",
                    "4.5.2"
                ]
            ]
        },
        {
            "name": "Cython",
            "specs": [
                [
                    ">=",
                    "0.29.3"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        },
        {
            "name": "pyjls",
            "specs": [
                [
                    ">=",
                    "0.9.2"
                ]
            ]
        },
        {
            "name": "pyjoulescope_driver",
            "specs": [
                [
                    ">=",
                    "1.4.7"
                ]
            ]
        },
        {
            "name": "pymonocypher",
            "specs": [
                [
                    ">=",
                    "3.1.3.2"
                ]
            ]
        },
        {
            "name": "pywin32",
            "specs": []
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    ">=",
                    "2.7.3"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": []
        }
    ],
    "lcname": "joulescope"
}
        
Elapsed time: 0.27839s