LogForge

Version 1.0.1 ✓ Stable

Python package for synthetic log template generation and deployment across security analytics platforms

Quick Install
pip install logforge-1.0.1-py3-none-any.whl

Download Files

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

File Type Python Uploaded Size
logforge-1.0.1-py3-none-any.whl Wheel py3 2026-01-12 0.1 MB
logforge-1.0.1.tar.gz Source 2026-01-12 0.1 MB

Installation Instructions

Note: LogForge is not published to PyPI. Install directly from GitHub releases using one of the methods below.

Installation Steps

  1. Download the file from the table above (recommended: .whl wheel file)
  2. Open a terminal in the directory where you downloaded the file
  3. Install using pip:
    pip install logforge-1.0.1-py3-none-any.whl

    Or install from source distribution:

    pip install logforge-1.0.1.tar.gz
Verify Installation:

After installing, verify it works with:

logforge --version

Verify Your Downloads

Use these commands to verify the SHA256 hash of your downloaded files:

# macOS/Linux
shasum -a 256 logforge-1.0.1-py3-none-any.whl

# Windows
certutil -hashfile logforge-1.0.1-py3-none-any.whl SHA256

Release Info

Status ✓ Stable
Released 2026-01-12

Requirements

  • Python >= 3.9
  • Windows, macOS, Linux