A simple python interface to the CiviCRM APIv4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Cassowary Rusnov a0fa4252d4
Fix setup.cfg
3 weeks ago
civicrmapi4 Fix error in .get definition. 1 year ago
.gitignore Initial checkin. 1 year ago
LICENSE Initial checkin. 1 year ago
README.md Initial checkin. 1 year ago
pyproject.toml Fixing flake8 errors. 1 year ago
requirements.txt Initial checkin. 1 year ago
setup.cfg Fix setup.cfg 3 weeks ago
setup.py Initial checkin. 1 year ago
tox.ini Fixing flake8 errors. 1 year ago

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.