Skip to main content

Python library and webapp for searching standard industry and product classifiers

Project description

Perdu

Python library and webapp for matching against standard industry and product classifiers. Comes with NAICS, GS1, and USEEIO built-in.

Build Status Build status Coverage Status

Installation

Install using pip or conda:

conda -c conda-forge -c cmutel perdu

-or-

pip install perdu

Depends on:

  • appdirs
  • docopt
  • flask
  • peewee
  • rdflib
  • rdflib-jsonld
  • whoosh

Usage

As a webapp:

conda_webapp

As a library:

import perdu
perdu.search_useeio("plastic toy")

Search basics

Perdu uses whoosh as the search engine. When you first import it, Perdu will import the three built-in catalogues in around one minute.

Built-in catalogues

Uploading data

Currently, the only possibility to upload data to the web interface is via CSV, with the first column being the item name or title, and the second (optional) column being the item description. See perdu.test.fixtures for examples.

Adding other catalogues

See the files in perdu.extraction for examples on how to extract data from PDFs (NAICS), XML (GS1), and JSON (USEEIO). Each search catalogue will have its own schema, but Perdu expects these schemas to have at least the columns name, description, and code (see examples in perdu.searching). New catalogues will need to have suitable functions provided in perdu.webapp.search_mapping.

Advanced searching

In addition to the default search method used in the web interface, Perdu also offers search corrections (search_corrector_gs1, search_corrector_naics, and search_corrector_useeio) and disjunction maximization (search_gs1_disjoint, search_useeio_disjoint, and search_naics_disjoint).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

perdu-0.2.1.tar.gz (624.8 kB view details)

Uploaded Source

File details

Details for the file perdu-0.2.1.tar.gz.

File metadata

  • Download URL: perdu-0.2.1.tar.gz
  • Upload date:
  • Size: 624.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1.post20191125 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3

File hashes

Hashes for perdu-0.2.1.tar.gz
Algorithm Hash digest
SHA256 ad7e0dc431173d661e291b5e2f7266a36f7bba8ea7849cf873e9df82d96db1d2
MD5 cd2075cc7f33689300f134aceac2e1d2
BLAKE2b-256 7e56bb3e08cb491c18d2ecc19d2ec04669fd0a41db25dea91a1835c871acc5e1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page