crashframe 0.0.1__tar.gz
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,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,7 @@
|
|
|
1
|
+
# crashframe
|
|
2
|
+
|
|
3
|
+
Crash reporter for ML inference on edge devices.
|
|
4
|
+
|
|
5
|
+
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.
|
|
6
|
+
|
|
7
|
+
**Status: in development.** This release reserves the package name. Watch the repo for v0.1.
|
|
@@ -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
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "crashframe"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Crash reporter for ML inference on edge devices: silent failures, latency collapse, OOM traces. In development."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.10"
|
|
11
|
+
license = { text = "Apache-2.0" }
|
|
12
|
+
authors = [{ name = "Vitaliy Parkhomenko", email = "v.parxomenko16@gmail.com" }]
|
|
13
|
+
keywords = ["onnx", "edge", "inference", "monitoring", "crash-reporting", "jetson"]
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 1 - Planning",
|
|
16
|
+
"License :: OSI Approved :: Apache Software License",
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
"Topic :: System :: Monitoring",
|
|
19
|
+
]
|
|
20
|
+
|
|
21
|
+
[project.urls]
|
|
22
|
+
Homepage = "https://crashframe.dev"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Публикация заглушки crashframe 0.0.1 на PyPI
|
|
2
|
+
|
|
3
|
+
Один раз, ~10 минут.
|
|
4
|
+
|
|
5
|
+
1. Аккаунт: https://pypi.org/account/register/ (включить 2FA — PyPI требует).
|
|
6
|
+
2. API-токен: Account settings → API tokens → Add token (scope: entire account; после первого релиза можно пересоздать узкий).
|
|
7
|
+
3. В этой папке (`crashframe-stub/`):
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
pip install build twine --break-system-packages
|
|
11
|
+
python -m build
|
|
12
|
+
twine upload dist/*
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Логин: `__token__`, пароль: токен целиком (включая префикс `pypi-`).
|
|
16
|
+
|
|
17
|
+
4. Проверка: https://pypi.org/project/crashframe/ должен показать 0.0.1.
|
|
18
|
+
|
|
19
|
+
Заодно: создать пустой GitHub-репозиторий `crashframe` (можно приватный до v0.1 — имя репо резервируется и так).
|
|
20
|
+
|
|
21
|
+
Примечание: PyPI удаляет имена за «name squatting» только по жалобам и при полной пустоте проекта; наша заглушка с честным описанием и планом — нормальная практика.
|