banjara


Namebanjara JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA terminal based point of sale for Stripe
upload_time2024-05-17 04:27:54
maintainerNone
docs_urlNone
authorDev Mukherjee
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Banjara - TUI Point of Sale

Banjara (terminal) is a text based point of sale system designed for simplicity

## Thesis

## Technology

- Textualize
- Stripe
- Tortoise ORM

## Stripe examples

```python
stripe.PaymentIntent.create(
  currency="aud",
  payment_method_types=["card_present"],
  capture_method="manual",
  amount=1998,
)
```

```python
stripe.terminal.Reader.process_payment_intent(
  "tmr_F",
  payment_intent="pi_3O",
)
```

```python
stripe.terminal.Reader.set_reader_display(
  "tmr_Fal",
  type="cart",
  cart={
    "line_items": [
      {"description": "Caramel latte", "amount": 659, "quantity": 1},
      {"description": "Dozen donuts", "amount": 1239, "quantity": 1},
    ],
    "currency": "aud",
    "tax": 100,
    "total": 1998,
  },
)
```

## License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "banjara",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dev Mukherjee",
    "author_email": "devraj@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d2/24/51cee77a15e51feb0078dd9db472f7d70b787d8ef3a2e52593e883e9ec1a/banjara-0.1.0.tar.gz",
    "platform": null,
    "description": "# Banjara - TUI Point of Sale\n\nBanjara (terminal) is a text based point of sale system designed for simplicity\n\n## Thesis\n\n## Technology\n\n- Textualize\n- Stripe\n- Tortoise ORM\n\n## Stripe examples\n\n```python\nstripe.PaymentIntent.create(\n  currency=\"aud\",\n  payment_method_types=[\"card_present\"],\n  capture_method=\"manual\",\n  amount=1998,\n)\n```\n\n```python\nstripe.terminal.Reader.process_payment_intent(\n  \"tmr_F\",\n  payment_intent=\"pi_3O\",\n)\n```\n\n```python\nstripe.terminal.Reader.set_reader_display(\n  \"tmr_Fal\",\n  type=\"cart\",\n  cart={\n    \"line_items\": [\n      {\"description\": \"Caramel latte\", \"amount\": 659, \"quantity\": 1},\n      {\"description\": \"Dozen donuts\", \"amount\": 1239, \"quantity\": 1},\n    ],\n    \"currency\": \"aud\",\n    \"tax\": 100,\n    \"total\": 1998,\n  },\n)\n```\n\n## License\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A terminal based point of sale for Stripe",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47c4e00ab67006e5d32431df00c344df83084c01a7d8f1b2772b5ea1639ff491",
                "md5": "fc995a7dd33202bd429283bf7d4ec36c",
                "sha256": "3975fac6171afcd96d99719b90f973acf7eac3bea3e0ea05ff310ab89406df86"
            },
            "downloads": -1,
            "filename": "banjara-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc995a7dd33202bd429283bf7d4ec36c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 3485,
            "upload_time": "2024-05-17T04:27:52",
            "upload_time_iso_8601": "2024-05-17T04:27:52.723921Z",
            "url": "https://files.pythonhosted.org/packages/47/c4/e00ab67006e5d32431df00c344df83084c01a7d8f1b2772b5ea1639ff491/banjara-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d22451cee77a15e51feb0078dd9db472f7d70b787d8ef3a2e52593e883e9ec1a",
                "md5": "a9ebf6a3edced874b4f4f5ae03daa472",
                "sha256": "691ae4173e8b3c48729b561113d2dd41986cf31e408a1d022bebf475d8d1da7b"
            },
            "downloads": -1,
            "filename": "banjara-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a9ebf6a3edced874b4f4f5ae03daa472",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 2265,
            "upload_time": "2024-05-17T04:27:54",
            "upload_time_iso_8601": "2024-05-17T04:27:54.756908Z",
            "url": "https://files.pythonhosted.org/packages/d2/24/51cee77a15e51feb0078dd9db472f7d70b787d8ef3a2e52593e883e9ec1a/banjara-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-17 04:27:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "banjara"
}
        
Elapsed time: 0.41698s