Metadata-Version: 2.1
Name: site-configuration-client
Version: 0.1.7
Summary: Python client library for Site Configuration API
Home-page: https://github.com/appsembler/site-configuration-client
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE


|CI|

Site Configuration Client
=========================

REST API client for the Site Configuration service.

Compatibility
=============

This package tested with both Python 3.9 and Python 3.5.

It has few required and optional dependencies:

-  **requests:** Required. Explicitly specified in ``setup.py``
-  **django:** Optional. Tested to work with both Django 3 and
   Django 2.
-  **google-cloud-storage:** Optional. Tested with version 1.x.

For the exact versions please refer to both ``setup.py`` and the
``requirements`` directory.

.. |CI| image:: https://github.com/appsembler/site-configuration-client/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/appsembler/site-configuration-client/actions/workflows/tests.yml
