PythonProjectBootstrapperTest5

Test project for PythonProjectBootstrapper.


License
MIT
Install
pip install PythonProjectBootstrapperTest5==0.1.3

Documentation

PythonProjectBootstrapperTest5

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

Test project for PythonProjectBootstrapper.

Contents

Overview

TODO: Complete this section

How to use PythonProjectBootstrapperTest5

TODO: Complete this section

Installation

PythonProjectBootstrapperTest5 can be installed via one of these methods:

Installation via Executable

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

  1. Download the archive for the latest release here; the files 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 for executables in this repository is RWSnrz9trSssDVKHMZnHOIZGYCOxARAQ2NGproaZ0OVCfNnVGR3ONM3y.

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

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

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

Installation via pip

Install the PythonProjectBootstrapperTest5 package via pip (Package Installer for Python) to use it with your python code.

pip install PythonProjectBootstrapperTest5

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

PythonProjectBootstrapperTest5 is licensed under the MIT license.