Metadata-Version: 2.4
Name: contentgrid-extension-helpers
Version: 0.0.3
Summary: Helper functions for contentgrid extensions.
Author-email: Ranec Belpaire <ranec.belpaire@xenit.eu>
License: Copyright 2024 Xenit Solutions
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests<3,>=2.20.0
Requires-Dist: uri-template<2
Requires-Dist: fastapi>=0.111
Requires-Dist: PyJWT>2
Requires-Dist: cryptography>45
Requires-Dist: contentgrid_hal_client>=0.1
Requires-Dist: contentgrid_application_client>=0.1
Requires-Dist: contentgrid_management_client>=0.1
Requires-Dist: pydantic<3,>=2
Dynamic: license-file

### ContentGrid-Extension-Helpers

ContentGrid extensions helpers is a python library that is used for defining reusable helper functions for python extensions.
