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:
- Add "perfectextractor_ui" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'widget_tweaks',
'perfectextractor_ui,
]
- Include the perfectextractor_ui URLconf in your project urls.py like this:
path('perfectextractor/', include('perfectextractor_ui.urls')),
-
Run
python manage.py migrateto create the required models. -
Run your app and configure your corpora in the admin panel.
How to run stand-alone:
- Create a python virtual environment for running perfectextractor-ui:
virtualenv -ppython3 /path/to/venv/
source /path/to/venv/bin/activate
- Install package and requirements:
cd /path/to/perfectextractor-ui
pip install -r requirements.txt
pip install .
-
Run
python manage.py migrateto create the required models. -
Start the app:
python manage.py runserver
- Configure your corpora in the admin panel (e.g. http://localhost:8000/admin/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eab64ba7875c1af1f285e87594b151e94f11a785509a0d1e11c799a36f661bd
|
|
| MD5 |
de80c7f2a3787da202d8447b9b0e80e1
|
|
| BLAKE2b-256 |
354939a76e74eb9020139545c5cf7be0df825e93f6ecce9d56d64ff0928ed868
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c65a6bcb3ee1c392ee3c2283fc081415652f38cc66b488ff6dacbcaef31500a
|
|
| MD5 |
1bf3f7a7c8dca5912c12df913c66dc08
|
|
| BLAKE2b-256 |
358469fe018fcd5ad648c6ccfafecad99a7912c6a43ba46f591d387c3ea214c2
|