Cross-platform config and manager for click console utilities.
Project description
climan v1.0.0
Cross-platform config and manager for click console utilities.
⚠️ Disclaimer
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
Help:
Install and Use:
pip 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': 'cli@email.com',
'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)
License
Copyright (©) 2026, Alexander Suvorov
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file climan-1.0.0.tar.gz.
File metadata
- Download URL: climan-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90fcd550d6046986c9f1853af1934208256a6843d47bf9ecf4a10f0eea997f44
|
|
| MD5 |
ae3650a7c8364cdf5eaf87576205b0fc
|
|
| BLAKE2b-256 |
bb2d2c1f16d0244ce2d043bcfd540cdc9c57516b014fff1ddca6555083c62341
|
File details
Details for the file climan-1.0.0-py3-none-any.whl.
File metadata
- Download URL: climan-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae523977ec2f7bcdc6433977bfe9be5f0d863098992527eac22e61849ef57a1e
|
|
| MD5 |
0ef30a4ac85a9036ec65176cf1d92403
|
|
| BLAKE2b-256 |
600c1ea8ce9c671f9e53482b81163bb418536946f41d08a677a08f58b89f1788
|