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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file perfectextractor-ui-0.1.8.tar.gz.

File metadata

  • Download URL: perfectextractor-ui-0.1.8.tar.gz
  • Upload date:
  • Size: 128.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2

File hashes

Hashes for perfectextractor-ui-0.1.8.tar.gz
Algorithm Hash digest
SHA256 6eab64ba7875c1af1f285e87594b151e94f11a785509a0d1e11c799a36f661bd
MD5 de80c7f2a3787da202d8447b9b0e80e1
BLAKE2b-256 354939a76e74eb9020139545c5cf7be0df825e93f6ecce9d56d64ff0928ed868

See more details on using hashes here.

File details

Details for the file perfectextractor_ui-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: perfectextractor_ui-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 133.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/20.7.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2

File hashes

Hashes for perfectextractor_ui-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0c65a6bcb3ee1c392ee3c2283fc081415652f38cc66b488ff6dacbcaef31500a
MD5 1bf3f7a7c8dca5912c12df913c66dc08
BLAKE2b-256 358469fe018fcd5ad648c6ccfafecad99a7912c6a43ba46f591d387c3ea214c2

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