A simple python interface to the CiviCRM APIv4
Go to file
2023-03-06 09:23:49 -08:00
civicrmapi4 Fix error in .get definition. 2021-11-22 11:02:30 -08:00
.gitignore Initial checkin. 2021-11-22 09:54:37 -08:00
LICENSE Initial checkin. 2021-11-22 09:54:37 -08:00
pyproject.toml Fixing flake8 errors. 2021-11-22 10:35:44 -08:00
README.md Initial checkin. 2021-11-22 09:54:37 -08:00
requirements.txt Initial checkin. 2021-11-22 09:54:37 -08:00
setup.cfg Fix setup.cfg 2023-03-06 09:23:49 -08:00
setup.py Initial checkin. 2021-11-22 09:54:37 -08:00
tox.ini Fixing flake8 errors. 2021-11-22 10:35:44 -08:00

CiviCRM APIv4

alpha state

This is an extremely thin layer which supports basic operations against CiviCRM's APIv4. It does little processing, and mostly encodes some knowledge about how to interact with the API so that this code need not be repeated in projects.