Socket
Socket
Sign inDemoInstall

openj

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    openj

Kanban for Lean manufacturing.


Maintainers
1

Readme

openj

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

Install

PyPI

Install and update using pip:

pip install -U openj

Repository

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

git clone http://github.com/mcpcpc/openj
cd openj/

Create and activate a virtual environment.

python3 -m venv venv
source venv/bin/activate

Install LibreHTF to the virtual environment.

pip install -e .

Deployment

Flask

Non-production WSGI via waitress for development and debugging.

flask --app openj run --debug

Waitress

Production WSGI via waitress.

pip install waitress
waitress-serve --call openj:create_app

Test

python3 -m unittest

Run with coverage report.

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

Resources

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

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc