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 (using master branch of validata-core project):

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

To use a specific distant git development branch of validata_core :

pip install -r requirements.txt
pip uninstall validata_core
pip install git+https://git.opendatafrance.net/validata/validata-core.git@development-branch
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/

Test the API - example for schema of Infrastructures de recharge pour véhicules électriques

File to validate: https://opendata.paris.fr/explore/dataset/belib-points-de-recharge-pour-vehicules-electriques-donnees-statiques/download?format=csv&timezone=Europe/Berlin&use_labels_for_header=false

Schema used: https://schema.data.gouv.fr/schemas/etalab/schema-irve/2.1.0/schema.json

Validate data (case-sensitive validation of headers):

http://localhost:5600/validate?schema=https%3A%2F%2Fschema.data.gouv.fr%2Fschemas%2Fetalab%2Fschema-irve%2F2.1.0%2Fschema.json&url=https%3A%2F%2Fopendata.paris.fr%2Fexplore%2Fdataset%2Fbelib-points-de-recharge-pour-vehicules-electriques-donnees-statiques%2Fdownload%3Fformat%3Dcsv%26timezone%3DEurope%2FBerlin%26use_labels_for_header%3Dfalse

http://localhost:5600/validate?schema=https%3A%2F%2Fschema.data.gouv.fr%2Fschemas%2Fetalab%2Fschema-irve%2F2.1.0%2Fschema.json&url=https%3A%2F%2Fopendata.paris.fr%2Fexplore%2Fdataset%2Fbelib-points-de-recharge-pour-vehicules-electriques-donnees-statiques%2Fdownload%3Fformat%3Dcsv%26timezone%3DEurope%2FBerlin%26use_labels_for_header%3Dfalse&header_case=True

Validate data (case-insensitive validation of headers):

http://localhost:5600/validate?schema=https%3A%2F%2Fschema.data.gouv.fr%2Fschemas%2Fetalab%2Fschema-irve%2F2.1.0%2Fschema.json&url=https%3A%2F%2Fopendata.paris.fr%2Fexplore%2Fdataset%2Fbelib-points-de-recharge-pour-vehicules-electriques-donnees-statiques%2Fdownload%3Fformat%3Dcsv%26timezone%3DEurope%2FBerlin%26use_labels_for_header%3Dfalse&header_case=False

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-api pipelines)

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.7.4.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

Validata_API-0.7.4-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file Validata-API-0.7.4.tar.gz.

File metadata

  • Download URL: Validata-API-0.7.4.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for Validata-API-0.7.4.tar.gz
Algorithm Hash digest
SHA256 0438b773c0d58b7eb27efc93458bd550a7c7656a51a69340e97f3e9fa8d1237e
MD5 84e5d40862a8696dfdfc128895e34436
BLAKE2b-256 2c88095a161f1cab5a84cd4e129341e4aeffea58d90eb0ee1791d95e56a3fb6e

See more details on using hashes here.

File details

Details for the file Validata_API-0.7.4-py3-none-any.whl.

File metadata

  • Download URL: Validata_API-0.7.4-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for Validata_API-0.7.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c574ca1f887962b11f7d254aba08bc3f6b37a71f9858e375cf110fbdda680b1c
MD5 bdf249dc4a39d9d09acfda182307eb5c
BLAKE2b-256 b9ce57aff283a4add93a7941d55bf71d36370f85f4f36860e354d3e8a23b4b91

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