wpcsys


Namewpcsys JSON
Version 3.0.23 PyPI version JSON
download
home_pagehttps://github.com/WPC-Systems-Ltd/WPC_Python_driver_release
SummaryWPC Python driver APIs, the easiest way to Control & Data Acquisition (DAQ)
upload_time2024-04-01 10:04:23
maintainerNone
docs_urlNone
authorChunglee people, Chieh-An Lin
requires_python>=3.8
licenseMIT
keywords wpc daq motion card motion driver usb ethernet wifi
VCS
bugtrack_url
requirements pyusb numpy qasync matplotlib PyQt5 PyQt5-Qt5 PyQt5-sip wpcEXEbuild numpy-stl pyqtgraph PyOpenGL meshio Pillow
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Overview
--------
Welcome to **WPC Python driver** API documentation. It is an easy-to-use open-source tool for beginners.
We provide excellent example codes to help you quickly get started with our products, connecting code to real-world usage. This makes it a great way to learn.

Therefore, we highly recommend using our driver because it's simple to use. Just ``open``, ``read/write``, and ``close`` - allowing you to access or update data with ease.
Adding WPC Python driver to your toolkit not only simplifies tasks but also provides a practical learning experience that bridges theory and real-world application.

Last but not least, it's a valuable resource for both learning and working efficiently.

Architecture
------------
Our APIs support synchronous and asynchronous modes for computer processes or threads.

Synchronous mode means that two or more processes run in a step-by-step manner, one after the other.In this mode, the execution of a process is blocked until the previous process is completed.

Asynchronous mode means that processes run independently of each other and don't wait for the completion of the previous process. Instead, each process runs on its own, without blocking the execution of other processes.

In general, synchronous mode is easier to understand and debug, while asynchronous mode is more scalable and allows for greater concurrency.

.. image:: https://img.shields.io/badge/pip%20install-wpcsys-orange.svg
    :target: https://pypi.org/project/wpcsys/
    :alt: pip install

.. image:: https://img.shields.io/pypi/v/wpcsys
    :target: https://pypi.org/project/wpcsys/
    :alt: PyPI

.. image:: https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10-blue.svg
    :target: https://pypi.org/project/wpcsys/
    :alt: Python

.. image:: https://img.shields.io/badge/os-Ubuntu%20&%20Windows%2010-brown.svg
    :target: https://www.microsoft.com/zh-tw/software-download/windows10
    :alt: OS

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT
    :alt: License: MIT

.. image:: https://img.shields.io/badge/docs-passing-green.svg
    :target: https://wpc-systems-ltd.github.io/WPC_Python_driver_release/
    :alt: docs

.. image:: https://img.shields.io/pypi/wheel/wpcsys
    :target: https://pypi.org/project/wpcsys/
    :alt: Wheel

.. note::

   Make sure the latest version of firmware is up to date with your products.

Install and Upgrade
-------------------

- Install

.. code-block:: shell

   pip install wpcsys

- Upgrade

.. code-block:: shell

   pip install --upgrade wpcsys

Quick Start
-----------
**Easy, fast, and just works!**

   >>> from wpcsys import pywpc
   >>> pywpc.PKG_NAME
   pywpc
   >>> pywpc.HANDLE_LIST
   ['DeviceFinder', 'WifiDAQE3A', 'WifiDAQE3AH', 'WifiDAQF4A', 'STEM', 'EMotion', 'EDriveST', 'EthanA', 'EthanD', 'EthanEXD', 'EthanI', 'EthanIA', 'EthanL', 'EthanO', 'EthanP', 'EthanT', 'USBDAQF1D', 'USBDAQF1DSNK', 'USBDAQF1AD', 'USBDAQF1AOD', 'USBDAQF1TD', 'USBDAQF1RD', 'USBDAQF1CD']


References
----------
- `GitHub <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release>`_

- `Documentation - WPC Python driver <https://wpc-systems-ltd.github.io/WPC_Python_driver_release/>`_

- `Useful conda commands <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/wiki/Useful-Conda-Commands>`_

- `Run example code in console <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/wiki/How-to-run-WPC-Python-driver-example-code-in-console>`_

- `How to build your own Python code to EXE file <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/wiki/How-to-build-your-own-Python-code-to-EXE-file>`_

- `How to install miniconda and build your own virtual environment <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/wiki/How-to-install-miniconda-and-build-your-own-virtual-environment>`_

- `LabVIEW Run-time engine <https://drive.google.com/file/d/1Uj6r65KhNxvuApiqrMkZp-NWyq-Eek-k/view>`_

License
-------

