ailoos 0.0.1__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.
ailoos/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Hola. Placeholder que reserva el nombre 'ailoos' en PyPI."""
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ailoos
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder reserving the 'ailoos' name on PyPI. Real package coming soon.
|
|
5
|
+
Author-email: Empoorio <dev@empoorio.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/empoorio/ailoos
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.9
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# ailoos
|
|
15
|
+
|
|
16
|
+
Hola.
|
|
17
|
+
|
|
18
|
+
Este es un placeholder para reservar el nombre `ailoos` en PyPI mientras
|
|
19
|
+
se prepara la publicación real del SDK de Ailoos (nodos de IA federada).
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
ailoos/__init__.py,sha256=xghCvtwcSpskiIHMIUqEtmq9eMUQ_B9Mv_qQ3-K-dBI,64
|
|
2
|
+
ailoos-0.0.1.dist-info/METADATA,sha256=zTuJZbkxH80Aqxr77qSkDiK8a5W65WX0iWTDz3UMLmQ,625
|
|
3
|
+
ailoos-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
ailoos-0.0.1.dist-info/top_level.txt,sha256=p2JHhDuk_z7dfzM4DNZ09X-MvbJQBf-1YcHTYxMepZI,7
|
|
5
|
+
ailoos-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ailoos
|