Skip to main content

Validata Web API

Project description

Validata API

PyPI

Web API for Validata

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://git.opendatafrance.net/validata/validata-docker

Develop

Install

We recommend using venv python standard package:

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

Install the project dependencies:

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

Configure

cp .env.example .env

Customize the configuration variables in .env file.

Do not commit .env.

See also: https://github.com/theskumar/python-dotenv

Serve

Start the web server...

./serve.sh

... then open http://localhost:5600/

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

Validata-API-0.5.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

Validata_API-0.5.0-py3-none-any.whl (20.7 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