Skip to main content

A package which allows making bash style command line scripts easier.

Project description

Python Bash Utils

Author: Tim Santor tsantor@xstudios.com

Overview

Bash color management and log system for Python users.

Requirements

  • Python 3.8.x

Installation

You can install directly via pip:

pip install python-bash-utils

Usage

logmsg

Import:

from bashutils import logmsg

Functions:

logmsg.divline()             # ----------
logmsg.header('header')      # ==> header
logmsg.success('success')    # [OK] success
logmsg.error('error')        # [ERROR] error
logmsg.warning('warning')    # [WARNING] warning
logmsg.info('info')          # [INFO] info
logmsg.note('note')          # note

logmsg.prompt('What is your name?)  # [?] What is your name?
lomgsg.confirm('Confirm this')  # [?] Confirm this? (y/n)

bashutils

Import:

from bashutils import bashutils

Functions:

bashutils.get_os() # OSX, 'Fedora', 'CentOS', 'Debian', 'Ubuntu'

status, stdout, stderr = bashutils.exec_cmd('git -h')

bashutils.cmd_exists('git') # True or False

Issues

If you experience any issues, please create an issue on Bitbucket.

Version History

  • 0.1.0 - Initial release
  • 0.1.1 - Added some new methods
  • 0.1.2 - Refactor
  • 0.1.3 - Added Python 3.4.x support
  • 0.1.4 - Added ability to pass logger instance to log message as well
  • 0.1.5 - Added Windows output workaround
  • 0.1.6 - Removed needless declined method, was being overly verbose in output
  • 0.2.0 - Updated for Python 3
  • 0.3.0 - Simplified code base and now rely on colorama for cross-platform terminal color support
  • 0.3.1 - Added cooler icons for success/error for Linux/Mac
  • 0.3.2 - Remove unicode chars that cause issues when writing to file
  • 0.3.3 - Updated packaging method, updated setup.py

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

python_bash_utils-0.4.0-py2.py3-none-any.whl (5.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file python_bash_utils-0.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_bash_utils-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 00ea8f9f75ae4d9f7cba0884531514f76e24f77ee0fa537ac33fe21e24397bfb
MD5 1ab4218e7dac802afaa631e377ca1d2b
BLAKE2b-256 5394b04c93e8ba88ffd9023a277023752bea69ab37c20e2828dde848852bbbd9

See more details on using hashes here.

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