vgdev/stable/: cmutils-0.1.9 metadata and description

Homepage Simple index

Common utilities for personal use.

author Neal Wong
author_email neal.wkacc@gmail.com
classifiers
  • Development Status :: 3 - Alpha
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Natural Language :: English
  • Operating System :: OS Independent
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: Implementation :: CPython
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
keywords utils
license MIT
requires_dist
  • psutil
  • requests
  • click

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
cmutils-0.1.9-py2.py3-none-any.whl
Size
18 KB
Type
Python Wheel
Python
2.7

Common utilities just for personal use.

Installation

The simplest way is to install it via pip:

pip install cmutils

Content

  • cmutils.stats_collector.StatsCollector - dict-like statistic helper, unthread-safe

  • cmutils.process_checker.ProcessChecker - Single application process running helper.

  • cmutils.breakpoint_saver.BreakpointSaver - Save breakpoint to local file.

  • cmutils.heart_beater.HeartBeater - Save and check certain time elapsed

  • cmutils.exchange_rate.FixerExchangeRate - Get exchange rates based on USD

  • cmutils.currency_mapping.CurrencyMapping - Get currency of specific country

Run Test

pip install -r requirements-dev.txt

tox