Skip to main content

A set of simple base functions and classes useful for cloudmesh and other programs

Project description

A set of simple functions that are used in cloudmesh but also could be used by other projects.

You can install it in one of two ways.

Installation with explicit calls

pip install -r requirements.txt
python setup.py install

Install with custom install commands

The above is also available as integrated command:

python setup.py all

It will in addition to the install also install the requirements

Provided Functionality

  • ConfigDict – an ordered dictionary to read configurations frm 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

Source Code

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

cloudmesh_base-2.6.0.zip (28.8 kB view hashes)

Uploaded Source

cloudmesh_base-2.6.0.tar.bz2 (18.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page