smartcliapp
Cross-platform library of tools for creating console applications, based on the click library.
v1.0.0
Python 3.8+
Cross-platform library of tools for creating console applications, based on the click library.
pip install smartcliapp
Cross-platform library of tools for creating console applications, based on the click library.
Use a variety of out-of-the-box tools to create console applications.
Factory for creating objects.
Use Informer to display meta information.
By using this software, you agree to the full disclaimer terms.
Summary: Software provided "AS IS" without warranty. You assume all risks.
Full legal disclaimer: See DISCLAIMER.md
pip install smartcliappfrom smartcliapp import Informer, CliManager
class CliMan(Informer):
tools = CliManager()
name = 'App Name'
title = 'App title'
description = 'App Description'
copyright = 'App copyright'
url = 'app url'
msg = ''
version = '0.0.0'
Copyright (©) 2026, Alexander Suvorov