A simple python interface to the CiviCRM APIv4
Go to file
Cassowary Rusnov d35a35f6ad Reorg and major documentation update 2021-11-22 10:26:53 -08:00
civicrmapi4 Reorg and major documentation update 2021-11-22 10:26:53 -08:00
.gitignore Initial checkin. 2021-11-22 09:54:37 -08:00
LICENSE Initial checkin. 2021-11-22 09:54:37 -08:00
README.md Initial checkin. 2021-11-22 09:54:37 -08:00
pyproject.toml Initial checkin. 2021-11-22 09:54:37 -08:00
requirements.txt Initial checkin. 2021-11-22 09:54:37 -08:00
setup.cfg Initial checkin. 2021-11-22 09:54:37 -08:00
setup.py Initial checkin. 2021-11-22 09:54:37 -08:00
tox.ini Initial checkin. 2021-11-22 09:54:37 -08:00

README.md

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.