I need a Python library for issuing electronic invoices ... Does anyone there have experience with any? Would you be able to tell me if I need to get a certificate from the government to issue these notes?
I need a Python library for issuing electronic invoices ... Does anyone there have experience with any? Would you be able to tell me if I need to get a certificate from the government to issue these notes?
You can use the PySPED
### Exemplo ###
from pysped.nfe.manual_401 import *
n = NFe_200()
# Com este método você carrega o xml dentro do Objeto NFe_200 e a partir disto você pode acessar qualquer elemento.
n.set_xml("<chaveNota>.xml")
# Por exemplo assim você acessa o primeiro detalhamento, (det é uma lista) e dentro do detalhamento o produto
n.infNFe.det[0].prod
Take a look at in this system to get a reference on how to issue your nf -e and work with other features you need.
Regarding government permission, I believe that at a minimum you need the MEI to issue nf-e .