bafcode
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: bafcode | ||
| Version: 1.1.6 | ||
| Version: 1.1.7 | ||
| Summary: BafCode Framework CLI | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/aitelabranding/bafcode_cli |
@@ -24,9 +24,9 @@ | ||
| YOUR_API_ENDPOINT = "https://fakerapi.it/api/v1/texts?_quantity=1&_characters=500" # Placeholder email API endpoint | ||
| # YOUR_API_ENDPOINT = "https://fakerapi.it/api/v1/texts?_quantity=1&_characters=500" # Placeholder email API endpoint | ||
| logger = BafLog | ||
| class {api_name}API: | ||
| def process(your_parameters): | ||
| def process(task, data): | ||
| response = requests.get(YOUR_API_ENDPOINT, params=your_parameters) | ||
| response = requests.get('YOUR_API_ENDPOINT', params=data) | ||
@@ -33,0 +33,0 @@ # Handle API response |
@@ -34,3 +34,3 @@ | ||
| def process(self,message,prompt): | ||
| def process(self,message,prompt,data): | ||
@@ -37,0 +37,0 @@ if not prompt: |
@@ -32,3 +32,3 @@ | ||
| def execute(self, data): | ||
| def execute(self,task, data): | ||
| # Process data here | ||
@@ -35,0 +35,0 @@ response = {tool_name}API.process(data) |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: bafcode | ||
| Version: 1.1.6 | ||
| Version: 1.1.7 | ||
| Summary: BafCode Framework CLI | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/aitelabranding/bafcode_cli |
+1
-1
@@ -5,3 +5,3 @@ from setuptools import setup, find_packages | ||
| name="bafcode", | ||
| version="1.1.6", | ||
| version="1.1.7", | ||
| packages=find_packages(), | ||
@@ -8,0 +8,0 @@ install_requires=[ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
21370
-0.01%