wrapture 0.1.0 → 0.1.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.2](https://github.com/phun-ky/wrapture/compare/0.1.1...0.1.2) (2025-05-15)
4
+
5
+ ## [0.1.1](https://github.com/phun-ky/wrapture/compare/0.1.0...0.1.1) (2025-05-15)
6
+
7
+ ### Documentation
8
+
9
+ * ✏️ Add logo ([58ffd35](https://github.com/phun-ky/wrapture/commit/58ffd359d9cd5b8e0b538f4d6cd3cd5f7b3dee7a))
10
+
3
11
  ## [0.1.0](https://github.com/phun-ky/wrapture/compare/0.0.3...0.1.0) (2025-05-15)
4
12
 
5
13
  ### Tasks
package/README.md CHANGED
@@ -1,4 +1,10 @@
1
- # 🌀 Wrapture
1
+ # Wrapture
2
+
3
+ <p align="center" width="100%">
4
+ <img width="256px" src="./public/wrapture-logo-small.png" alt="wrapture logo" />
5
+ </p>
6
+
7
+ > One-click exporter from PyTorch models to Web-ready ONNX with JS/TS wrappers.
2
8
 
3
9
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
4
10
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](http://makeapullrequest.com)
@@ -12,20 +18,19 @@
12
18
  [![codecov](https://codecov.io/gh/phun-ky/wrapture/graph/badge.svg?token=VA91DL7ZLZ)](https://codecov.io/gh/phun-ky/wrapture)
13
19
  [![build](https://github.com/phun-ky/wrapture/actions/workflows/check.yml/badge.svg)](https://github.com/phun-ky/wrapture/actions/workflows/check.yml)
14
20
 
15
- > One-click exporter from PyTorch models to Web-ready ONNX with JS/TS wrappers.
16
-
17
21
  ## About
18
22
 
19
23
  Wrapture lets you go from a Python-trained model to deployable JavaScript with a
20
24
  single command. It generates TypeScript bindings and a Web/Node-compatible
21
25
  wrapper, using WebGPU/WASM-ready ONNX runtimes.
22
26
 
23
- > [!NOTE] This is an experiment trying to fulfil a need between python and js.
27
+ > [!NOTE]
28
+ > This is an experiment trying to fulfil a need between python and js.
24
29
  > YMMV
25
30
 
26
31
  ## Table of Contents<!-- omit from toc -->
27
32
 
28
- - [🌀 Wrapture](#-wrapture)
33
+ - [Wrapture](#-wrapture)
29
34
  - [About](#about)
30
35
  - [🚀 Features](#-features)
31
36
  - [Prerequisites](#prerequisites)
package/api/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # wrapture API documentation
2
2
 
3
- > Last updated 2025-05-15T10:00:06.699Z
3
+ > Last updated 2025-05-15T10:56:42.554Z
4
4
 
5
5
  ## Modules
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # utils/check-deps
4
4
 
5
- > Last updated 2025-05-15T10:00:06.852Z
5
+ > Last updated 2025-05-15T10:56:42.701Z
6
6
 
7
7
  ## Functions
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # utils/convert
4
4
 
5
- > Last updated 2025-05-15T10:00:06.925Z
5
+ > Last updated 2025-05-15T10:56:42.770Z
6
6
 
7
7
  ## Interfaces
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # utils/generate-wrapper
4
4
 
5
- > Last updated 2025-05-15T10:00:06.977Z
5
+ > Last updated 2025-05-15T10:56:42.820Z
6
6
 
7
7
  ## Interfaces
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # utils/log-level
4
4
 
5
- > Last updated 2025-05-15T10:00:07.021Z
5
+ > Last updated 2025-05-15T10:56:42.859Z
6
6
 
7
7
  ## Type Aliases
8
8
 
package/api/wrapture.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # wrapture
4
4
 
5
- > Last updated 2025-05-15T10:00:07.077Z
5
+ > Last updated 2025-05-15T10:56:42.899Z
6
6
 
7
7
  ---
8
8
 
package/bin/wrapture.js CHANGED
@@ -10,7 +10,7 @@ import path3 from "node:path";
10
10
  // package.json
11
11
  var package_default = {
12
12
  name: "wrapture",
13
- version: "0.1.0",
13
+ version: "0.1.2",
14
14
  description: "Wrapture lets you go from a Python-trained model to deployable JavaScript with a single command. It generates TypeScript bindings and a Web/Node-compatible wrapper, using WebGPU/WASM-ready ONNX runtimes.",
15
15
  keywords: [
16
16
  "onnx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wrapture",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Wrapture lets you go from a Python-trained model to deployable JavaScript with a single command. It generates TypeScript bindings and a Web/Node-compatible wrapper, using WebGPU/WASM-ready ONNX runtimes.",
5
5
  "keywords": [
6
6
  "onnx",
Binary file
Binary file