Metadata-Version: 2.1
Name: gptfunctionutil
Version: 0.1.4
Summary: A simple package for the purpose of providing a set of utilities that make it easier to invoke python methods and discord.py commands with the OpenAI Function Calling API
Author-email: Crosswave Omega <xtream2pro@gmail.com>
License: MIT License
        
        Copyright (c) 2023 CrosswaveOmega
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/CrosswaveOmega/GPT-Function-Calling-Utility
Keywords: discord.py,OpenAI,Function Calling API
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: discord (>=2.3.1)
Provides-Extra: spark
Requires-Dist: pyspark (>=3.0.0) ; extra == 'spark'
Provides-Extra: test
Requires-Dist: bandit[toml] (==1.7.4) ; extra == 'test'
Requires-Dist: black (==23.1.0) ; extra == 'test'
Requires-Dist: check-manifest (==0.48) ; extra == 'test'
Requires-Dist: flake8-bugbear (==23.3.12) ; extra == 'test'
Requires-Dist: flake8-docstrings ; extra == 'test'
Requires-Dist: flake8-formatter-junit-xml ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: flake8-pyproject ; extra == 'test'
Requires-Dist: pre-commit (==2.17.0) ; extra == 'test'
Requires-Dist: pylint (==2.17.0) ; extra == 'test'
Requires-Dist: pylint-junit ; extra == 'test'
Requires-Dist: pytest-cov (==3.0.0) ; extra == 'test'
Requires-Dist: pytest-mock (<3.10.1) ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'
Requires-Dist: pytest (==7.2.2) ; extra == 'test'
Requires-Dist: pytest-github-actions-annotate-failures ; extra == 'test'
Requires-Dist: shellcheck-py (==0.9.0.2) ; extra == 'test'

# GPT Function Calling Utility
 A simple package that provides a set of utilities to make it easier to invoke discord.py commands and regular python methods with OpenAI's Function Calling API.
