Socket
Book a DemoInstallSign in
Socket

hg-systematic

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hg-systematic

A library and examples to show how HGraph can be used for systematic trading.

pipPyPI
Version
0.0.46
Maintainers
1

HG Systematic

This is a library of utilities and examples to highlight how HGraph can be used to implement systematic trading strategies.

See this for more information.

Development

This project uses uv for environment and dependency management. See https://docs.astral.sh/uv/ for installation instructions.

Here are some useful commands:

Create a local virtual environment in the project directory (./.venv) with Python 3.12:

uv venv --python 3.12

Install the project and its dependencies:

# Base dependencies
uv sync

# Include documentation dependencies
uv sync --extra docs

# Install all optional extras (e.g. tests, adaptors)
uv sync --all-extras --all-groups

PyCharm can use the interpreter from ./.venv (created by uv) to set up the project. Recent versions of PyCharm support uv, use the "uv" interpreter type.

Run Tests

# No Coverage
uv run pytest
# Generate Coverage Report
uv run pytest --cov=hg_systematic --cov-report=xml

Keywords

forward propogating graph

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts