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]
Release files for openwebpos 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| openwebpos-0.0.4.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openwebpos-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / openwebpos-0.0.4.tar.gz
| Download URL | openwebpos-0.0.4.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d87c99ee0202281b6d8648a623907c2aaa6509315bb4554deddb484de17452f
|
|
BLAKE2b-256 checksum How to use checksums |
228ae95ad023d420ececa1ad6862daea37d04b215ed1bf1919ff296ea12ce856
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
|
Release files / openwebpos-0.0.4-py3-none-any.whl
| Download URL | openwebpos-0.0.4-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1d599b26a196da8326c42620e967969ecaa931ff3bbd86d6bca8ff4991a07942
|
|
BLAKE2b-256 checksum How to use checksums |
1f0fab9d226052ca41fa1a312f029b53de100512efe36f8b888f614ffae515fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
|