autoinference 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.
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: autoinference
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder for the autoinference library. Work in progress.
|
|
5
|
+
Project-URL: Homepage, https://github.com/autoinference/autoinference
|
|
6
|
+
Project-URL: Repository, https://github.com/autoinference/autoinference
|
|
7
|
+
Project-URL: Issues, https://github.com/autoinference/autoinference/issues
|
|
8
|
+
Author-email: autoinference <noreply@autoinference.dev>
|
|
9
|
+
License-Expression: MIT
|
|
10
|
+
Keywords: ai,autoinference,inference,ml
|
|
11
|
+
Classifier: Development Status :: 1 - Planning
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
16
|
+
Requires-Python: >=3.8
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# autoinference (Python)
|
|
20
|
+
|
|
21
|
+
Placeholder for the `autoinference` library. Work in progress.
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
pip install autoinference
|
|
25
|
+
# or
|
|
26
|
+
uv add autoinference
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
```python
|
|
30
|
+
import autoinference
|
|
31
|
+
print(autoinference.__version__)
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
See https://github.com/autoinference/autoinference for source and roadmap.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
autoinference/__init__.py,sha256=1bx4myH9yQ4CU3GeFuOAXy9RuKSzqHKwa3_MXDVv_Go,90
|
|
2
|
+
autoinference-0.0.1.dist-info/METADATA,sha256=euNiO2JLY-MwNTuiSl0_SY0d14QHCtJ-mSi2iEfI7h8,1073
|
|
3
|
+
autoinference-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4
|
+
autoinference-0.0.1.dist-info/RECORD,,
|