Metadata-Version: 2.1
Name: pydevkit
Version: 2.0.0
Summary: python development kit
Home-page: https://github.com/aanatoly/pydevkit
Author: Anatoly Asviyan
Author-email: anatoly@gmail.com
License: GPLv2
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

# pydevkit
This module contains helper functions useful in python develpment:
 * consistent logging format in all scripts
 * logging control via environment variables
 * logging control via command-line options
 * formatting of shell commands and collecting an output
 * ANSI colors and other terminal features
 * derive help message from documentation

See [home page](https://github.com/aanatoly/pydevkit) for more.


