ournd/dev/: cmutils-0.1.9 metadata and description
Common utilities for personal use.
| author | Neal Wong |
| author_email | neal.wkacc@gmail.com |
| classifiers |
|
| keywords | utils |
| license | MIT |
| requires_dist |
|
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
|
|
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