Common python functionality used across a number of different packages.
TODO: Complete this section
TODO: Complete this section
dbrownell_Common can be installed via one of these methods:
Download an executable for Linux, MacOS, or Windows to the the functionality provided by this repository without a dependency on python.
- Download the archive for the latest release here. The filename will begin with
exe.
and contain the name of your operating system. - Decompress the archive.
Executables are signed and validated using Minisign. The public key used to verify the signature of the executable is RWR7Q3JA96yWUygMCtHziHfdrpNeUzZoU6MHyayTCvv1K8MWoGYVoTGw
.
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 RWR7Q3JA96yWUygMCtHziHfdrpNeUzZoU6MHyayTCvv1K8MWoGYVoTGw -m /host/<filename>
Instructions for installing docker are available at https://docs.docker.com/engine/install/.
To install the dbrownell_Common package via pip (Python Installer for Python) for use with your python code:
pip install dbrownell_Common
Please visit Contributing and Development for information on contributing to this project.
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. |
dbrownell_Common is licensed under the MIT license.