Skip to main content

A web frontend for perfectextractor

Project description

Quick start

This package provides a user interface for PerfectExtractor in the form of a Django web application. It can be used as part of bigger app (such as TimeAlign) or stand-alone.

How to install inside another Django app:

  1. Add "perfectextractor_ui" to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'widget_tweaks',
        'perfectextractor_ui,
    ]
  1. Include the perfectextractor_ui URLconf in your project urls.py like this:
    path('perfectextractor/', include('perfectextractor_ui.urls')),
  1. Run python manage.py migrate to create the required models.

  2. Run your app and configure your corpora in the admin panel.

How to run stand-alone:

  1. Create a python virtual environment for running perfectextractor-ui:
virtualenv -ppython3 /path/to/venv/
source /path/to/venv/bin/activate
  1. Install package and requirements:
cd /path/to/perfectextractor-ui
pip install -r requirements.txt
pip install .
  1. Run python manage.py migrate to create the required models.

  2. Start the app:

python manage.py runserver
  1. Configure your corpora in the admin panel (e.g. http://localhost:8000/admin/)

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

perfectextractor-ui-0.1.8.tar.gz (128.8 kB view hashes)

Uploaded Source

Built Distribution

perfectextractor_ui-0.1.8-py3-none-any.whl (133.6 kB view hashes)

Uploaded Python 3

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