A simple tool class for schema generation.
Project description
sap-tool
A simple Python tool class for schema generation from function signatures.
Installation
pip install sap-tool
Usage
from sap_tool import Tool
def foo(a: int, b: str):
pass
tool = Tool(foo, "foo", "A test function.")
schema = tool.formulate_tool_schema()
print(schema)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sap_tool-0.1.3.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sap_tool-0.1.3.tar.gz.
File metadata
- Download URL: sap_tool-0.1.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba3a82a0afbc19c06e564f1b57fea33d9f7ab840546289dee17fda287a42b4ef
|
|
| MD5 |
52e7dfe778f12df33f3d4a024c9ef839
|
|
| BLAKE2b-256 |
ead4a6b611fc39543ab7f385b5b212e7e59ffaa4cd9b1e66705a329d4f9f92ef
|
File details
Details for the file sap_tool-0.1.3-py3-none-any.whl.
File metadata
- Download URL: sap_tool-0.1.3-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41c77ff64e011fbf5f35e9029fed79d67b28f5dc03477cb7eec29f55582cb6bf
|
|
| MD5 |
5a33b41dbf89b20d4f7f89bc8aaa4487
|
|
| BLAKE2b-256 |
29543a2c9893273b6f005a147aedefa322b7670fcb38e757a99af820505c2cd9
|