Metadata-Version: 2.1
Name: dbrownell_Common
Version: 0.8.2
Summary: Common python code used across a variety of different projects.
Author-email: David Brownell <db@DavidBrownell.com>
License: MIT License
Project-URL: Homepage, https://github.com/davidbrownell/dbrownell_Common
Project-URL: Documentation, https://github.com/davidbrownell/dbrownell_Common
Project-URL: Repository, https://github.com/davidbrownell/dbrownell_Common
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: System :: System Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: inflect ==4.*
Requires-Dist: rich ==13.*
Requires-Dist: typer ~=0.9
Requires-Dist: typer-config ==1.*
Provides-Extra: dev
Requires-Dist: black ==23.* ; extra == 'dev'
Requires-Dist: coverage ==7.* ; extra == 'dev'
Requires-Dist: dbrownell-DevTools ; extra == 'dev'
Requires-Dist: pylint ==3.* ; extra == 'dev'
Requires-Dist: pytest ==7.* ; extra == 'dev'
Requires-Dist: pytest-benchmark ==4.* ; extra == 'dev'
Requires-Dist: pytest-cov ==4.* ; extra == 'dev'
Provides-Extra: package
Requires-Dist: build ==1.* ; extra == 'package'
Requires-Dist: twine ==4.* ; extra == 'package'

# dbrownell_Common

[![CI](https://github.com/davidbrownell/dbrownell_Common/actions/workflows/standard.yaml/badge.svg?event=push)](https://github.com/davidbrownell/dbrownell_Common/actions/workflows/standard.yaml)
[![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/davidbrownell/f15146b1b8fdc0a5d45ac0eb786a84f7/raw/dbrownell_Common_coverage.json)](https://github.com/davidbrownell/dbrownell_Common/actions)
[![License](https://img.shields.io/github/license/davidbrownell/dbrownell_Common?color=dark-green)](https://github.com/davidbrownell/dbrownell_Common/blob/master/LICENSE_1_0.txt)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/davidbrownell/dbrownell_Common?color=dark-green)](https://github.com/davidbrownell/dbrownell_Common/commits/main/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbrownell_Common?color=dark-green)](https://pypi.org/project/dbrownell_Common/)
[![PyPI - Version](https://img.shields.io/pypi/v/dbrownell_Common?color=dark-green)](https://pypi.org/project/dbrownell_Common/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/dbrownell_Common)](https://pypistats.org/packages/dbrownell-common)
