openjit


Nameopenjit JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryKanban for Lean manufacturing.
upload_time2023-11-27 22:17:19
maintainer
docs_urlNone
author
requires_python>=3.11
licenseBSD 3-Clause License Copyright (c) 2023, Michael Czigler Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords kanban jit lean flask
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenJIT

Kanban for Lean manufacturing (also called
just-in-time manufacturing, abbreviated JIT).

## Install

### PyPI

Install and update using pip:

```shell
pip install -U openjit
```

### Repository

When using git, clone the repository and change your 
present working directory.

```shell
git clone http://github.com/mcpcpc/openjit
cd openjit/
```

Create and activate a virtual environment.

```shell
python3 -m venv venv
source venv/bin/activate
```

Install LibreHTF to the virtual environment.

```shell
pip install -e .
```

## Deployment

### Waitress

Production WSGI via waitress.

```shell
pip install waitress
waitress-serve --call openjit:create_app
```

## Test

```shell
python3 -m unittest
```

Run with coverage report.

```shell
coverage run -m unittest
coverage report
coverage html  # open htmlcov/index.html in a browser
```

## Resources

* https://en.m.wikipedia.org/wiki/Kanban

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "openjit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "kanban,jit,lean,flask",
    "author": "",
    "author_email": "Michael Czigler <michaelczigler@icloud.com>",
    "download_url": "https://files.pythonhosted.org/packages/8f/3d/7d632b0ab518ad6644748eef3fc1e2dfcb8932840410a2b7118951cf6467/openjit-0.0.1.tar.gz",
    "platform": null,
    "description": "# OpenJIT\n\nKanban for Lean manufacturing (also called\njust-in-time manufacturing, abbreviated JIT).\n\n## Install\n\n### PyPI\n\nInstall and update using pip:\n\n```shell\npip install -U openjit\n```\n\n### Repository\n\nWhen using git, clone the repository and change your \npresent working directory.\n\n```shell\ngit clone http://github.com/mcpcpc/openjit\ncd openjit/\n```\n\nCreate and activate a virtual environment.\n\n```shell\npython3 -m venv venv\nsource venv/bin/activate\n```\n\nInstall LibreHTF to the virtual environment.\n\n```shell\npip install -e .\n```\n\n## Deployment\n\n### Waitress\n\nProduction WSGI via waitress.\n\n```shell\npip install waitress\nwaitress-serve --call openjit:create_app\n```\n\n## Test\n\n```shell\npython3 -m unittest\n```\n\nRun with coverage report.\n\n```shell\ncoverage run -m unittest\ncoverage report\ncoverage html  # open htmlcov/index.html in a browser\n```\n\n## Resources\n\n* https://en.m.wikipedia.org/wiki/Kanban\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2023, Michael Czigler  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Kanban for Lean manufacturing.",
    "version": "0.0.1",
    "project_urls": {
        "repository": "https://github.com/mcpcpc/openjit"
    },
    "split_keywords": [
        "kanban",
        "jit",
        "lean",
        "flask"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f1e7a6e0b945159456d02a13c14e166d515bddc07ba121264ced2dc833fcd0e",
                "md5": "64100f60ea0f07d797dbf3c98a0717cd",
                "sha256": "eea227fa86e550ebde5f359ecc7e59dd99350ebb0419c9a7ff49e114706db067"
            },
            "downloads": -1,
            "filename": "openjit-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64100f60ea0f07d797dbf3c98a0717cd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 11029,
            "upload_time": "2023-11-27T22:17:15",
            "upload_time_iso_8601": "2023-11-27T22:17:15.052370Z",
            "url": "https://files.pythonhosted.org/packages/9f/1e/7a6e0b945159456d02a13c14e166d515bddc07ba121264ced2dc833fcd0e/openjit-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f3d7d632b0ab518ad6644748eef3fc1e2dfcb8932840410a2b7118951cf6467",
                "md5": "4690e7aa315b7053f94ba2901c7f0042",
                "sha256": "95040548d391ea443131d7a4ba9b1a7ffe05daa142cdcdb29e1d6a78ba827a67"
            },
            "downloads": -1,
            "filename": "openjit-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4690e7aa315b7053f94ba2901c7f0042",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 9983,
            "upload_time": "2023-11-27T22:17:19",
            "upload_time_iso_8601": "2023-11-27T22:17:19.823565Z",
            "url": "https://files.pythonhosted.org/packages/8f/3d/7d632b0ab518ad6644748eef3fc1e2dfcb8932840410a2b7118951cf6467/openjit-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 22:17:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mcpcpc",
    "github_project": "openjit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "openjit"
}
        
Elapsed time: 0.14143s