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.2.tar.gz
(1.7 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.2.tar.gz.
File metadata
- Download URL: sap_tool-0.1.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28c9fad88a3068ef9cb79b12a81d6370990919c55b4655de7865c913a2f183ee
|
|
| MD5 |
555dc405d291b166a4012fed1ddd403b
|
|
| BLAKE2b-256 |
a4544f25753507a40c78492435d3edd861ceb5f199a5c17d5b614e810bfd8646
|
File details
Details for the file sap_tool-0.1.2-py3-none-any.whl.
File metadata
- Download URL: sap_tool-0.1.2-py3-none-any.whl
- Upload date:
- Size: 1.2 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 |
e0b0b9d1ef33e14b52e642a9a3a2dd6b3bd5866adc29940a15e9502799d42fbb
|
|
| MD5 |
03459d340e37175af7d77e419d50b6f5
|
|
| BLAKE2b-256 |
e34a6a27072db4a51b785a7c505d78eb96491b9d57f594f8bb76c095010d9e93
|