foro 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
foro/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ def hello_foro(name: str = "world") -> str:
2
+ return f"Hello, {name} from Foro"
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: foro
3
+ Version: 0.1.0
4
+ Summary: Python SDK for Foro
5
+ Project-URL: Homepage, https://github.com/foro-sh/foro
6
+ Project-URL: Repository, https://github.com/foro-sh/foro
7
+ Project-URL: Issues, https://github.com/foro-sh/foro/issues
8
+ Author: Foro
9
+ License: MIT
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+
16
+ # Foro Python SDK
17
+
18
+ This package is the Python SDK for Foro.
19
+
20
+ ## Development
21
+
22
+ ```bash
23
+ uv sync
24
+ uv run python -m pytest
25
+ ```
@@ -0,0 +1,4 @@
1
+ foro/__init__.py,sha256=qeP2fR_jVegx9-muPDGuRb-Lb045vIng08WeL6kJfqU,82
2
+ foro-0.1.0.dist-info/METADATA,sha256=HbDG9dgYa20_Ik9SLy04yYIvhTtgv84sLXPpX3ott_s,607
3
+ foro-0.1.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ foro-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any