A terminal based point of sale for Stripe
Project description
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
stripe.PaymentIntent.create(
currency="aud",
payment_method_types=["card_present"],
capture_method="manual",
amount=1998,
)
stripe.terminal.Reader.process_payment_intent(
"tmr_F",
payment_intent="pi_3O",
)
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
banjara-0.1.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file banjara-0.1.0.tar.gz.
File metadata
- Download URL: banjara-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
691ae4173e8b3c48729b561113d2dd41986cf31e408a1d022bebf475d8d1da7b
|
|
| MD5 |
a9ebf6a3edced874b4f4f5ae03daa472
|
|
| BLAKE2b-256 |
d22451cee77a15e51feb0078dd9db472f7d70b787d8ef3a2e52593e883e9ec1a
|
File details
Details for the file banjara-0.1.0-py3-none-any.whl.
File metadata
- Download URL: banjara-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3975fac6171afcd96d99719b90f973acf7eac3bea3e0ea05ff310ab89406df86
|
|
| MD5 |
fc995a7dd33202bd429283bf7d4ec36c
|
|
| BLAKE2b-256 |
47c4e00ab67006e5d32431df00c344df83084c01a7d8f1b2772b5ea1639ff491
|