Pacote de exemplo com clientes e operações bancárias
Project description
MichaelBaldezSeuModeloDeClientes
Pacote simples para modelamento de Clientes.
Conteúdo
client_model/client.py– implementação da classeClienteVIPClient.examples/demo.py– exemplo de uso.PRE-ENTREGA-1.txt– arquivo extra exigido.setup.py– script para empacotamento.
Como usar
from client_model.client import Client, VIPClient
c = Client('Ana', 'Silva', 'ana@example.com', balance=100.0)
print(c)
c.add_funds(50)
print(c.place_order(120))
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
client_model-0.2.0.tar.gz
(3.5 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 client_model-0.2.0.tar.gz.
File metadata
- Download URL: client_model-0.2.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57e10f1290834b0cc3bf3e159d67c0d26c1d6623769ea44279e0e3a4f368150e
|
|
| MD5 |
72f8c7c97d8cd210bec034ee03843fe4
|
|
| BLAKE2b-256 |
725321e02eb96a0e9693f0eac4e2d4a7e6211126181b8bdc6db54ccd8fc94c05
|
File details
Details for the file client_model-0.2.0-py3-none-any.whl.
File metadata
- Download URL: client_model-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5667662be567e797fda25161e9eddc252de69bd26ef895d4863f525be742022d
|
|
| MD5 |
f09822053c40820be1e5f40165d9f91d
|
|
| BLAKE2b-256 |
c2a47f015e503c039f1e858ff4c36e40dfdb8260ab073c85b0a5cd278a7f39df
|