pytrustnfe3
Advanced tools
+1
-1
| 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 |
+1
-1
@@ -5,3 +5,3 @@ # coding=utf-8 | ||
| VERSION = "2.0.0" | ||
| VERSION = "2.0.1" | ||
@@ -8,0 +8,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
856477
0.01%4743
0.04%