slipcase 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.
slipcase/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: slipcase
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Slipcase — infrastructure for suspending and resuming LLM inference sessions. Name-holder release; general availability to follow.
|
|
5
|
+
License: Proprietary
|
|
6
|
+
Project-URL: Homepage, https://slipcase.io
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# Slipcase
|
|
11
|
+
|
|
12
|
+
Infrastructure for suspending and resuming LLM inference sessions.
|
|
13
|
+
|
|
14
|
+
This is a name-holder release. General availability to follow —
|
|
15
|
+
https://slipcase.io
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
slipcase/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
|
|
2
|
+
slipcase-0.0.1.dist-info/METADATA,sha256=I83_DlOXwI5CWIvZJr1tGxBbvzjDMlsY3OziHPb7-C0,489
|
|
3
|
+
slipcase-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
4
|
+
slipcase-0.0.1.dist-info/top_level.txt,sha256=8SitO3OAW7iT8R7pmwEsTDhKs5PpA7EUhd-_DZKS5Ks,9
|
|
5
|
+
slipcase-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
slipcase
|