This is a plugin for Eventyay that enables seamless integration with Hubspot.
- Set up a working Eventyay Development Setup.
- Clone this repository:
git clone https://github.com/fossasia/eventyay-hubspot.git cd eventyay-hubspot - Activate the virtual environment you use for Eventyay development.
- Install the plugin in editable mode to register it with the Eventyay plugin registry:
uv pip install -e . - Compile the translations:
make
- Restart your local Eventyay server. You can now enable and configure the Hubspot plugin from the Plugins tab in your event settings.
This repository enforces code style guidelines via CI. You can run checks locally by installing the development dependencies:
pip install pre-commit ruff black
pre-commit install
pre-commit run --all-filesCopyright 2024 FOSSASIA
Released under the terms of the Apache License 2.0.