Leonardo Gregianin
Leonardo Gregianin
I would really like to see a few but awesome projects built or maintained by Brazilians. Code coverage and documentation would be fair criteria beyond the stars as a recognition...
Cada UF tem a sua validação para a sua Inscrição Estadual. Exemplos feitas em outras linguagens [aqui](https://github.com/frones/ACBr/blob/93cb78e378cfd092c9bdda3366b220d679e954a2/Fontes/ACBrDiversos/ACBrValidador.pas#L1095) e [aqui](https://github.com/pierophp/validacao-inscricao-estadual-em-PHP/blob/b8d98771fced7f211f3cc12a32a2755df24e1897/valid.php#L17) e [aqui](https://github.com/asynched/inscricao-estadual/blob/206463c2770d4989dac8c87d17effbec43740182/index.js#L1).
@giovani-dev, sua aplicação precisa limpar os caracteres não numéricos antes de usar método ```mask```. ```python import string def onlynumber(texto) -> str: """ Remove todos os caracteres que não são números...
Do you need import BrazilBankCalendar class, like this: ```python from workalendar.america import BrazilBankCalendar ``` The same Anbima holidays be in this class. Source: https://feriadosbancarios.febraban.org.br
Can you try this: ```python from io import BytesIO from ofxparse import OfxParser ofx_string = """OFXHEADER:100 DATA:OFXSGML VERSION:102 SECURITY:NONE (...) """ f = BytesIO(ofx_string) ofx = OfxParser.parse(f) # Account account...
@valinolucas407, try to encode your string, like this: ```python from io import BytesIO from ofxparse import OfxParser ofx_string = """OFXHEADER:100 DATA:OFXSGML VERSION:102 SECURITY:NONE (...) """ ofx = OfxParser.parse(BytesIO(ofx_string.encode('utf-8'))) account =...
> @inlinesoftware, vou começar a usar a PyNFe e decidi usar o Fork do Marcelo Salhab, está mais atualizado e em produção, já que o Thiago Pena não tem tido...
@nilton-medeiros comparei o fork dele com a master [aqui](https://github.com/TadaSoftware/PyNFe/compare/master...msbrogli:master) e não encontrei o classe Dacte, sabe me dizer onde está? Não seria interessante fazer um Pull Request para o projeto...
@nilton-medeiros agora ficou mais confuso, você disse lá encima "Dacte" que a impressão do CTe (Conhecimento de Transporte Eletrônico) agora você disse DANFe. Mas tudo bem, entendi sua dor, que...
@kislyuk, it would be ideal to keep the same behavior before creating the `excise_empty_xmlns_declarations` parameter, that is, by default, use `excise_empty_xmlns_declarations = True` [here](https://github.com/XML-Security/signxml/blob/35e7ce8a146cdee5b37271acb3e548cb9e1ab8ad/signxml/__init__.py#L136), this would work on versions