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.
 
3wc e6fcd1e096
Manually specify login URL
3 weeks ago
civicrmapi4 Manually specify login URL 3 weeks 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 Drop python_version temporarily 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.