Skip to content

Common development tools shared across different repositories.

License

Notifications You must be signed in to change notification settings

davidbrownell/dbrownell_DevTools

Repository files navigation

dbrownell_DevTools

License GitHub commit activity PyPI - Python Version PyPI - Version PyPI - Downloads OpenSSF Best Practices Code Coverage

Common development tools shared across different repositories.

Contents

Overview

TODO: Complete this section

How to use dbrownell_DevTools

TODO: Complete this section

Installation

dbrownell_DevTools can be installed via one of these methods:

Installation via Executable

Download an executable for Linux, MacOS, or Windows to the the functionality provided by this repository without a dependency on python.

  1. Download the archive for the latest release here. The filename will begin with exe. and contain the name of your operating system.
  2. Decompress the archive.

Verifying Signed Executables

Executables are signed and validated using Minisign. The public key used to verify the signature of the executable is RWS5oeuze1GYqJTWiybMXm6KuAxTXu4Hsfvvjvo3SzSDOt6zbDV4mGCU.

To verify that the executable is valid, download the corresponding .minisig file here and run this command, replacing <filename> with the name of the file to be verified:

docker run -i --rm -v .:/host jedisct1/minisign -V -P RWS5oeuze1GYqJTWiybMXm6KuAxTXu4Hsfvvjvo3SzSDOt6zbDV4mGCU -m /host/<filename>

Instructions for installing docker are available at https://docs.docker.com/engine/install/.

Installation via pip

To install the dbrownell_DevTools package via pip (Python Installer for Python) for use with your python code:

pip install dbrownell_DevTools

Development

Please visit Contributing and Development for information on contributing to this project.

Additional Information

Additional information can be found at these locations.

Title Document Description
Code of Conduct 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 Information about contributing code changes to this project.
Development DEVELOPMENT.md Information about development activities involved in making changes to this project.
Governance GOVERNANCE.md Information about how this project is governed.
Maintainers MAINTAINERS.md Information about individuals who maintain this project.
Security SECURITY.md Information about how to privately report security issues associated with this project.

License

dbrownell_DevTools is licensed under the MIT license.