Skip to main content

No project description provided

Project description

Real brasileiro

Status do projeto: Em desenvolvimento

este projeto tem como objetivo me ajudar na formatação, sanitização e apresentação dos valores com os quais eu diariamente trabalho.

Download

$pip install real-brasileiro

Entradas

from real_br import Real

print(Real(10.10),
    Real(10),
    Real('R$ 100,55'))

Nos testes você consegue conferir melhor em quais formatos a classe aceita os valores.

Criando objeto

from real_br import Real

valor = 10
real = Real(valor)
print(real)

você também pode obter o equivalente em centavos usando

from real_br import Real

valor = 10
real = Real(valor)
print(real.centavos)

A classe retorna float, str e int (int é retornado em centavos)

from real_br import Real

valor = 10
real = Real(valor)
print(float(real),  int(real), str(real))

A classe possui 100% de cobertura de testes

pytest -cov

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

real-brasileiro-0.2.7.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file real-brasileiro-0.2.7.tar.gz.

File metadata

  • Download URL: real-brasileiro-0.2.7.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for real-brasileiro-0.2.7.tar.gz
Algorithm Hash digest
SHA256 b2d9d9051d1b94ee6abf81417a5fc44b067cf3ce6726771b24d145f9acf1b4a2
MD5 9619cec28b5c13917b5e20b531e1ab84
BLAKE2b-256 aa97a73f2ffd1b791d0f4ecd0c87a938565fa0f79b99bc006f814b7b94e9b3c8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page