Metadata-Version: 2.1
Name: civicrmapi
Version: 0.1.dev1
Summary: Connect with the CiviCRM APIv4.
Home-page: https://github.com/thomst/civicrmapi
Author: Thomas Leichtfuß
Author-email: thomas.leichtfuss@posteo.de
License: BSD License
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
License-File: LICENCE

=====================
Welcome to civicrmapi
=====================

.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue
   :target: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue
   :alt: python: 3.6, 3.7, 3.8, 3.9, 3.10, 3.11

.. image:: https://github.com/thomst/civicrmapi/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/thomst/civicrmapi/actions/workflows/ci.yml
   :alt: CI

.. image:: https://coveralls.io/repos/github/thomst/civicrmapi/badge.svg?branch=master
   :target: https://coveralls.io/github/thomst/civicrmapi?branch=master
   :alt: Coveralls


Note
====
This is an early development state. The api is functional, but docs and extensive
tests are not yet available.

Description
===========
Clean and simple bindings to CiviCRM's API. Both APIv3 and APIv4 are supported.


Links
=====
* `Repository <https://github.com/thomst/civicrmapi>`_
* `Documentation <https://thomst.github.io/civicrmapi/>`_ (Not yet available!)
