.gitignore
.pre-commit-config.yaml
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/faria-limer-tests.yaml
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-test-pypi.yml
farialimer/__init__.py
farialimer.egg-info/PKG-INFO
farialimer.egg-info/SOURCES.txt
farialimer.egg-info/dependency_links.txt
farialimer.egg-info/requires.txt
farialimer.egg-info/top_level.txt
farialimer/parser/__init__.py
farialimer/parser/basic_parser.py
farialimer/parser/models.py
farialimer/parser/b3/__init__.py
farialimer/parser/b3/b3.py
farialimer/parser/bb/__init__.py
farialimer/parser/bb/base_bb.py
farialimer/parser/bb/folha_pagamento.py
farialimer/parser/bradesco/__init__.py
farialimer/parser/bradesco/base_bradesco.py
farialimer/parser/bradesco/folha_pagamento.py
farialimer/parser/caixa/__init__.py
farialimer/parser/caixa/base_caixa.py
farialimer/parser/caixa/folha_pagamento.py
farialimer/parser/itau/__init__.py
farialimer/parser/itau/base_itau.py
farialimer/parser/itau/cobranca.py
farialimer/parser/itau/folha_pagamento.py
farialimer/parser/santander/__init__.py
farialimer/parser/santander/base_santander.py
farialimer/parser/santander/pagamento_fornecedores.py
farialimer/parser/sicoob/__init__.py
farialimer/parser/sicoob/base_sicoob.py
farialimer/parser/sicoob/folha_pagamento.py
farialimer/parser/sicredi/__init__.py
farialimer/parser/sicredi/base_sicredi.py
farialimer/parser/sicredi/folha_pagamento.py
farialimer/parser/sicredi/pagamento_fornecedores.py
farialimer/parser/unicred/__init__.py
farialimer/parser/unicred/base_unicred.py
farialimer/parser/unicred/cobranca.py
farialimer/specs/b3/imbarq001.yaml
farialimer/specs/b3/imbarq002.yaml
farialimer/specs/b3/imbarq004.yaml
farialimer/specs/b3/imbarq006.yaml
farialimer/specs/b3/imbarq007.yaml
farialimer/specs/b3/imbarq008.yaml
farialimer/specs/b3/imbarq009.yaml
farialimer/specs/b3/imbarq011.yaml
farialimer/specs/b3/imbarq012.yaml
farialimer/specs/b3/imbarq013.yaml
farialimer/specs/b3/imbarq014.yaml
farialimer/specs/bb/folha_pagamento.yaml
farialimer/specs/bradesco/folha_pagamento.yaml
farialimer/specs/caixa/folha_pagamento.yaml
farialimer/specs/itau/cobranca_240.yaml
farialimer/specs/itau/cobranca_400.yaml
farialimer/specs/itau/folha_pagamento.yaml
farialimer/specs/santander/cobranca.yaml
farialimer/specs/santander/folha_pagamento.yaml
farialimer/specs/santander/pagamento_fornecedores.yaml
farialimer/specs/sicoob/folha_pagamento.yaml
farialimer/specs/sicredi/folha_pagamento.yaml
farialimer/specs/sicredi/pagamento_fornecedores.yaml
farialimer/specs/unicred/cobranca.yaml
farialimer/utils/__init__.py
farialimer/utils/converters.py
farialimer/utils/math_ops.py
farialimer/utils/raise_exceptions.py
tests/__init__.py
tests/helpers.py
tests/parser/__init__.py
tests/parser/test_basic_parser.py
tests/parser/test_parser.py
tests/parser/test_specs.py
tests/parser/b3/__init__.py
tests/parser/b3/test_b3_parser.py
tests/parser/b3/test_imbarq014.py
tests/parser/b3/test_parser.py
tests/parser/bb/__init__.py
tests/parser/bb/test_folha_pagamento.py
tests/parser/bradesco/__init__.py
tests/parser/bradesco/test_folha_pagamento.py
tests/parser/caixa/__init__.py
tests/parser/caixa/test_folha_pagamento.py
tests/parser/itau/__init__.py
tests/parser/itau/test_cobranca.py
tests/parser/itau/test_folha_pagamento.py
tests/parser/santander/__init__.py
tests/parser/santander/test_base_santander.py
tests/parser/santander/test_pagamento_fornecedores.py
tests/parser/sicoob/__init__.py
tests/parser/sicoob/test_folha_pagamento.py
tests/parser/sicredi/__init__.py
tests/parser/sicredi/test_folha_pagamento.py
tests/parser/sicredi/test_pagamento_fornecedores.py
tests/parser/unicred/__init__.py
tests/parser/unicred/test_cobranca.py
tests/specs/__init__.py
tests/specs/samples/b3/imbarq001/IMBARQ001_BV000272201610130000001000489051801.txt
tests/specs/samples/b3/imbarq002/IMBARQ002_BV000272202204060000001000935130742.txt
tests/specs/samples/b3/imbarq004/IMBARQ004_BV000272202204060000001001512113233.txt
tests/specs/samples/b3/imbarq006/IMBARQ006_BV000272202204050000001000935195407.txt
tests/specs/samples/b3/imbarq007/IMBARQ007_BV000272202108040000052019824225451.txt
tests/specs/samples/b3/imbarq009/IMBARQ009_BV000272202108040000001000935212154.txt
tests/specs/samples/b3/imbarq014/IMBARQ014_BV000272202205260000001000935071656.txt
tests/utils/__init__.py
tests/utils/test_raise_exceptions.py
tests/utils/test_utils.py