You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nadap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nadap

nadap validates and pre-process data structure, data types and values

1.5.3
pipPyPI
Maintainers
1

nadap

Namespace Aware Data Validator and Pre-processor

Introduction

This Python module provides data validation against a data schema. The data schema describes the structure, the data types and all value limitations which a given data must match.

In addition data values at defined points within the data schema can be referenced among each other. They can be tested on uniqueness or if at some point in the data a value (consumer) is the same value that is located at another point in data (producer).

Furthermore, input data can be enriched with default values or values can be converted (i.e. into another data type).

Documentation

A documentation about the concept, features, data types, API details and examples can be found at Read the Docs.

License

This project is licensed under GPLv3. See LICENSE file within this project.

Contributing

The source code development is hosted at GitLab.com.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts