=================================================
Utilities for Bootstrapping Validation Components
=================================================
Utilities for Bootstrapping Validation Components
Validation Component Bootstrap Utils is a comprehensive set of Python scripts and utilities designed to streamline the process of parsing and validating tab-delimited or comma-separated files. This toolkit automates the generation of essential modules, making it easier to integrate file validation components into your projects.
Modules Generated
validator.py: This module provides a robust set of functions and classes for validating data within the specified file format. It ensures that the content adheres to defined standards, offering a solid foundation for data integrity.
parser.py: The parser module facilitates efficient extraction of data from tab-delimited or comma-separated files. It is engineered to handle various data structures and file layouts, ensuring flexibility and adaptability to diverse use cases.
record.py: The record module defines structures for organizing and representing individual records within the files. It lays the groundwork for maintaining data consistency and ease of manipulation during the parsing and validation processes.
file_validation.py: This module orchestrates the validation and parsing processes, providing a unified interface for users. It acts as the entry point for utilizing the toolkit, promoting simplicity and coherence in handling file operations.
Exported console script
-----------------------
* bootstrap-validation-component - This script is the main entry point for the Validation Component Bootstrap Utils toolkit. It generates the essential modules for parsing and validating tab-delimited or comma-separated files, streamlining the integration of validation components into your projects.
Usage:
.. code-block:: bash
bootstrap-validation-component --infile examples/sample.tsv --data_file_type VCF --namespace su.vcf --verbose
--config_file was not specified and therefore was set to
'/home/sundaram/projects/validation-component-bootstrap-utils/venv/lib/python3.10/site-packages/validation_component_bootstrap_utils/conf/config.yaml'
--outdir was not specified and therefore was set to '/tmp/generate_validation_module/2023-12-19-123510'
Created output directory '/tmp/generate_validation_module/2023-12-19-123510'
--template_path was not specified and therefore was set to
'/home/sundaram/projects/validation-component-bootstrap-utils/venv/lib/python3.10/site-packages/validation_component_bootstrap_utils/templates/validation'
--logfile was not specified and therefore was set to '/tmp/generate_validation_module/2023-12-19-123510/generate_validation_module.log'
Wrote validator.py file '/tmp/generate_validation_module/2023-12-19-123510/su/vcf/validator.py'
Wrote validate_file.py file '/tmp/generate_validation_module/2023-12-19-123510/validate_file.py'
Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/0_#CHROM.tsv'
Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/1_POS.tsv'
Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/2_ID.tsv'
Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/3_REF.tsv'
Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/4_ALT.tsv'
Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/5_QUAL.tsv'
Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/6_FILTER.tsv'
Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/7_INFO.tsv'
Wrote record.py file '/tmp/generate_validation_module/2023-12-19-123510/su/vcf/record.py'
The log file is '/tmp/generate_validation_module/2023-12-19-123510/generate_validation_module.log'
Execution of
'/home/sundaram/projects/validation-component-bootstrap-utils/venv/lib/python3.10/site-packages/validation_component_bootstrap_utils/generate_validation_module.py' completed
=======
History
=======
0.1.0 (2023-12-19)
------------------
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/jai-python3/validation-component-bootstrap-utils",
"name": "validation-component-bootstrap-utils",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "validation_component_bootstrap_utils",
"author": "Jaideep Sundaram",
"author_email": "jai.python3@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/57/76/35d2465f4b9573418730ab95fe47101d5400946f12df8688296cfc3c065c/validation_component_bootstrap_utils-0.5.2.tar.gz",
"platform": null,
"description": "=================================================\nUtilities for Bootstrapping Validation Components\n=================================================\n\nUtilities for Bootstrapping Validation Components\n\n\nValidation Component Bootstrap Utils is a comprehensive set of Python scripts and utilities designed to streamline the process of parsing and validating tab-delimited or comma-separated files. This toolkit automates the generation of essential modules, making it easier to integrate file validation components into your projects.\n\nModules Generated\n\nvalidator.py: This module provides a robust set of functions and classes for validating data within the specified file format. It ensures that the content adheres to defined standards, offering a solid foundation for data integrity.\n\nparser.py: The parser module facilitates efficient extraction of data from tab-delimited or comma-separated files. It is engineered to handle various data structures and file layouts, ensuring flexibility and adaptability to diverse use cases.\n\nrecord.py: The record module defines structures for organizing and representing individual records within the files. It lays the groundwork for maintaining data consistency and ease of manipulation during the parsing and validation processes.\n\nfile_validation.py: This module orchestrates the validation and parsing processes, providing a unified interface for users. It acts as the entry point for utilizing the toolkit, promoting simplicity and coherence in handling file operations.\n\n\n\nExported console script\n-----------------------\n\n* bootstrap-validation-component - This script is the main entry point for the Validation Component Bootstrap Utils toolkit. It generates the essential modules for parsing and validating tab-delimited or comma-separated files, streamlining the integration of validation components into your projects.\n\nUsage:\n\n.. code-block:: bash\n\n bootstrap-validation-component --infile examples/sample.tsv --data_file_type VCF --namespace su.vcf --verbose \n --config_file was not specified and therefore was set to \n '/home/sundaram/projects/validation-component-bootstrap-utils/venv/lib/python3.10/site-packages/validation_component_bootstrap_utils/conf/config.yaml'\n --outdir was not specified and therefore was set to '/tmp/generate_validation_module/2023-12-19-123510'\n Created output directory '/tmp/generate_validation_module/2023-12-19-123510'\n --template_path was not specified and therefore was set to \n '/home/sundaram/projects/validation-component-bootstrap-utils/venv/lib/python3.10/site-packages/validation_component_bootstrap_utils/templates/validation'\n --logfile was not specified and therefore was set to '/tmp/generate_validation_module/2023-12-19-123510/generate_validation_module.log'\n Wrote validator.py file '/tmp/generate_validation_module/2023-12-19-123510/su/vcf/validator.py'\n Wrote validate_file.py file '/tmp/generate_validation_module/2023-12-19-123510/validate_file.py'\n Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/0_#CHROM.tsv'\n Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/1_POS.tsv'\n Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/2_ID.tsv'\n Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/3_REF.tsv'\n Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/4_ALT.tsv'\n Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/5_QUAL.tsv'\n Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/6_FILTER.tsv'\n Wrote column report file '/tmp/generate_validation_module/2023-12-19-123510/7_INFO.tsv'\n Wrote record.py file '/tmp/generate_validation_module/2023-12-19-123510/su/vcf/record.py'\n The log file is '/tmp/generate_validation_module/2023-12-19-123510/generate_validation_module.log'\n Execution of \n '/home/sundaram/projects/validation-component-bootstrap-utils/venv/lib/python3.10/site-packages/validation_component_bootstrap_utils/generate_validation_module.py' completed\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2023-12-19)\n------------------\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": null,
"summary": "Utilities for Bootstrapping Validation Components",
"version": "0.5.2",
"project_urls": {
"Homepage": "https://github.com/jai-python3/validation-component-bootstrap-utils"
},
"split_keywords": [
"validation_component_bootstrap_utils"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eb7b8087679760ce6a9a55559932612242a765f30d7fba4b60a43fc831187057",
"md5": "d3d59594e6dd89cdda0277e0fc8e7ade",
"sha256": "f40f9b5ebdaf64e80bee328251a37539b76e10b5dbd08196cbe621726c0e53de"
},
"downloads": -1,
"filename": "validation_component_bootstrap_utils-0.5.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d3d59594e6dd89cdda0277e0fc8e7ade",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.10",
"size": 30049,
"upload_time": "2025-02-15T14:47:15",
"upload_time_iso_8601": "2025-02-15T14:47:15.064510Z",
"url": "https://files.pythonhosted.org/packages/eb/7b/8087679760ce6a9a55559932612242a765f30d7fba4b60a43fc831187057/validation_component_bootstrap_utils-0.5.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "577635d2465f4b9573418730ab95fe47101d5400946f12df8688296cfc3c065c",
"md5": "178f6b02e09a943ae6f6aebacb5d3611",
"sha256": "1d13ea3a1db5191a16c6d3c22f1ffc9726039301fa9479dda81c61c3c6ad2588"
},
"downloads": -1,
"filename": "validation_component_bootstrap_utils-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "178f6b02e09a943ae6f6aebacb5d3611",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 24724,
"upload_time": "2025-02-15T14:47:16",
"upload_time_iso_8601": "2025-02-15T14:47:16.923292Z",
"url": "https://files.pythonhosted.org/packages/57/76/35d2465f4b9573418730ab95fe47101d5400946f12df8688296cfc3c065c/validation_component_bootstrap_utils-0.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-15 14:47:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jai-python3",
"github_project": "validation-component-bootstrap-utils",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "click",
"specs": []
},
{
"name": "colorama",
"specs": []
},
{
"name": "PyYAML",
"specs": []
},
{
"name": "Rich",
"specs": []
},
{
"name": "Jinja2",
"specs": []
}
],
"tox": true,
"lcname": "validation-component-bootstrap-utils"
}