A simple python interface to the CiviCRM APIv4
Go to file
3wc e6fcd1e096 Manually specify login URL 2023-03-06 13:33:28 -05:00
civicrmapi4 Manually specify login URL 2023-03-06 13:33:28 -05: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 Fixing flake8 errors. 2021-11-22 10:35:44 -08:00
requirements.txt Initial checkin. 2021-11-22 09:54:37 -08:00
setup.cfg Drop python_version temporarily 2023-03-06 12:14:34 -05: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

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.