LICENSE
MANIFEST.in
README.md
__init__.py
apps.py
cache.py
decorators.py
exceptions.py
forms.py
injection.py
json_logic.py
mixins.py
py.typed
pyproject.toml
registry.py
signals.py
./__init__.py
./apps.py
./cache.py
./decorators.py
./exceptions.py
./forms.py
./injection.py
./json_logic.py
./mixins.py
./py.typed
./registry.py
./signals.py
management/__init__.py
management/commands/__init__.py
management/commands/sinpapel_export_flujo.py
management/commands/sinpapel_import_flujo.py
management/commands/sinpapel_verificar_slas.py
migrations/0001_initial.py
migrations/0002_condiciontransicion.py
migrations/0003_slaconfiguracion.py
migrations/0004_historicalinstanciadocumento_porcentaje_and_more.py
migrations/0005_historicalinstanciadocumento_archivo_and_more.py
migrations/0006_remove_seguimientoworkflow_monto_aprobado.py
migrations/__init__.py
models/__init__.py
models/attachments.py
models/documents.py
models/predicates.py
models/signatures.py
models/sla.py
models/workflow.py
schemas/__init__.py
schemas/flujo_export.py
services/__init__.py
services/predicate_engine.py
services/side_effects.py
services/sla_engine.py
services/workflow_engine.py
signing/__init__.py
signing/dto.py
signing/exceptions.py
signing/factory.py
signing/ports.py
signing/backends/__init__.py
signing/backends/fake.py
signing/backends/fiel.py
signing/backends/manual.py
sinpapel.egg-info/PKG-INFO
sinpapel.egg-info/SOURCES.txt
sinpapel.egg-info/dependency_links.txt
sinpapel.egg-info/requires.txt
sinpapel.egg-info/top_level.txt
tests/test_cache.py
tests/test_cache_integration.py
tests/test_decorator.py
tests/test_evaluar_requisitos_documentales.py
tests/test_flow_portability.py
tests/test_forms_factory.py
tests/test_i18n.py
tests/test_instanciadocumento_archivo.py
tests/test_migrations.py
tests/test_mixins.py
tests/test_no_creditos_dep.py
tests/test_predicates.py
tests/test_preview_transition_injection.py
tests/test_registry.py
tests/test_requisito_documental_enforce.py
tests/test_serializers_factory.py
tests/test_side_effects.py
tests/test_signals.py
tests/test_signals_module.py
tests/test_sla.py
tests/test_workflow_engine.py