openapi2callables

View on PyPIReverse Dependencies (0)

0.1.0 openapi2callables-0.1.0-py3-none-any.whl

Wheel Details

Project: openapi2callables
Version: 0.1.0
Filename: openapi2callables-0.1.0-py3-none-any.whl
Download: [link]
Size: 9534
MD5: a96b44bd726b11717f4c315ca184b8fd
SHA256: fd90bd1a9663c01d12a1d5638cf97fe11fad3da13f477995a6f95a76951d0137
Uploaded: 2025-03-08 13:06:18 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: openapi2callables
Version: 0.1.0
Summary: Parse and project OpenAPI endpoints into OpenAI/GenericLLM compatible Tools
Author-Email: Andrew Bolster <andrew.bolster[at]gmail.com>
Project-Url: Homepage, https://github.com/andrewbolster/openapi2callables
Project-Url: Documentation, https://openapi2callables.readthedocs.io
Project-Url: Repository, https://github.com/andrewbolster/openapi2callables.git
Project-Url: Bug Tracker, https://github.com/andrewbolster/openapi2callables/issues
License: MIT License Copyright (c) 2024, Andrew Bolster 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.
Keywords: openapi,fastapi,api,llm,tools,openai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: <4.0,>=3.10
Requires-Dist: fastapi (<1.0.0,>=0.115.8)
Requires-Dist: requests (<3.0.0,>=2.32.3)
Requires-Dist: jsonref (<2.0.0,>=1.1.0)
Requires-Dist: uvicorn (<1.0.0,>=0.34.0)
Requires-Dist: pyyaml (<7.0,>=6.0)
Requires-Dist: click (<9.0.0,>=8.0.0)
Requires-Dist: pre-commit (<5.0.0,>=4.1.0); extra == "dev"
Requires-Dist: pytest (<9.0.0,>=8.3.4); extra == "dev"
Requires-Dist: ipykernel (<7.0.0,>=6.29.5); extra == "dev"
Requires-Dist: httpx (<1.0.0,>=0.28.1); extra == "dev"
Requires-Dist: pytest-cov (>=6.0.0); extra == "dev"
Requires-Dist: pytest-mock (>=3.14.0); extra == "dev"
Requires-Dist: ruff (>=0.9.7); extra == "dev"
Requires-Dist: sphinx (>=8.1.3); extra == "dev"
Requires-Dist: sphinx-autodoc-typehints (>=3.0.1); extra == "dev"
Requires-Dist: sphinx-rtd-theme (>=3.0.2); extra == "dev"
Requires-Dist: sphinx-autoapi (>=3.6.0); extra == "dev"
Requires-Dist: myst-parser (>=4.0.1); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 5619 characters]

WHEEL

Wheel-Version: 1.0
Generator: pdm-backend (2.4.3)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
openapi2callables-0.1.0.dist-info/METADATA sha256=xVGJh9phKYcPMBpzR1JawAbflVYqvcxfKMRZ2Qe3J64 9025
openapi2callables-0.1.0.dist-info/WHEEL sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4 90
openapi2callables-0.1.0.dist-info/entry_points.txt sha256=jM40up5QejAUs2wX_PM9mqgSeq1xo2lY13NvEJLQqHA 80
openapi2callables-0.1.0.dist-info/licenses/LICENSE sha256=u6J2kAKMMaqvq80oseDPkZaWiipGdwEa-NcCiNaxRrM 1072
openapi2callables/__init__.py sha256=8dSpt_b81ejY1_bX8f4Porc8tZnahKFOV1R0dgOGpy8 294
openapi2callables/cli.py sha256=KAb7yRiCTAD-AkACoax1A264TsJ1dE5kpev8m-CAJMY 772
openapi2callables/models.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
openapi2callables/parse.py sha256=HYPUpggUjxomiRK_Ott_LCehfIiL4Sra3ghqaQhrmMo 7009
openapi2callables/server.py sha256=fpFTGecK4o2KNcDNvAAEKGvN5_ge5AQ6fyDI-HspWV4 2258
openapi2callables-0.1.0.dist-info/RECORD

entry_points.txt

openapi2callables = openapi2callables.cli:cli