Metadata-Version: 2.4
Name: dbrownell_Common
Version: 0.14.6
Summary: Common python functionality used across a number of different packages.
Author-email: David Brownell <github@DavidBrownell.com>
License: MIT
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.1
Requires-Dist: rich~=13.7
Requires-Dist: typer==0.*
Requires-Dist: typer-config~=1.4
Provides-Extra: dev
Requires-Dist: dbrownell_DevTools; extra == "dev"
Provides-Extra: package
Requires-Dist: build~=1.2; extra == "package"
Requires-Dist: twine~=6.1; extra == "package"
Dynamic: license-file

# dbrownell_Common



Common python functionality used across a number of different packages.



## Overview
TODO: Complete this section

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



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

<!-- [BEGIN] Additional Information -->
| Title | Document | Description |
| --- | --- | --- |
| Code of Conduct | [CODE_OF_CONDUCT.md](https://github.com/davidbrownell/dbrownell_Common/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_Common/blob/main/CONTRIBUTING.md) | Information about contributing code changes to this project. |
| Development | [DEVELOPMENT.md](https://github.com/davidbrownell/dbrownell_Common/blob/main/DEVELOPMENT.md) | Information about development activities involved in making changes to this project. |
| Governance | [GOVERNANCE.md](https://github.com/davidbrownell/dbrownell_Common/blob/main/GOVERNANCE.md) | Information about how this project is governed. |
| Maintainers | [MAINTAINERS.md](https://github.com/davidbrownell/dbrownell_Common/blob/main/MAINTAINERS.md) | Information about individuals who maintain this project. |
| Security | [SECURITY.md](https://github.com/davidbrownell/dbrownell_Common/blob/main/SECURITY.md) | Information about how to privately report security issues associated with this project. |
<!-- [END] Additional Information -->

## License

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