openwebpos


Nameopenwebpos JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/baezfb/openwebpos
SummaryWeb-based point of sale system.
upload_time2022-02-24 19:39:46
maintainer
docs_urlNone
authorJavier Baez
requires_python
licenseMIT
keywords python pos point-of-sale
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenWebPOS

OpenWebPOS is a web-based point of sale system written in python using the Flask framework.

## Installation

Run the following to install:
```bash
$ pip install openwebpos
```

## Usage

```python
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:
```bash
$ pip install -e .[dev]
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/baezfb/openwebpos",
    "name": "openwebpos",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,pos,point-of-sale",
    "author": "Javier Baez",
    "author_email": "baezdevs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/22/8a/e95ad023d420ececa1ad6862daea37d04b215ed1bf1919ff296ea12ce856/openwebpos-0.0.4.tar.gz",
    "platform": "",
    "description": "# OpenWebPOS\n\nOpenWebPOS is a web-based point of sale system written in python using the Flask framework.\n\n## Installation\n\nRun the following to install:\n```bash\n$ pip install openwebpos\n```\n\n## Usage\n\n```python\nfrom openwebpos import create_app\n\napplication = create_app()\n\nif __name__ == \"__main__\":\n    application.run()\n```\n\n\n\n# Developing\n\nTo install openwebpos, along with the tools you need to develop and run tests, run the following in your virtualenv:\n```bash\n$ pip install -e .[dev]\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Web-based point of sale system.",
    "version": "0.0.4",
    "split_keywords": [
        "python",
        "pos",
        "point-of-sale"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f0fab9d226052ca41fa1a312f029b53de100512efe36f8b888f614ffae515fe",
                "md5": "f3bd80c35016696f6af45a963c546c6f",
                "sha256": "1d599b26a196da8326c42620e967969ecaa931ff3bbd86d6bca8ff4991a07942"
            },
            "downloads": -1,
            "filename": "openwebpos-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3bd80c35016696f6af45a963c546c6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2725,
            "upload_time": "2022-02-24T19:40:21",
            "upload_time_iso_8601": "2022-02-24T19:40:21.253723Z",
            "url": "https://files.pythonhosted.org/packages/1f/0f/ab9d226052ca41fa1a312f029b53de100512efe36f8b888f614ffae515fe/openwebpos-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "228ae95ad023d420ececa1ad6862daea37d04b215ed1bf1919ff296ea12ce856",
                "md5": "f339df3c0dca54553c4f14ee5ca59753",
                "sha256": "2d87c99ee0202281b6d8648a623907c2aaa6509315bb4554deddb484de17452f"
            },
            "downloads": -1,
            "filename": "openwebpos-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f339df3c0dca54553c4f14ee5ca59753",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3318,
            "upload_time": "2022-02-24T19:39:46",
            "upload_time_iso_8601": "2022-02-24T19:39:46.889093Z",
            "url": "https://files.pythonhosted.org/packages/22/8a/e95ad023d420ececa1ad6862daea37d04b215ed1bf1919ff296ea12ce856/openwebpos-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-02-24 19:39:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "baezfb",
    "github_project": "openwebpos",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "openwebpos"
}
        
Elapsed time: 0.03684s