Scripts for parsing Hubspot data with a goal towards migrations. https://code.libre.is/libre/hsparse
Find a file
2024-09-19 12:14:27 -06:00
hsparse Script setup 2024-09-19 12:14:27 -06:00
.gitignore Ignore temp files 2024-09-19 12:02:49 -06:00
CHANGELOG.txt v0.0.1 2024-09-19 12:04:16 -06:00
LICENSE MIT License 2024-09-19 12:02:11 -06:00
poetry.lock Poetry lock 2024-09-19 12:08:02 -06:00
pyproject.toml Script setup 2024-09-19 12:14:27 -06:00
README.md Install notes 2024-09-19 12:07:37 -06:00

Hubspot Parse

Scripts for parsing Hubspot data with a goal towards migrations.

Install

Thusly.

git clone https://code.libre.is/libre/hsparse
cd hsparse/
python -m venv venv
source venv/bin/activate
pip install poetry
poetry install