Skip to content

saviomotac/leitor-de-notas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leitor de notas

Install the package

pip install leitor-de-notas

Example

from leitordenotas.nota_de_corretagem_reader import NotaDeCorretagemReader
filepath = 'path_to_file'
NotaDeCorretagemReader(filepath).read()

# you can specify the parser
from leitordenotas.builder.clear_reader_builder import ClearReaderBuilder
NotaDeCorretagemReader(filepath, parser=ClearReaderBuilder).read()

Corretoras suportadas

  • Easynvest
  • Clear
  • Banco Inter

Important links:

IRRF calc

About

Um simples leitor de notas de corretagem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%