Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pytrustnfe3

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytrustnfe3 - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: pytrustnfe3
Version: 2.0.0
Version: 2.0.1
Summary: PyTrustNFe é uma biblioteca para envio de NF-e

@@ -5,0 +5,0 @@ Home-page: https://github.com/danimaribeiro/PyTrustNFe

@@ -10,2 +10,3 @@ # -*- coding: utf-8 -*-

import math
from decimal import Decimal

@@ -88,3 +89,4 @@ from reportlab.lib import utils

if cNumber:
return cNumber.replace(",", "X").replace("X", ".").replace(".", ",")
cNumber = "{0:,}".format(Decimal(cNumber))
return cNumber.replace(",", "X").replace(".", ",").replace("X", ".")
return ""

@@ -91,0 +93,0 @@

Metadata-Version: 2.1
Name: pytrustnfe3
Version: 2.0.0
Version: 2.0.1
Summary: PyTrustNFe é uma biblioteca para envio de NF-e

@@ -5,0 +5,0 @@ Home-page: https://github.com/danimaribeiro/PyTrustNFe

@@ -5,3 +5,3 @@ # coding=utf-8

VERSION = "2.0.0"
VERSION = "2.0.1"

@@ -8,0 +8,0 @@