nadap validates and pre-process data structure, data types and values
Project description
nadap
Namespace Aware Data Validator and Pre-processor
Project under construction! Not a running code base yet!
Introduction
nadap can validate and pre-process a given data structure. Data can be one single data object or many objects, which are validated and pre-processed one by one.
Validation means
- checking if given data structure matches the defined data schema,
- checking if given data values matches the defined data types and values or value ranges, and
- checking if given data values reference correctly to each other.
Referencing can check if a value at a point in the data structure is unique (i.e. ID) and/or if a value is defined (produced) at a point in the data structure, when it is used (consumed) at another point in the data structure. At a producing point in the data structure the reference may be defined with credits. A consuming point in the data structure can also be defined with credits. If so, each value, which is produced adds credits to that value, and each value, which is consumed subtracts credits from that value. Produced credits must be more or evan to consumed credits.
Pre-processing provides the option to add default values to the data structure while validating it. Thus, it can substitute the default value handling within the application code.
License
This project is licensed under GPLv3. See LICENSE file within this project.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nadap-1.0.0.tar.gz.
File metadata
- Download URL: nadap-1.0.0.tar.gz
- Upload date:
- Size: 42.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b743be0ad748a61e6c51b9b40d463624dd72d18b9c620f5491b199fa5c5057d9
|
|
| MD5 |
2dd20c2433739452eaf45ad449575901
|
|
| BLAKE2b-256 |
d120c538e9d15553f68f3d98bb342b253bcb140bbd63cb5c241a827af33c3ec6
|
File details
Details for the file nadap-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nadap-1.0.0-py3-none-any.whl
- Upload date:
- Size: 66.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a6e23d29382d69e01d77131f59864e591372e614c0f6b54d5989d529bdd4476
|
|
| MD5 |
2dc76338f0f1cf46ceabac1cea08ffdc
|
|
| BLAKE2b-256 |
44bd7e592c2783bacecd1705aead01a1340f08207f305bfb96d30ae6ca7ef026
|