thermoflex


Namethermoflex JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryThis is the library for controlling the ThermoFlex muscle system by Delta Robotics
upload_time2025-01-16 01:59:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords thermoflex delta delta robotics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Getting  Started #

#### System Requirements

- Python 3.12 or greater
- Pyserial 3.5 or greater

## Introduction

###### The Thermoflex muscle is a current activated artificial muscle that is designed to have a low profile usage and simple activation and deactivation sequence. The purpose of this library is 2-fold; to become the working backend of the Delta hardware application and to allow for open-source development of the Nitinol muscle.

## First steps

Ensure that you have a Node and Muscle device. 

Install the thermoflex library. You can do this 3 different ways.
    
1. Type this command into Powershell
    
    ```
    pip install thermoflex
    ```
    
2. From the thermoflex repository, download the python-serial folder,cd to the build folder, and type this command.
    
    ```bash
    pip install thermoflex-0.0.3.tar.gz 
    ```
    
3. After downloading the thermoflex repository, cd into the folder and type this command
    
    ```bash
    pip install python-serial/
    ```

After installing the library, connect the Muscle to the Node and the Node to the computer. 

There is an example python script muscle-simple.py in the getting started folder to help you understand the flow of the system.
Simply run the file and the muscle should contract, update for 5 seconds, and then release. Then the program will end.

The README in the thermoflex repository has a glossary containing all of the working commands.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "thermoflex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "thermoflex, Delta, Delta Robotics",
    "author": null,
    "author_email": "Marvin S <marvin@deltaroboticsinc.com>, Mark D <mark@deltaroboticsinc.com>",
    "download_url": "https://files.pythonhosted.org/packages/d6/d8/5c265efd613b663d01cca37178e15179ad4e042ae50274ebcd7bab786ed7/thermoflex-1.0.0.tar.gz",
    "platform": null,
    "description": "# Getting  Started #\n\n#### System Requirements\n\n- Python 3.12 or greater\n- Pyserial 3.5 or greater\n\n## Introduction\n\n###### The Thermoflex muscle is a current activated artificial muscle that is designed to have a low profile usage and simple activation and deactivation sequence. The purpose of this library is 2-fold; to become the working backend of the Delta hardware application and to allow for open-source development of the Nitinol muscle.\n\n## First steps\n\nEnsure that you have a Node and Muscle device. \n\nInstall the thermoflex library. You can do this 3 different ways.\n    \n1. Type this command into Powershell\n    \n    ```\n    pip install thermoflex\n    ```\n    \n2. From the thermoflex repository, download the python-serial folder,cd to the build folder, and type this command.\n    \n    ```bash\n    pip install thermoflex-0.0.3.tar.gz \n    ```\n    \n3. After downloading the thermoflex repository, cd into the folder and type this command\n    \n    ```bash\n    pip install python-serial/\n    ```\n\nAfter installing the library, connect the Muscle to the Node and the Node to the computer. \n\nThere is an example python script muscle-simple.py in the getting started folder to help you understand the flow of the system.\nSimply run the file and the muscle should contract, update for 5 seconds, and then release. Then the program will end.\n\nThe README in the thermoflex repository has a glossary containing all of the working commands.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This is the library for controlling the ThermoFlex muscle system by Delta Robotics",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://docs.deltaroboticsinc.com/",
        "Homepage": "https://www.deltaroboticsinc.com/",
        "Repository": "https://github.com/Delta-Robotics-Inc/TF-Python-Serial"
    },
    "split_keywords": [
        "thermoflex",
        " delta",
        " delta robotics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "919211ab07e4649eddbb6fcc3877d6659d3ecf11a57215e8d43ede05ce5ab489",
                "md5": "26a8c01031080c8e671ec5cc0261b8ac",
                "sha256": "6fb94abfd5ac64db767fa19be16fd5e019a6764fc8052546f7f3395f016e23ac"
            },
            "downloads": -1,
            "filename": "thermoflex-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26a8c01031080c8e671ec5cc0261b8ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 24292,
            "upload_time": "2025-01-16T01:59:42",
            "upload_time_iso_8601": "2025-01-16T01:59:42.369771Z",
            "url": "https://files.pythonhosted.org/packages/91/92/11ab07e4649eddbb6fcc3877d6659d3ecf11a57215e8d43ede05ce5ab489/thermoflex-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6d85c265efd613b663d01cca37178e15179ad4e042ae50274ebcd7bab786ed7",
                "md5": "40d8b12aca1534400934a9b825637d8e",
                "sha256": "713acbcfa22dddbae5a460789f053bb25bd0e81f7e97552944c9f3949a6fafd3"
            },
            "downloads": -1,
            "filename": "thermoflex-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "40d8b12aca1534400934a9b825637d8e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21231,
            "upload_time": "2025-01-16T01:59:44",
            "upload_time_iso_8601": "2025-01-16T01:59:44.886092Z",
            "url": "https://files.pythonhosted.org/packages/d6/d8/5c265efd613b663d01cca37178e15179ad4e042ae50274ebcd7bab786ed7/thermoflex-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-16 01:59:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Delta-Robotics-Inc",
    "github_project": "TF-Python-Serial",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "thermoflex"
}
        
Elapsed time: 9.09785s