{% include 'header.html' %}

Perdu webapp

Perdu is a python library and webapp for searching standard industry and product classifiers.

Search nomenclature catalogues:
Upload file for matching:
{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
{% include 'footer.html' %}