Validata UI
Validata user interface
Usage
You can use the online instance of Validata:
- user interface: https://go.validata.fr/
- API: https://go.validata.fr/api/v1/
- API docs: https://go.validata.fr/api/v1/apidocs
Several software services compose the Validata stack. The recommended way to run it on your computer is to use Docker. Otherwise you can install each component of this stack manually, for example if you want to contribute by developing a new feature or fixing a bug.
Run with Docker
Read instructions at https://git.opendatafrance.net/validata/validata-docker
Develop
Install
We recommend using virtualenv.
Install the project dependencies:
pip install -e .
Validata UI depends on Validata API, so you must install it also.
PDF report generation uses Headless Chromium:
apt install -y chromium
Configure
cp .env.example .env
Customize the configuration variables in .env file.
Do not commit .env.
Serve
Start the web server...
./serve.sh
... then open http://localhost:5601/
Release files for validata-ui 0.2.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| validata_ui-0.2.9.tar.gz | 12.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| validata_ui-0.2.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 76.2 kB
Release files / validata_ui-0.2.9.tar.gz
| Download URL | validata_ui-0.2.9.tar.gz |
|---|---|
| Size | 12.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
152f5ed678184a8daf49837814c4052a4c76b2a8fe27e9407fbb37109cabb7d4
|
|
BLAKE2b-256 checksum How to use checksums |
7427c6c50e4079c2d9c7a8cfb42fa467cfb8f1796aecafcc5c9b1119cc6e3a93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
|
Release files / validata_ui-0.2.9-py3-none-any.whl
| Download URL | validata_ui-0.2.9-py3-none-any.whl |
|---|---|
| Size | 64.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
873520b59f3ef1fa48e645a9d0a42bbd8497be573ad63c06faaf39ad35ac53fa
|
|
BLAKE2b-256 checksum How to use checksums |
23b5f5745d5249c0e6cad743a754f331eda521f1004eee574cbd436ccc617da5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
|