{"id":16426284,"url":"https://github.com/vroncevic/ats_utilities","last_synced_at":"2025-03-21T04:30:44.264Z","repository":{"id":42012375,"uuid":"82488192","full_name":"vroncevic/ats_utilities","owner":"vroncevic","description":"Application/Tool/Script Utilities","archived":false,"fork":false,"pushed_at":"2024-07-07T21:40:55.000Z","size":15833,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-10T20:53:47.204Z","etag":null,"topics":["cfg","cli","configuration","freebsd","ini","json","linux","macos","python3","qnx","setup","unix","utilities","xml","yaml"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/ats_utilities","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-19T20:42:11.000Z","updated_at":"2025-01-31T11:27:43.000Z","dependencies_parsed_at":"2023-12-10T13:29:07.922Z","dependency_job_id":"cdf4665d-fc2e-4099-acf9-3232fe63797a","html_url":"https://github.com/vroncevic/ats_utilities","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fats_utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fats_utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fats_utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fats_utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/ats_utilities/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244109631,"owners_count":20399559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cfg","cli","configuration","freebsd","ini","json","linux","macos","python3","qnx","setup","unix","utilities","xml","yaml"],"created_at":"2024-10-11T08:08:16.671Z","updated_at":"2025-03-21T04:30:43.734Z","avatar_url":"https://github.com/vroncevic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ATS Utilities\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/ats_utilities/dev/docs/ats_utilities_logo.png\" width=\"25%\"\u003e\n\n**ats_utilities** is framework for creating Apps/Tools/Scripts.\n\nDeveloped in **[python](https://www.python.org/)** code.\n\nThe README is used to introduce the modules and provide instructions on\nhow to install the modules, any machine dependencies it may have and any\nother information that should be provided before the modules are installed.\n\n[![ats_utilities_python_checker](https://github.com/vroncevic/ats_utilities/actions/workflows/ats_utilities_python_checker.yml/badge.svg)](https://github.com/vroncevic/ats_utilities/actions/workflows/ats_utilities_python_checker.yml) [![ats_utilities_package_checker](https://github.com/vroncevic/ats_utilities/actions/workflows/ats_utilities_package_checker.yml/badge.svg)](https://github.com/vroncevic/ats_utilities/actions/workflows/ats_utilities_package_checker.yml) [![GitHub issues open](https://img.shields.io/github/issues/vroncevic/ats_utilities.svg)](https://github.com/vroncevic/ats_utilities/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/ats_utilities.svg)](https://github.com/vroncevic/ats_utilities/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n    - [Install using pip](#install-using-pip)\n    - [Install using build](#install-using-build)\n    - [Install using py setup](#install-using-py-setup)\n    - [Install using docker](#install-using-docker)\n- [Dependencies](#dependencies)\n- [Framework structure](#framework-structure)\n- [Code coverage](#code-coverage)\n- [Docs](#docs)\n- [Contributing](#contributing)\n- [Copyright and Licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\nUsed next development environment\n\n![debian linux os](https://raw.githubusercontent.com/vroncevic/ats_utilities/dev/docs/debtux.png)\n\n[![ats_utilities_python3_build](https://github.com/vroncevic/ats_utilities/actions/workflows/ats_utilities_python3_build.yml/badge.svg)](https://github.com/vroncevic/ats_utilities/actions/workflows/ats_utilities_python3_build.yml)\n\nCurrently there are four ways to install framework\n* Install process based on using pip mechanism\n* Install process based on build mechanism\n* Install process based on setup.py mechanism\n* Install process based on docker mechanism\n\n##### Install using pip\n\nPython is located at **[pypi.org](https://pypi.org/project/ats-utilities/)**.\n\nYou can install by using pip\n\n```bash\n# python3\npip3 install ats-utilities\n```\n\n##### Install using build\n\nNavigate to **[release page](https://github.com/vroncevic/ats_utilities/releases)** download and extract release archive.\n\nTo install **ats-utilities**, run\n\n```bash\ntar xvzf ats-utilities-x.y.z.tar.gz\ncd ats-utilities-x.y.z\n# python3\nwget https://bootstrap.pypa.io/get-pip.py\npython3 get-pip.py \npython3 -m pip install --upgrade setuptools\npython3 -m pip install --upgrade pip\npython3 -m pip install --upgrade build\npip3 install -r requirements.txt\npython3 -m build --no-isolation --wheel\npip3 install dist/ats-utilities-x.y.z-py3-none-any.whl\nrm -f get-pip.py\n```\n\n##### Install using py setup\n\nNavigate to **[release page](https://github.com/vroncevic/ats_utilities/releases)** download and extract release archive.\n\nTo install **ats-utilities**, locate and run setup.py with arguments\n\n```bash\ntar xvzf ats-utilities-x.y.z.tar.gz\ncd ats-utilities-x.y.z\n# python3\nwget https://bootstrap.pypa.io/get-pip.py\npython3 get-pip.py\npython3 -m pip install --upgrade setuptools\npython3 -m pip install --upgrade pip\npython3 -m pip install --upgrade build\npip3 install -r requirements.txt\npython3 setup.py install_lib\npython3 setup.py install_egg_info\nrm -f get-pip.py\n```\n\n##### Install using docker\n\nYou can use Dockerfile to create image/container.\n\n### Dependencies\n\nThese modules requires other modules and libraries (Python 3.x)\n* [yaml - YAML parser and emitter for Python](https://pypi.org/project/PyYAML/)\n* [bs4 - Screen-scraping library](https://pypi.org/project/beautifulsoup4/)\n* [colorama - Cross-platform colored terminal text](https://pypi.org/project/colorama/)\n* [lxml - XML processing library](https://pypi.org/project/lxml/)\n\n### Framework structure\n\n**ats_utilities** is based on OOP.\n\nFramework structure\n\n```bash\n    ats_utilities/\n          ├── checker\n          │   └── __init__.py\n          ├── cli/\n          │   └── __init__.py\n          ├── config_io/\n          │   ├── cfg/\n          │   │   ├── cfg2object.py\n          │   │   ├── __init__.py\n          │   │   └── object2cfg.py\n          │   ├── file_check.py\n          │   ├── ini/\n          │   │   ├── ini2object.py\n          │   │   ├── __init__.py\n          │   │   └── object2ini.py\n          │   ├── __init__.py\n          │   ├── json/\n          │   │   ├── __init__.py\n          │   │   ├── json2object.py\n          │   │   └── object2json.py\n          │   ├── xml/\n          │   │   ├── __init__.py\n          │   │   ├── object2xml.py\n          │   │   └── xml2object.py\n          │   └── yaml/\n          │       ├── __init__.py\n          │       ├── object2yaml.py\n          │       └── yaml2object.py\n          ├── console_io/\n          │   ├── error.py\n          │   ├── __init__.py\n          │   ├── success.py\n          │   ├── verbose.py\n          │   └── warning.py\n          ├── exceptions/\n          │   ├── ats_attribute_error.py\n          │   ├── ats_bad_call_error.py\n          │   ├── ats_file_error.py\n          │   ├── ats_key_error.py\n          │   ├── ats_lookup_error.py\n          │   ├── ats_parameter_error.py\n          │   ├── ats_type_error.py\n          │   ├── ats_value_error.py\n          │   └── __init__.py\n          ├── info/\n          │   ├── ats_build_date.py\n          │   ├── ats_info_ok.py\n          │   ├── ats_licence.py\n          │   ├── ats_name.py\n          │   ├── ats_version.py\n          │   └── __init__.py\n          ├── __init__.py\n          ├── logging/\n          │   └── __init__.py\n          ├── option/\n          │   └── __init__.py\n          ├── pro_config/\n          │   ├── __init__.py\n          │   ├── pro_name.py\n          │   └── template_dir.py\n          ├── py.typed\n          └── splash/\n              ├── ext_infrastructure.py\n              ├── github_infrastructure.py\n              ├── __init__.py\n              ├── progress_bar.py\n              ├── splash_property.py\n              └── terminal_properties.py\n\n    16 directories, 52 files\n```\n\n### Code coverage\n\n| Name | Stmts | Miss | Cover |\n|------|-------|------|-------|\n| `ats_utilities/__init__.py` | 0 | 0 | 100%|\n| `ats_utilities/checker/__init__.py` | 73 | 23 | 68%|\n| `ats_utilities/cli/__init__.py` | 62 | 16 | 74%|\n| `ats_utilities/config_io/__init__.py` | 58 | 2 | 97%|\n| `ats_utilities/config_io/cfg/__init__.py` | 46 | 3 | 93%|\n| `ats_utilities/config_io/cfg/cfg2object.py` | 46 | 3 | 93%|\n| `ats_utilities/config_io/cfg/object2cfg.py` | 48 | 3 | 94%|\n| `ats_utilities/config_io/file_check.py` | 79 | 2 | 97%|\n| `ats_utilities/config_io/ini/__init__.py` | 52 | 3 | 94%|\n| `ats_utilities/config_io/ini/ini2object.py` | 41 | 3 | 93%|\n| `ats_utilities/config_io/ini/object2ini.py` | 51 | 4 | 92%|\n| `ats_utilities/config_io/json/__init__.py` | 46 | 3 | 93%|\n| `ats_utilities/config_io/json/json2object.py` | 40 | 3 | 92%|\n| `ats_utilities/config_io/json/object2json.py` | 48 | 3 | 94%|\n| `ats_utilities/config_io/xml/__init__.py` | 59 | 3 | 95%|\n| `ats_utilities/config_io/xml/object2xml.py` | 51 | 4 | 92%|\n| `ats_utilities/config_io/xml/xml2object.py` | 42 | 3 | 93%|\n| `ats_utilities/config_io/yaml/__init__.py` | 46 | 3 | 93%|\n| `ats_utilities/config_io/yaml/object2yaml.py` | 48 | 3 | 94%|\n| `ats_utilities/config_io/yaml/yaml2object.py` | 40 | 3 | 92%|\n| `ats_utilities/console_io/__init__.py` | 0 | 0 | 100%|\n| `ats_utilities/console_io/error.py` | 40 | 24 | 40%|\n| `ats_utilities/console_io/success.py` | 40 | 24 | 40%|\n| `ats_utilities/console_io/verbose.py` | 41 | 24 | 41%|\n| `ats_utilities/console_io/warning.py` | 40 | 2 | 95%|\n| `ats_utilities/exceptions/__init__.py` | 10 | 10 | 0%|\n| `ats_utilities/exceptions/ats_attribute_error.py` | 10 | 0 | 100%|\n| `ats_utilities/exceptions/ats_bad_call_error.py` | 10 | 0 | 100%|\n| `ats_utilities/exceptions/ats_file_error.py` | 10 | 10 | 0%|\n| `ats_utilities/exceptions/ats_key_error.py` | 10 | 0 | 100%|\n| `ats_utilities/exceptions/ats_lookup_error.py` | 10 | 0 | 100%|\n| `ats_utilities/exceptions/ats_parameter_error.py` | 10 | 0 | 100%|\n| `ats_utilities/exceptions/ats_type_error.py` | 10 | 10 | 0%|\n| `ats_utilities/exceptions/ats_value_error.py` | 10 | 0 | 100%|\n| `ats_utilities/info/__init__.py` | 62 | 2 | 97%|\n| `ats_utilities/info/ats_build_date.py` | 35 | 2 | 94%|\n| `ats_utilities/info/ats_info_ok.py` | 33 | 2 | 94%|\n| `ats_utilities/info/ats_licence.py` | 35 | 2 | 94%|\n| `ats_utilities/info/ats_name.py` | 35 | 2 | 94%|\n| `ats_utilities/info/ats_version.py` | 35 | 2 | 94%|\n| `ats_utilities/logging/__init__.py` | 72 | 8 | 89%|\n| `ats_utilities/option/__init__.py` | 40 | 27 | 32%|\n| `ats_utilities/pro_config/__init__.py` | 37 | 2 | 95%|\n| `ats_utilities/pro_config/pro_name.py` | 34 | 2 | 94%|\n| `ats_utilities/pro_config/template_dir.py` | 34 | 2 | 94%|\n| `ats_utilities/splash/__init__.py` | 63 | 2 | 97%|\n| `ats_utilities/splash/ext_infrastructure.py` | 39 | 3 | 92%|\n| `ats_utilities/splash/github_infrastructure.py` | 46 | 3 | 93%|\n| `ats_utilities/splash/progress_bar.py` | 44 | 2 | 95%|\n| `ats_utilities/splash/splash_property.py` | 39 | 3 | 92%|\n| `ats_utilities/splash/terminal_properties.py` | 51 | 3 | 94%|\n| **Total** | 1961 | 263 | 87% |\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/ats-utilities/badge/?version=master)](https://ats-utilities.readthedocs.io/?badge=master)\n\nMore documentation and info at\n\n* [ats-utilities.readthedocs.io](https://ats-utilities.readthedocs.io/)\n* [www.python.org](https://www.python.org/)\n\n### Contributing\n\n[Contributing to ats_utilities](CONTRIBUTING.md)\n\n### Copyright and Licence\n\n[![license: gpl v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![license apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2017 - 2024 by [vroncevic.github.io/ats_utilities](https://vroncevic.github.io/ats_utilities/)\n\n**ats_utilities** is free software; you can redistribute it and/or modify\nit under the same terms as Python itself, either Python version 3.x or,\nat your option, any later version of Python 3 you may have available.\n\nLets help and support PSF.\n\n[![Python Software Foundation](https://raw.githubusercontent.com/vroncevic/ats_utilities/dev/docs/psf-logo-alpha.png)](https://www.python.org/psf/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.python.org/psf/donations/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fats_utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fats_utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fats_utilities/lists"}