Skip to main content

A collection of tools used by the HashiCorp Security Engineering team.

Project description

Hutch

Hutch - Security Engineering Toolkit.

This toolkit provides a collection of widgets commonly used by the HashiCorp Security Engineering team.

Why Hutch? Hutch provides a home for smaller tools which aren't large enough for a home of their own.

Documentation

Documentation for this toolkit is provided by Sphinx. As long as docstrings are defined using reST, Sphinx will generate API documentation - including type annotations - directly from modules in this toolkit.

This documentation can be regenerated at any time using make documentation.

Please ensure to push code changes and documentation updates as separate commits to enable reviewers to more easily identify relevant code changes during review.

Dependencies

All dependencies must be pinned. To simplify this process, new dependencies should be added to requirements.txt and make requirements run. This will generate new version pins for all dependencies.

Getting Started

To begin developing a new module in this toolkit the following steps should be followed:

  1. Clone the repository to your workstation.
  2. Create a new virtual environment for use during development.
python3 -m venv env
source env/bin/activate
  1. Install required development dependencies.
pip install -e .[tests]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hutch-security-0.1.0.tar.gz (19.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page