SkillAgentSearch skills...

Hdmpy

The hdmpy package is a port of parts of the R package hdm

Install / Use

/learn @maxhuppertz/Hdmpy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

hdmpy

The hdmpy package is a Python port of parts of the R package hdm. All credit for the original package goes to the authors of hdm, all mistakes are my own. This project is in its very early stages and documentation is virtually nonexistent, so use it at your own risk.

Installation

Using pip (recommended)

pip install hdmpy

Using uv

uv add hdmpy

From source (pip)

git clone https://github.com/maxhuppertz/hdmpy.git
cd hdmpy
pip install .

Editable install for development (pip)

pip install -e .[dev]

After installation, you can import the package:

import hdmpy as hdm

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated7mo ago
Forks1

Languages

Python

Security Score

87/100

Audited on Aug 9, 2025

No findings