A set of simple base functions and classes useful for cloudmesh and other programs
Project description
A set of helper functions that are used in cloudmesh but are also useful for other projects.
You can install it in one of two ways.
Instalation from pip
pip install cloudmesh_base
Installation from Source
mkdir -p github/cloudmesh cd github/cloudmesh git clone https://github.com/cloudmesh/base.git cd base pip install -r requirements.txt python setup.py install
Provided Functionality
ConfigDict – an ordered dictionary to read configurations from YAML files
Shell – a convenient wrapper to python sh so that pylint does not complain all the time when importing commands from sh
dotdict – a simple dict with dot notation
gitinfo – get some information about authors and their statistics for a git repository
menu – a simple ascii menu so we can chose easily from options
ping – a simple ping (see also Shell)
ssh_config – a simple tool to read ./ssh/config into a dict
stopwatch – a simple stopwatch to measure times
tables – a simple table printer that prins dicts in a uniform table
util – a number of useful functions including yn_choice, banner, path_expand, introspecting and printing the method name at runtime, copy files, replace dict values in a string similar but less complicated to .format, read a file to a string, write a string to a file
hostlist – a repackaged version of hostlist to accociate it with Parameter parsing
Source Code
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file cloudmesh_base-3.5.2.tar.gz
.
File metadata
- Download URL: cloudmesh_base-3.5.2.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8022d8007e1b7a5bd134f83db532eb9971e608a7e210902fe7d5058c73607390 |
|
MD5 | a1855f0faa6e48ace532bc79366e5f38 |
|
BLAKE2b-256 | d322d6e8e81c15b06113aea6e5a9ae79999de48a15f41a0b97a0a749c7dac312 |
File details
Details for the file cloudmesh_base-3.5.2-py2.py3-none-any.whl
.
File metadata
- Download URL: cloudmesh_base-3.5.2-py2.py3-none-any.whl
- Upload date:
- Size: 35.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27e1f10f26739628fdbe2b9cd6cf072bc97e444c4e11d326e383a059e6be09f8 |
|
MD5 | ae0317b0c8b37a9f808b2d216b54d591 |
|
BLAKE2b-256 | 2e30d609ab92d5f82dae273ebc57aff2931ac5595a85c3bff988bfa5fd0b60f3 |