**WPC Python driver** is licensed under an MIT-style license see `LICENSE <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/blob/main/LICENSE>`_ Other incorporated projects may be licensed under different licenses.
All licenses allow for non-commercial and commercial use.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release",
    "name": "wpcsys",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "WPC, DAQ, Motion card, Motion driver, USB, Ethernet, Wifi",
    "author": "Chunglee people, Chieh-An Lin",
    "author_email": "wu@wpc.com.tw",
    "download_url": "https://files.pythonhosted.org/packages/1b/39/500cb46b12ea3c25b2aa119fd1d169ca7cf15719236a4f6dad7312807d77/wpcsys-3.0.23.tar.gz",
    "platform": null,
    "description": "Overview\n--------\nWelcome to **WPC Python driver** API documentation. It is an easy-to-use open-source tool for beginners.\nWe provide excellent example codes to help you quickly get started with our products, connecting code to real-world usage. This makes it a great way to learn.\n\nTherefore, we highly recommend using our driver because it's simple to use. Just ``open``, ``read/write``, and ``close`` - allowing you to access or update data with ease.\nAdding WPC Python driver to your toolkit not only simplifies tasks but also provides a practical learning experience that bridges theory and real-world application.\n\nLast but not least, it's a valuable resource for both learning and working efficiently.\n\nArchitecture\n------------\nOur APIs support synchronous and asynchronous modes for computer processes or threads.\n\nSynchronous mode means that two or more processes run in a step-by-step manner, one after the other.In this mode, the execution of a process is blocked until the previous process is completed.\n\nAsynchronous mode means that processes run independently of each other and don't wait for the completion of the previous process. Instead, each process runs on its own, without blocking the execution of other processes.\n\nIn general, synchronous mode is easier to understand and debug, while asynchronous mode is more scalable and allows for greater concurrency.\n\n.. image:: https://img.shields.io/badge/pip%20install-wpcsys-orange.svg\n    :target: https://pypi.org/project/wpcsys/\n    :alt: pip install\n\n.. image:: https://img.shields.io/pypi/v/wpcsys\n    :target: https://pypi.org/project/wpcsys/\n    :alt: PyPI\n\n.. image:: https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10-blue.svg\n    :target: https://pypi.org/project/wpcsys/\n    :alt: Python\n\n.. image:: https://img.shields.io/badge/os-Ubuntu%20&%20Windows%2010-brown.svg\n    :target: https://www.microsoft.com/zh-tw/software-download/windows10\n    :alt: OS\n\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg\n    :target: https://opensource.org/licenses/MIT\n    :alt: License: MIT\n\n.. image:: https://img.shields.io/badge/docs-passing-green.svg\n    :target: https://wpc-systems-ltd.github.io/WPC_Python_driver_release/\n    :alt: docs\n\n.. image:: https://img.shields.io/pypi/wheel/wpcsys\n    :target: https://pypi.org/project/wpcsys/\n    :alt: Wheel\n\n.. note::\n\n   Make sure the latest version of firmware is up to date with your products.\n\nInstall and Upgrade\n-------------------\n\n- Install\n\n.. code-block:: shell\n\n   pip install wpcsys\n\n- Upgrade\n\n.. code-block:: shell\n\n   pip install --upgrade wpcsys\n\nQuick Start\n-----------\n**Easy, fast, and just works!**\n\n   >>> from wpcsys import pywpc\n   >>> pywpc.PKG_NAME\n   pywpc\n   >>> pywpc.HANDLE_LIST\n   ['DeviceFinder', 'WifiDAQE3A', 'WifiDAQE3AH', 'WifiDAQF4A', 'STEM', 'EMotion', 'EDriveST', 'EthanA', 'EthanD', 'EthanEXD', 'EthanI', 'EthanIA', 'EthanL', 'EthanO', 'EthanP', 'EthanT', 'USBDAQF1D', 'USBDAQF1DSNK', 'USBDAQF1AD', 'USBDAQF1AOD', 'USBDAQF1TD', 'USBDAQF1RD', 'USBDAQF1CD']\n\n\nReferences\n----------\n- `GitHub <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release>`_\n\n- `Documentation - WPC Python driver <https://wpc-systems-ltd.github.io/WPC_Python_driver_release/>`_\n\n- `Useful conda commands <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/wiki/Useful-Conda-Commands>`_\n\n- `Run example code in console <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/wiki/How-to-run-WPC-Python-driver-example-code-in-console>`_\n\n- `How to build your own Python code to EXE file <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/wiki/How-to-build-your-own-Python-code-to-EXE-file>`_\n\n- `How to install miniconda and build your own virtual environment <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/wiki/How-to-install-miniconda-and-build-your-own-virtual-environment>`_\n\n- `LabVIEW Run-time engine <https://drive.google.com/file/d/1Uj6r65KhNxvuApiqrMkZp-NWyq-Eek-k/view>`_\n\nLicense\n-------\n\n**WPC Python driver** is licensed under an MIT-style license see `LICENSE <https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release/blob/main/LICENSE>`_ Other incorporated projects may be licensed under different licenses.\nAll licenses allow for non-commercial and commercial use.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "WPC Python driver APIs, the easiest way to Control & Data Acquisition (DAQ)",
    "version": "3.0.23",
    "project_urls": {
        "Homepage": "https://github.com/WPC-Systems-Ltd/WPC_Python_driver_release"
    },
    "split_keywords": [
        "wpc",
        " daq",
        " motion card",
        " motion driver",
        " usb",
        " ethernet",
        " wifi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2dc6a02b39ddfa0b9c0406e11a47132be274aa673023f2a8a56fe139d6926fb",
                "md5": "ff703b87c09c911d81c7fd37c4618231",
                "sha256": "87bf9412fd843d3080861ee195d94ea03c12703f6e5cf5b256f242ddd5196028"
            },
            "downloads": -1,
            "filename": "wpcsys-3.0.23-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ff703b87c09c911d81c7fd37c4618231",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 11432623,
            "upload_time": "2024-04-01T10:03:48",
            "upload_time_iso_8601": "2024-04-01T10:03:48.484330Z",
            "url": "https://files.pythonhosted.org/packages/d2/dc/6a02b39ddfa0b9c0406e11a47132be274aa673023f2a8a56fe139d6926fb/wpcsys-3.0.23-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2735056a1b0cfeef3a14e3cfa3aaf73558c523791d8ffea709cb324ff27319ce",
                "md5": "a32b88f0a2ce8313dab2d6bd4772704e",
                "sha256": "4d328ed8643e1dd2869f4abbf3127c58b70b2226c3cc68aaae01dab35745a53e"
            },
            "downloads": -1,
            "filename": "wpcsys-3.0.23-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a32b88f0a2ce8313dab2d6bd4772704e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 11432622,
            "upload_time": "2024-04-01T10:04:11",
            "upload_time_iso_8601": "2024-04-01T10:04:11.085264Z",
            "url": "https://files.pythonhosted.org/packages/27/35/056a1b0cfeef3a14e3cfa3aaf73558c523791d8ffea709cb324ff27319ce/wpcsys-3.0.23-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ac4b09ecc518d07a1d814c8255546734b449421f06887e20bfd0991ca28e747",
                "md5": "30defdcbeb5f4fe8bd258d49352dba77",
                "sha256": "181d50a5622cedfbf255a8b74883115fd472b40f76640a4c6afa72cd356a5211"
            },
            "downloads": -1,
            "filename": "wpcsys-3.0.23-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "30defdcbeb5f4fe8bd258d49352dba77",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 11432625,
            "upload_time": "2024-04-01T10:04:16",
            "upload_time_iso_8601": "2024-04-01T10:04:16.966266Z",
            "url": "https://files.pythonhosted.org/packages/3a/c4/b09ecc518d07a1d814c8255546734b449421f06887e20bfd0991ca28e747/wpcsys-3.0.23-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b39500cb46b12ea3c25b2aa119fd1d169ca7cf15719236a4f6dad7312807d77",
                "md5": "eee6f1f28ad0e0a45c33410f98cea1d6",
                "sha256": "b60e0065a87233f55fa3cdcff2fd1bdc7bd82504b3d6b9f650b7b80d26350355"
            },
            "downloads": -1,
            "filename": "wpcsys-3.0.23.tar.gz",
            "has_sig": false,
            "md5_digest": "eee6f1f28ad0e0a45c33410f98cea1d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11361942,
            "upload_time": "2024-04-01T10:04:23",
            "upload_time_iso_8601": "2024-04-01T10:04:23.514006Z",
            "url": "https://files.pythonhosted.org/packages/1b/39/500cb46b12ea3c25b2aa119fd1d169ca7cf15719236a4f6dad7312807d77/wpcsys-3.0.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 10:04:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WPC-Systems-Ltd",
    "github_project": "WPC_Python_driver_release",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pyusb",
            "specs": [
                [
                    ">=",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.23.0"
                ]
            ]
        },
        {
            "name": "qasync",
            "specs": [
                [
                    ">=",
                    "0.23.0"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.5.2"
                ]
            ]
        },
        {
            "name": "PyQt5",
            "specs": [
                [
                    ">=",
                    "5.15.4"
                ]
            ]
        },
        {
            "name": "PyQt5-Qt5",
            "specs": [
                [
                    ">=",
                    "5.15.2"
                ]
            ]
        },
        {
            "name": "PyQt5-sip",
            "specs": [
                [
                    ">=",
                    "12.10.1"
                ]
            ]
        },
        {
            "name": "wpcEXEbuild",
            "specs": [
                [
                    ">=",
                    "0.0.1"
                ]
            ]
        },
        {
            "name": "numpy-stl",
            "specs": [
                [
                    ">=",
                    "3.1.1"
                ]
            ]
        },
        {
            "name": "pyqtgraph",
            "specs": [
                [
                    ">=",
                    "0.13.3"
                ]
            ]
        },
        {
            "name": "PyOpenGL",
            "specs": [
                [
                    ">=",
                    "3.1.7"
                ]
            ]
        },
        {
            "name": "meshio",
            "specs": [
                [
                    ">=",
                    "5.3.5"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    ">=",
                    "10.2.0"
                ]
            ]
        }
    ],
    "lcname": "wpcsys"
}
        
Elapsed time: 0.21890s