Skip to main content

Kanban for Lean manufacturing.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openj-0.3.0.tar.gz (6.7 MB view hashes)

Uploaded Source

Built Distribution

openj-0.3.0-py3-none-any.whl (6.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page