pypetb


Namepypetb JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/jgherruzo/pyPETB
SummaryA Set of process engineering tools. Gage RnR, Automated Gage repeatability and Capability analysis are currently available
upload_time2024-11-19 21:34:51
maintainerNone
docs_urlNone
authorJose Garcia
requires_python<4.0,>=3.8
licenseMIT
keywords engineering chemical engineering six sigma process improvement
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
<img src="https://raw.githubusercontent.com/jgherruzo/pyPETB/main/logo/current/pyPETB_logo.png" width="300">
</h1><br>

# THE PROCESS ENGINEER TOOLBOX

[![python](https://img.shields.io/badge/python-3.8_|_3.9_|_3.10_|_3.11-blue.svg?logo=python)](https://www.python.org)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Process Engineer Tool Box is a package where a set of tools are developed to help in our daily tasks. It is based in the use of pandas. In daily chemical industry task, focused on data analysis
and improvement projects developing, no long dataset are
usually used and pandas cover all the requirements.

## 2- INSTALLATION

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install pyPETB.

```bash
pip install pypetb
```

## 3- USAGE

Please refer to the [Documentation](https://pypetb.readthedocs.io/en/latest/)

Gage R&R [use case](https://medium.com/@jgherruzo/enhancing-industrial-processes-improvement-cycle-with-python-chapter-1-introducing-pypetbs-gage-7a7a9a952052)

Capability Analysis [use case](https://medium.com/@jgherruzo/enhancing-industrial-processes-improvement-cycle-with-python-ii-introducing-pypetbs-capability-0865840896a6)

Automate Gage Repeatability [use case](https://medium.com/@jgherruzo/enhancing-industrial-processes-improvement-cycle-with-python-iii-automatic-measurement-gage-f0e2929a3ffc)

## 4- LICENSE

Distributed under the [MIT License](https://github.com/jgherruzo/pyPETB/blob/main/LICENSE.txt).

## 5- ROADMAP

- V0.1 RnRnumeric class to analyze numerical measurement system --> Available
- V0.2 Capability class to make process capability analysis --> Available
- V0.3 Repeatability class to analyze automated measurement system --> Available
- V0.4 RnRcat class to analyze categorical measurement system (Atributes) --> Available
- V0.5 Nested Gage RnR class to analyze processes where samples are destroyed --> Available
- V0.6 DOE class to analyze DOE results

## 6- ACKNOLEDGMENTS

- Thanks to Noël Santiago for his coaching during our six sigma green belt training
- Thanks to Ted Hessing for his detailed article calculating RnR
- Thanks to Linus Isberg Martinsson for his effort developing improvements for this package

![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-blue?logo=visual%20studio%20code)
![Poetry](https://img.shields.io/badge/Poetry-blue?logo=poetry)
![ReadTheDocs](https://img.shields.io/badge/ReadTheDocs-blue?logo=readthedocs)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jgherruzo/pyPETB",
    "name": "pypetb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "engineering, chemical engineering, six sigma, process improvement",
    "author": "Jose Garcia",
    "author_email": "jgherruzo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f3/5f/e21afc65950c341533a607f6e71e7fb7bec8ec3f99fc73e54bdc7db68d5a/pypetb-0.5.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n<img src=\"https://raw.githubusercontent.com/jgherruzo/pyPETB/main/logo/current/pyPETB_logo.png\" width=\"300\">\n</h1><br>\n\n# THE PROCESS ENGINEER TOOLBOX\n\n[![python](https://img.shields.io/badge/python-3.8_|_3.9_|_3.10_|_3.11-blue.svg?logo=python)](https://www.python.org)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nProcess Engineer Tool Box is a package where a set of tools are developed to help in our daily tasks. It is based in the use of pandas. In daily chemical industry task, focused on data analysis\nand improvement projects developing, no long dataset are\nusually used and pandas cover all the requirements.\n\n## 2- INSTALLATION\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install pyPETB.\n\n```bash\npip install pypetb\n```\n\n## 3- USAGE\n\nPlease refer to the [Documentation](https://pypetb.readthedocs.io/en/latest/)\n\nGage R&R [use case](https://medium.com/@jgherruzo/enhancing-industrial-processes-improvement-cycle-with-python-chapter-1-introducing-pypetbs-gage-7a7a9a952052)\n\nCapability Analysis [use case](https://medium.com/@jgherruzo/enhancing-industrial-processes-improvement-cycle-with-python-ii-introducing-pypetbs-capability-0865840896a6)\n\nAutomate Gage Repeatability [use case](https://medium.com/@jgherruzo/enhancing-industrial-processes-improvement-cycle-with-python-iii-automatic-measurement-gage-f0e2929a3ffc)\n\n## 4- LICENSE\n\nDistributed under the [MIT License](https://github.com/jgherruzo/pyPETB/blob/main/LICENSE.txt).\n\n## 5- ROADMAP\n\n- V0.1 RnRnumeric class to analyze numerical measurement system --> Available\n- V0.2 Capability class to make process capability analysis --> Available\n- V0.3 Repeatability class to analyze automated measurement system --> Available\n- V0.4 RnRcat class to analyze categorical measurement system (Atributes) --> Available\n- V0.5 Nested Gage RnR class to analyze processes where samples are destroyed --> Available\n- V0.6 DOE class to analyze DOE results\n\n## 6- ACKNOLEDGMENTS\n\n- Thanks to No\u00ebl Santiago for his coaching during our six sigma green belt training\n- Thanks to Ted Hessing for his detailed article calculating RnR\n- Thanks to Linus Isberg Martinsson for his effort developing improvements for this package\n\n![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-blue?logo=visual%20studio%20code)\n![Poetry](https://img.shields.io/badge/Poetry-blue?logo=poetry)\n![ReadTheDocs](https://img.shields.io/badge/ReadTheDocs-blue?logo=readthedocs)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Set of process engineering tools. Gage RnR, Automated Gage repeatability and Capability analysis are currently available",
    "version": "0.5.1",
    "project_urls": {
        "Documentation": "https://pypetb.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/jgherruzo/pyPETB",
        "Repository": "https://github.com/jgherruzo/pyPETB"
    },
    "split_keywords": [
        "engineering",
        " chemical engineering",
        " six sigma",
        " process improvement"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "469032be6b76e027d2389c469687caa23c17e3ffefb6fe7b8ea4cad868214462",
                "md5": "10a03af7afa72c13dbe7c31883ccf825",
                "sha256": "5e207f91c5cf22ee6438144d1d4c2aa5b43f6713d1269b14298b1aaaf796c4da"
            },
            "downloads": -1,
            "filename": "pypetb-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "10a03af7afa72c13dbe7c31883ccf825",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 31214,
            "upload_time": "2024-11-19T21:34:49",
            "upload_time_iso_8601": "2024-11-19T21:34:49.061949Z",
            "url": "https://files.pythonhosted.org/packages/46/90/32be6b76e027d2389c469687caa23c17e3ffefb6fe7b8ea4cad868214462/pypetb-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f35fe21afc65950c341533a607f6e71e7fb7bec8ec3f99fc73e54bdc7db68d5a",
                "md5": "266ce3715d287fa77a1694c84ae169a4",
                "sha256": "b6b0d6914ab070698074b89374aeef8a7815f9ab9926f57e58451b95d220b2a7"
            },
            "downloads": -1,
            "filename": "pypetb-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "266ce3715d287fa77a1694c84ae169a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 30263,
            "upload_time": "2024-11-19T21:34:51",
            "upload_time_iso_8601": "2024-11-19T21:34:51.592854Z",
            "url": "https://files.pythonhosted.org/packages/f3/5f/e21afc65950c341533a607f6e71e7fb7bec8ec3f99fc73e54bdc7db68d5a/pypetb-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 21:34:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jgherruzo",
    "github_project": "pyPETB",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pypetb"
}
        
Elapsed time: 0.86491s