climan
Help the project financially:
- Donate: https://smartlegion.github.io/donate/
- Yandex Money: https://yoomoney.ru/to/4100115206129186
- PayPal: https://paypal.me/smartlegioner
- LiberaPay: https://liberapay.com/smartlegion/donate
- Visa: 4048 0250 0089 5923
Short Description:
climan - Cross-platform config and manager for click console utilities.
Author and developer: Aleksandr Suvorov (Smart Legion).
What is news:
climan v0.1.0
Help:
Install and Use:
pip3 install climan
from climan.managers import ClickManager
METADATA = {
'name': 'Cli name',
'title': 'Cli title',
'description': 'Cli Description',
'version': '0.0.0',
'author': 'Cli Author',
'email': '[email protected]',
'url': 'https://cliurl.ru',
'donate': 'https://clidonate.ru',
'copyright': 'Cli copyright',
}
class CliManager(ClickManager):
def __init__(self, metadata):
super().__init__(metadata)
cli_man = CliManager(METADATA)
Links:
- Github: https://github.com/smartlegion/
- Url: https://smartlegion.github.io/
- PyPi: https://pypi.org/user/smartlegion/
- Donate: https://smartlegion.github.io/donate/
Disclaimer of liability:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Information:
Licensed under the terms of the BSD 3-Clause License
==========================================================
Copyright (c) 2021, A.A Suvorov; All rights reserved.
==========================================================