{"id":13910478,"url":"https://github.com/smartlegionlab/climan","last_synced_at":"2025-07-22T20:08:21.466Z","repository":{"id":238777690,"uuid":"405936427","full_name":"smartlegionlab/climan","owner":"smartlegionlab","description":"Cross-platform config and manager for click console utilities.","archived":false,"fork":false,"pushed_at":"2025-06-13T11:56:27.000Z","size":12,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-13T12:48:14.745Z","etag":null,"topics":["cli","cli-app","cli-applications","cli-utilities","pypi","pypi-package","pypi-packages","python","python3","smartlegionlab","termux"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartlegionlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"zenodo":null}},"created_at":"2021-09-13T10:59:49.000Z","updated_at":"2025-06-13T11:56:30.000Z","dependencies_parsed_at":"2024-11-25T19:35:09.456Z","dependency_job_id":"1ec25e62-bd4c-4834-b6da-dd1dfd05ea2f","html_url":"https://github.com/smartlegionlab/climan","commit_stats":null,"previous_names":["smartlegionlab/climan"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/smartlegionlab/climan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fcliman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fcliman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fcliman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fcliman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartlegionlab","download_url":"https://codeload.github.com/smartlegionlab/climan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartlegionlab%2Fcliman/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265677907,"owners_count":23810069,"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":["cli","cli-app","cli-applications","cli-utilities","pypi","pypi-package","pypi-packages","python","python3","smartlegionlab","termux"],"created_at":"2024-08-07T00:01:28.383Z","updated_at":"2025-07-18T09:31:34.326Z","avatar_url":"https://github.com/smartlegionlab.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# climan \u003csup\u003ev0.3.1\u003c/sup\u003e\n\n***\n\n[![PyPI Downloads](https://static.pepy.tech/badge/climan)](https://pepy.tech/projects/climan)\n[![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/climan)](https://github.com/smartlegionlab/climan/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/climan?label=pypi%20downloads)](https://pypi.org/project/climan/)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/climan)](https://github.com/smartlegionlab/climan/)\n[![GitHub](https://img.shields.io/github/license/smartlegionlab/climan?style=flat-square)](https://github.com/smartlegionlab/climan/blob/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/climan)](https://pypi.org/project/climan)\n[![PyPI - Format](https://img.shields.io/pypi/format/climan)](https://pypi.org/project/climan)\n[![GitHub Repo stars](https://img.shields.io/github/stars/smartlegionlab/climan?style=social)](https://github.com/smartlegionlab/climan/)\n[![GitHub watchers](https://img.shields.io/github/watchers/smartlegionlab/climan?style=social)](https://github.com/smartlegionlab/climan/)\n[![GitHub forks](https://img.shields.io/github/forks/smartlegionlab/climan?style=social)](https://github.com/smartlegionlab/climan/)\n\n***\n\n## Short Description:\n\n___climan___ - Cross-platform config and manager for click console utilities.\n\n***\n\nAuthor and developer: ___A.A. Suvorov___\n\n[![smartlegiondev@gmail.com](https://img.shields.io/static/v1?label=email\u0026message=smartlegiondev@gmail.com\u0026color=blue)](mailto:mysmartlegionlab@ya.ru)\n\n***\n\n## What is news:\n\n### ___climan v0.3.1___\n\n***\n\n## Help:\n\n### Install and Use:\n\n- `pip install climan`\n\n```python\nfrom climan.managers import ClickManager\n\nMETADATA = {\n    'name': 'Cli name',\n    'title': 'Cli title',\n    'description': 'Cli Description',\n    'version': '0.0.0',\n    'author': 'Cli Author',\n    'email': 'cli@email.com',\n    'url': 'https://cliurl.ru',\n    'donate': 'https://clidonate.ru',\n    'copyright': 'Cli copyright',\n}\n\nclass CliManager(ClickManager):\n    def __init__(self, metadata):\n        super().__init__(metadata)\n\ncli_man = CliManager(METADATA)\n```\n\n***\n\n## Disclaimer of liability:\n\n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlegionlab%2Fcliman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartlegionlab%2Fcliman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartlegionlab%2Fcliman/lists"}