Metadata-Version: 2.1
Name: dbrownell_DevTools
Version: 0.9.0
Summary: Foundation for various development tools.
Author-email: David Brownell <db@DavidBrownell.com>
License: MIT License
Project-URL: Homepage, https://github.com/davidbrownell/dbrownell_DevTools
Project-URL: Documentation, https://github.com/davidbrownell/dbrownell_DevTools
Project-URL: Repository, https://github.com/davidbrownell/dbrownell_DevTools
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 :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: AutoGitSemVer
Requires-Dist: black ==23.*
Requires-Dist: coverage ==7.*
Requires-Dist: dbrownell-Common
Requires-Dist: pylint ==3.*
Requires-Dist: pytest ==7.*
Requires-Dist: pytest-benchmark ==4.*
Requires-Dist: pytest-cov ==4.*
Provides-Extra: dev
Requires-Dist: cx-Freeze ==6.* ; extra == 'dev'
Provides-Extra: package
Requires-Dist: build ==1.* ; extra == 'package'
Requires-Dist: twine ==4.* ; extra == 'package'

# dbrownell_DevTools

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