Metadata-Version: 2.1
Name: dbrownell_DevTools
Version: 0.19.7
Summary: Common development tools shared across different repositories.
Author-email: David Brownell <github@DavidBrownell.com>
License: MIT
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: ansi2html ~=1.9
Requires-Dist: AutoGitSemVer ==0.*
Requires-Dist: black ~=24.4
Requires-Dist: cogapp ~=3.4
Requires-Dist: coverage ~=7.5
Requires-Dist: dbrownell-Common ==0.*
Requires-Dist: pylint ~=3.1
Requires-Dist: pytest ~=7.4
Requires-Dist: pytest-benchmark ~=4.0
Requires-Dist: pytest-cov ~=4.1
Requires-Dist: tomli ~=2.0 ; python_version < "3.11"
Provides-Extra: dev
Requires-Dist: cx-Freeze ~=6.15 ; extra == 'dev'
Provides-Extra: package
Requires-Dist: build ~=1.2 ; extra == 'package'
Requires-Dist: twine ~=5.1 ; extra == 'package'

# dbrownell_DevTools



Common development tools shared across different repositories.



## Overview
TODO: Complete this section

### How to use dbrownell_DevTools
TODO: Complete this section



## Additional Information
Additional information can be found at these locations.

| Title | Document | Description |
| --- | --- | --- |
<!-- [BEGIN] Additional Information -->
| Code of Conduct | [CODE_OF_CONDUCT.md](https://github.com/davidbrownell/dbrownell_DevTools/blob/main/CODE_OF_CONDUCT.md) | Information about the the norms, rules, and responsibilities we adhere to when participating in this open source community. |
| Contributing | [CONTRIBUTING.md](https://github.com/davidbrownell/dbrownell_DevTools/blob/main/CONTRIBUTING.md) | Information about contributing code changes to this project. |
| Development | [DEVELOPMENT.md](https://github.com/davidbrownell/dbrownell_DevTools/blob/main/DEVELOPMENT.md) | Information about development activities involved in making changes to this project. |
| Governance | [GOVERNANCE.md](https://github.com/davidbrownell/dbrownell_DevTools/blob/main/GOVERNANCE.md) | Information about how this project is governed. |
| Maintainers | [MAINTAINERS.md](https://github.com/davidbrownell/dbrownell_DevTools/blob/main/MAINTAINERS.md) | Information about individuals who maintain this project. |
| Security | [SECURITY.md](https://github.com/davidbrownell/dbrownell_DevTools/blob/main/SECURITY.md) | Information about how to privately report security issues associated with this project. |
<!-- [END] Additional Information -->

## License

dbrownell_DevTools is licensed under the <a href="https://choosealicense.com/licenses/mit/" target="_blank">MIT</a> license.
