AUTHORS.md
LICENSE
README.md
pyproject.toml
src/fertpy/__init__.py
src/fertpy.egg-info/PKG-INFO
src/fertpy.egg-info/SOURCES.txt
src/fertpy.egg-info/dependency_links.txt
src/fertpy.egg-info/requires.txt
src/fertpy.egg-info/top_level.txt
src/fertpy/cli/main.py
src/fertpy/cli/argumentos/formular_args.py
src/fertpy/cli/argumentos/nutrientes_args.py
src/fertpy/cli/comandos/__init__.py
src/fertpy/cli/comandos/formular.py
src/fertpy/cli/comandos/nutrientes.py
src/fertpy/cli/utils/parametros_cli.py
src/fertpy/core/analysis/diagnostico_formulacao.py
src/fertpy/core/analysis/nutriente_limitante.py
src/fertpy/core/analysis/proporcao.py
src/fertpy/core/domain/calagem_model.py
src/fertpy/core/domain/classe.py
src/fertpy/core/domain/corretivo_solo.py
src/fertpy/core/domain/criterio.py
src/fertpy/core/domain/excecoes.py
src/fertpy/core/domain/fertilizante.py
src/fertpy/core/domain/intervalo.py
src/fertpy/core/domain/modelo_agronomico.py
src/fertpy/core/domain/recomendacao.py
src/fertpy/core/engine/avaliador.py
src/fertpy/core/engine/calculo_calagem.py
src/fertpy/core/engine/formulacao_adubacao.py
src/fertpy/core/engine/formulacao_calagem.py
src/fertpy/core/engine/nutriente_fornecido.py
src/fertpy/core/engine/fracionamento/nitrogenio.py
src/fertpy/core/engine/solver/adubacao/custo_minimo.py
src/fertpy/core/engine/solver/adubacao/fonte_unica.py
src/fertpy/core/engine/solver/adubacao/quantidade_minima.py
src/fertpy/core/engine/solver/base/programacao_linear.py
src/fertpy/core/engine/solver/calagem/custo_minimo.py
src/fertpy/core/engine/solver/calagem/quantidade_minima.py
src/fertpy/core/factories/criador_corretivo.py
src/fertpy/core/factories/criador_fertilizante.py
src/fertpy/correcao_solo/__init__.py
src/fertpy/correcao_solo/calagem.py
src/fertpy/formulacao/adubacao.py
src/fertpy/formulacao/calagem.py
src/fertpy/formulacao/fornecimento.py
src/fertpy/formulacao/proporcao.py
src/fertpy/infra/loaders/adubacao_loader.py
src/fertpy/infra/loaders/correcao_loader.py
src/fertpy/infra/loaders/fonte_loader.py
src/fertpy/infra/parsing/calagem_parser.py
src/fertpy/infra/parsing/condicao.py
src/fertpy/infra/parsing/fontes.py
src/fertpy/infra/parsing/fracionamento.py
src/fertpy/infra/parsing/intervalo.py
src/fertpy/infra/parsing/modelo_agronomico.py
src/fertpy/knowledge/boletim_100/adubacao/fontes.yaml
src/fertpy/knowledge/boletim_100/adubacao/milho/__init__.py
src/fertpy/knowledge/boletim_100/adubacao/milho/graos/fosforo.yaml
src/fertpy/knowledge/boletim_100/adubacao/milho/graos/nitrogenio.yaml
src/fertpy/knowledge/boletim_100/adubacao/milho/graos/potassio.yaml
src/fertpy/knowledge/boletim_100/adubacao/milho/silagem/fosforo.yaml
src/fertpy/knowledge/boletim_100/adubacao/milho/silagem/nitrogenio.yaml
src/fertpy/knowledge/boletim_100/adubacao/milho/silagem/potassio.yaml
src/fertpy/knowledge/boletim_100/calagem/fontes.yaml
src/fertpy/knowledge/boletim_100/calagem/milho.yaml
src/fertpy/nutrientes/__init__.py
src/fertpy/nutrientes/fosforo.py
src/fertpy/nutrientes/nitrogenio.py
src/fertpy/nutrientes/potassio.py
src/fertpy/services/validacao_parametros.py
src/fertpy/utils/parametros.py
tests/test_calagem.py
tests/test_formulacao_cenarios.py
tests/test_formulacao_erros.py
tests/test_fosforo.py
tests/test_nitrogenio.py
tests/test_nutrientes_fornecidos.py
tests/test_potassio.py