Skip to main content

Validata Web UI

Project description

Validata UI

PyPI

Validata user interface

Usage

You can use the online instance of Validata:

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://gitlab.com/validata-table/validata-docker

Develop

Install

We recommend using venv standard package:

python -m venv .venv
source .venv/bin/activate

Install the project dependencies (using last release of validata-core project):

pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -e .

To use a specific distant git development branch of validata-core project:

pip install -r requirements.txt
pip install -r requirements-dev.txt
pip uninstall validata_core
pip install git+https://gitlab.com/validata-table/validata-core.git@<development-branch-name>
pip install -e .

PDF report generation uses:

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/

Test

UI tests can be launched using Cypress tool

Release a new version

  • Update version in setup.py and CHANGELOG.md files
  • Commit changes using Release as commit message
  • Create git tag (starting with "v" for the release)
  • Git push: git push && git push --tagss
  • Check that container image is well built and pypi package is created (validata-ui pipelines)

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

validata_ui-0.7.9.tar.gz (28.7 kB view details)

Uploaded Source

Built Distribution

validata_ui-0.7.9-py3-none-any.whl (71.2 kB view details)

Uploaded Python 3

File details

Details for the file validata_ui-0.7.9.tar.gz.

File metadata

  • Download URL: validata_ui-0.7.9.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for validata_ui-0.7.9.tar.gz
Algorithm Hash digest
SHA256 5b83642026847e2331469398cb7382bf2554302c346aa59521ac49c66c09377d
MD5 f53f266680f743747b5d6a6564e62536
BLAKE2b-256 726ab244148a8207a6c2e9bf614870ed9bf2990a9edc7051acafeec584ee1cdd

See more details on using hashes here.

File details

Details for the file validata_ui-0.7.9-py3-none-any.whl.

File metadata

  • Download URL: validata_ui-0.7.9-py3-none-any.whl
  • Upload date:
  • Size: 71.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.17

File hashes

Hashes for validata_ui-0.7.9-py3-none-any.whl
Algorithm Hash digest
SHA256 3b8d10f05aeb90d3881330d6c3520cf9f50a7c27ec24a6e621af653a18677811
MD5 fafc756107988aae41512745f2d761d6
BLAKE2b-256 b2f2c71fd2188ff6a3941c3ffe4f3981842d50f7ef6cbe451db8319a3a93520d

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