openwebpos 0.0.4

Creator: railscoder56

Last updated:

Add to Cart

Description:

openwebpos 0.0.4

OpenWebPOS
OpenWebPOS is a web-based point of sale system written in python using the Flask framework.
Installation
Run the following to install:
$ pip install openwebpos

Usage
from openwebpos import create_app

application = create_app()

if __name__ == "__main__":
application.run()

Developing
To install openwebpos, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.