Skip to content

Common python functionality used across a number of different packages.

License

Notifications You must be signed in to change notification settings

davidbrownell/dbrownell_Common

Repository files navigation

dbrownell_Common

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

Common python functionality used across a number of different packages.

Contents

Overview

TODO: Complete this section

How to use dbrownell_Common

TODO: Complete this section

Installation

dbrownell_Common 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 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/.

Installation via pip

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

pip install dbrownell_Common

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_Common is licensed under the MIT license.

About

Common python functionality used across a number of different packages.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published