crashframe 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.
crashframe/__init__.py ADDED
@@ -0,0 +1,9 @@
1
+ """crashframe — crash reporter for ML inference on edge devices.
2
+
3
+ Placeholder release reserving the package name. Real code is coming:
4
+ wrap your ONNX Runtime InferenceSession in one line and get local logging
5
+ of runtime errors, NaN/degenerate outputs, latency collapse, silent CPU
6
+ fallback and OOM traces. No cloud, no telemetry.
7
+ """
8
+
9
+ __version__ = "0.0.1"
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: crashframe
3
+ Version: 0.0.1
4
+ Summary: Crash reporter for ML inference on edge devices: silent failures, latency collapse, OOM traces. In development.
5
+ Project-URL: Homepage, https://crashframe.dev
6
+ Author-email: Vitaliy Parkhomenko <v.parxomenko16@gmail.com>
7
+ License: Apache-2.0
8
+ Keywords: crash-reporting,edge,inference,jetson,monitoring,onnx
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: System :: Monitoring
13
+ Requires-Python: >=3.10
14
+ Description-Content-Type: text/markdown
15
+
16
+ # crashframe
17
+
18
+ Crash reporter for ML inference on edge devices.
19
+
20
+ One line of code wraps your ONNX Runtime session; crashframe logs runtime errors, NaN and degenerate outputs, latency collapse, silent CPU fallback and OOM traces to a local file, with a built-in web report for headless devices. No cloud, no telemetry, numpy is the only dependency.
21
+
22
+ **Status: in development.** This release reserves the package name. Watch the repo for v0.1.
@@ -0,0 +1,4 @@
1
+ crashframe/__init__.py,sha256=KPvKOOvypmihpatZkKNJgkyP-hA0fdygw5DHirhK0tk,359
2
+ crashframe-0.0.1.dist-info/METADATA,sha256=CWAQ54pjJwkle8rfNxpxDx0a3JksECsFuv6mZwEt5nI,1072
3
+ crashframe-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ crashframe-0.0.1.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