{"id":16495678,"url":"https://github.com/bitranox/lib_shell","last_synced_at":"2025-10-08T05:33:24.615Z","repository":{"id":93454263,"uuid":"198226373","full_name":"bitranox/lib_shell","owner":"bitranox","description":"lib_shell","archived":false,"fork":false,"pushed_at":"2025-01-24T23:22:36.000Z","size":105,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T11:20:59.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitranox.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","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":"2019-07-22T13:13:18.000Z","updated_at":"2025-01-24T23:22:39.000Z","dependencies_parsed_at":"2024-07-10T07:10:37.004Z","dependency_job_id":"27c2d81b-3595-47fe-ba6f-e4bba8ff80f9","html_url":"https://github.com/bitranox/lib_shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitranox/lib_shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitranox%2Flib_shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitranox%2Flib_shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitranox%2Flib_shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitranox%2Flib_shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitranox","download_url":"https://codeload.github.com/bitranox/lib_shell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitranox%2Flib_shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278892336,"owners_count":26063977,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-11T14:32:05.558Z","updated_at":"2025-10-08T05:33:24.584Z","avatar_url":"https://github.com/bitranox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"lib_shell\n=========\n\n|Pypi Status| |license| |maintenance|\n\n|Build Status| |Codecov Status| |Better Code| |code climate| |snyk security|\n\n.. |license| image:: https://img.shields.io/github/license/webcomics/pywine.svg\n   :target: http://en.wikipedia.org/wiki/MIT_License\n.. |maintenance| image:: https://img.shields.io/maintenance/yes/{last_update_yyyy}.svg\n.. |Build Status| image:: https://travis-ci.org/bitranox/lib_shell.svg?branch=master\n   :target: https://travis-ci.org/bitranox/lib_shell\n.. for the pypi status link note the dashes, not the underscore !\n.. |Pypi Status| image:: https://badge.fury.io/py/lib-shell.svg\n   :target: https://badge.fury.io/py/lib_shell\n.. |Codecov Status| image:: https://codecov.io/gh/bitranox/lib_shell/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/bitranox/lib_shell\n.. |Better Code| image:: https://bettercodehub.com/edge/badge/bitranox/lib_shell?branch=master\n   :target: https://bettercodehub.com/results/bitranox/lib_shell\n.. |snyk security| image:: https://snyk.io/test/github/bitranox/lib_shell/badge.svg\n   :target: https://snyk.io/test/github/bitranox/lib_shell\n.. |code climate| image:: https://api.codeclimate.com/v1/badges/325cf1bd771fb210b2db/maintainability\n   :target: https://codeclimate.com/github/bitranox/lib_shell/maintainability\n   :alt: Maintainability\n\nsome convenience functions for calling the world\n\nsupports python 3.7 and possibly other dialects.\n\n`100% code coverage \u003chttps://codecov.io/gh/bitranox/lib_shell\u003e`_, mypy static type checking, tested under `Linux, OsX, Windows and Wine \u003chttps://travis-ci.org/bitranox/lib_shell\u003e`_, automatic daily builds  and monitoring\n\n----\n\n- `Installation and Upgrade`_\n- `Basic Usage`_\n- `Requirements`_\n- `Acknowledgements`_\n- `Contribute`_\n- `Report Issues \u003chttps://github.com/bitranox/lib_shell/blob/master/ISSUE_TEMPLATE.md\u003e`_\n- `Pull Request \u003chttps://github.com/bitranox/lib_shell/blob/master/PULL_REQUEST_TEMPLATE.md\u003e`_\n- `Code of Conduct \u003chttps://github.com/bitranox/lib_shell/blob/master/CODE_OF_CONDUCT.md\u003e`_\n- `License`_\n- `Changelog`_\n\n----\n\nInstallation and Upgrade\n------------------------\n\nFrom source code:\n\n.. code-block:: bash\n\n    # normal install\n    python setup.py install\n    # test without installing\n    python setup.py test\n\nvia pip latest Release:\n\n.. code-block:: bash\n\n    # latest Release from pypi\n    pip install lib_shell\n\n    # test without installing\n    pip install lib_shell --install-option test\n\nvia pip latest Development Version:\n\n.. code-block:: bash\n\n    # upgrade all dependencies regardless of version number (PREFERRED)\n    pip install --upgrade https://github.com/bitranox/lib_shell/archive/master.zip --upgrade-strategy eager\n    # normal install\n    pip install --upgrade https://github.com/bitranox/lib_shell/archive/master.zip\n    # test without installing\n    pip install https://github.com/bitranox/lib_shell/archive/master.zip --install-option test\n\nvia requirements.txt:\n\n.. code-block:: bash\n\n    # Insert following line in Your requirements.txt:\n    # for the latest Release:\n    lib_shell\n    # for the latest Development Version :\n    https://github.com/bitranox/lib_shell/archive/master.zip\n\n    # to install and upgrade all modules mentioned in requirements.txt:\n    pip install --upgrade -r /\u003cpath\u003e/requirements.txt\n\nvia python:\n\n.. code-block:: python\n\n    # for the latest Release\n    python -m pip install upgrade lib_shell\n\n    # for the latest Development Version\n    python -m pip install upgrade https://github.com/bitranox/lib_shell/archive/master.zip\n\nBasic Usage\n-----------\n\nTBA\n\nRequirements\n------------\nfollowing modules will be automatically installed :\n\n.. code-block:: bash\n\n    git+https://github.com/bitranox/lib_detect_encoding.git\n    git+https://github.com/bitranox/lib_list.git\n    git+https://github.com/bitranox/lib_log_utils.git\n    git+https://github.com/bitranox/lib_parameter.git\n    git+https://github.com/bitranox/lib_regexp.git\n\nAcknowledgements\n----------------\n\n- special thanks to \"uncle bob\" Robert C. Martin, especially for his books on \"clean code\" and \"clean architecture\"\n\nContribute\n----------\n\nI would love for you to fork and send me pull request for this project.\n- `please Contribute \u003chttps://github.com/bitranox/lib_shell/blob/master/CONTRIBUTING.md\u003e`_\n\nLicense\n-------\n\nThis software is licensed under the `MIT license \u003chttp://en.wikipedia.org/wiki/MIT_License\u003e`_\n\n---\n\nChangelog\n=========\n\n0.0.1\n-----\n2019-07-22: Initial public release\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitranox%2Flib_shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitranox%2Flib_shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitranox%2Flib_shell/lists"}