hexatess-code 0.4.0__tar.gz → 0.4.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.
Potentially problematic release.
This version of hexatess-code might be problematic. Click here for more details.
- {hexatess_code-0.4.0/src/hexatess_code.egg-info → hexatess_code-0.4.1}/PKG-INFO +9 -6
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/README.md +8 -5
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/pyproject.toml +1 -1
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/__init__.py +1 -1
- {hexatess_code-0.4.0 → hexatess_code-0.4.1/src/hexatess_code.egg-info}/PKG-INFO +9 -6
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/LICENSE +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/setup.cfg +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/camera.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/cli.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/decoder.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/encoder.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/galois.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/geometry.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/header.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/masks.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/reedsolomon.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/render.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess/resilience.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess_code.egg-info/SOURCES.txt +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess_code.egg-info/dependency_links.txt +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess_code.egg-info/entry_points.txt +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess_code.egg-info/requires.txt +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/src/hexatess_code.egg-info/top_level.txt +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_camera.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_codec.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_conformance.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_galois.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_geometry.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_header.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_masks.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_reedsolomon.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_render.py +0 -0
- {hexatess_code-0.4.0 → hexatess_code-0.4.1}/tests/test_resilience.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hexatess-code
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Hexatess Code - an experimental 2D barcode on a hexagonal grid with Reed-Solomon error correction
|
|
5
5
|
Author: The Hexatess Code Authors
|
|
6
6
|
License: MIT License
|
|
@@ -200,9 +200,11 @@ concentrate inside whole bytes.
|
|
|
200
200
|
|
|
201
201
|
## Implement it in your own language
|
|
202
202
|
|
|
203
|
-
A **pure-JavaScript encoder** already
|
|
204
|
-
[`javascript/`](javascript/) (zero dependencies,
|
|
205
|
-
Python reference for uncompressed symbols
|
|
203
|
+
A **pure-JavaScript encoder and decoder** already ship in this
|
|
204
|
+
repository — see [`javascript/`](javascript/) (zero dependencies,
|
|
205
|
+
byte-identical to the Python reference for uncompressed symbols) and
|
|
206
|
+
the browser playground [`demo.html`](demo.html) at the repository root
|
|
207
|
+
(encode + decode, including clean upright images).
|
|
206
208
|
|
|
207
209
|
The format is deliberately **specification-first**: everything needed
|
|
208
210
|
for an independent implementation is in
|
|
@@ -225,8 +227,9 @@ vectors, it speaks Hexatess Code.
|
|
|
225
227
|
3. **Erasure decoding:** declare blob-occluded modules as
|
|
226
228
|
erasures → doubles correctable symbol counts.
|
|
227
229
|
4. **JavaScript/TypeScript SDK** + online playground (generate a code
|
|
228
|
-
in the browser in 10 seconds) — **encoder done:**
|
|
229
|
-
[`javascript/`](javascript/)
|
|
230
|
+
in the browser in 10 seconds) — **encoder and decoder done:**
|
|
231
|
+
[`javascript/`](javascript/) + [`demo.html`](demo.html); hosted
|
|
232
|
+
playground (GitHub Pages) next.
|
|
230
233
|
5. Larger radii / capacity beyond 329 stored bytes (breaking header
|
|
231
234
|
change).
|
|
232
235
|
|
|
@@ -136,9 +136,11 @@ concentrate inside whole bytes.
|
|
|
136
136
|
|
|
137
137
|
## Implement it in your own language
|
|
138
138
|
|
|
139
|
-
A **pure-JavaScript encoder** already
|
|
140
|
-
[`javascript/`](javascript/) (zero dependencies,
|
|
141
|
-
Python reference for uncompressed symbols
|
|
139
|
+
A **pure-JavaScript encoder and decoder** already ship in this
|
|
140
|
+
repository — see [`javascript/`](javascript/) (zero dependencies,
|
|
141
|
+
byte-identical to the Python reference for uncompressed symbols) and
|
|
142
|
+
the browser playground [`demo.html`](demo.html) at the repository root
|
|
143
|
+
(encode + decode, including clean upright images).
|
|
142
144
|
|
|
143
145
|
The format is deliberately **specification-first**: everything needed
|
|
144
146
|
for an independent implementation is in
|
|
@@ -161,8 +163,9 @@ vectors, it speaks Hexatess Code.
|
|
|
161
163
|
3. **Erasure decoding:** declare blob-occluded modules as
|
|
162
164
|
erasures → doubles correctable symbol counts.
|
|
163
165
|
4. **JavaScript/TypeScript SDK** + online playground (generate a code
|
|
164
|
-
in the browser in 10 seconds) — **encoder done:**
|
|
165
|
-
[`javascript/`](javascript/)
|
|
166
|
+
in the browser in 10 seconds) — **encoder and decoder done:**
|
|
167
|
+
[`javascript/`](javascript/) + [`demo.html`](demo.html); hosted
|
|
168
|
+
playground (GitHub Pages) next.
|
|
166
169
|
5. Larger radii / capacity beyond 329 stored bytes (breaking header
|
|
167
170
|
change).
|
|
168
171
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hexatess-code"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.1"
|
|
8
8
|
description = "Hexatess Code - an experimental 2D barcode on a hexagonal grid with Reed-Solomon error correction"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -61,7 +61,7 @@ from .reedsolomon import rs_correct_msg, rs_encode_msg
|
|
|
61
61
|
from .render import render, sample_grid_from_image
|
|
62
62
|
from .resilience import add_blob_damage, add_random_noise, run_tests
|
|
63
63
|
|
|
64
|
-
__version__ = "0.4.
|
|
64
|
+
__version__ = "0.4.1"
|
|
65
65
|
SPEC_VERSION = "0.3"
|
|
66
66
|
|
|
67
67
|
__all__ = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hexatess-code
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Hexatess Code - an experimental 2D barcode on a hexagonal grid with Reed-Solomon error correction
|
|
5
5
|
Author: The Hexatess Code Authors
|
|
6
6
|
License: MIT License
|
|
@@ -200,9 +200,11 @@ concentrate inside whole bytes.
|
|
|
200
200
|
|
|
201
201
|
## Implement it in your own language
|
|
202
202
|
|
|
203
|
-
A **pure-JavaScript encoder** already
|
|
204
|
-
[`javascript/`](javascript/) (zero dependencies,
|
|
205
|
-
Python reference for uncompressed symbols
|
|
203
|
+
A **pure-JavaScript encoder and decoder** already ship in this
|
|
204
|
+
repository — see [`javascript/`](javascript/) (zero dependencies,
|
|
205
|
+
byte-identical to the Python reference for uncompressed symbols) and
|
|
206
|
+
the browser playground [`demo.html`](demo.html) at the repository root
|
|
207
|
+
(encode + decode, including clean upright images).
|
|
206
208
|
|
|
207
209
|
The format is deliberately **specification-first**: everything needed
|
|
208
210
|
for an independent implementation is in
|
|
@@ -225,8 +227,9 @@ vectors, it speaks Hexatess Code.
|
|
|
225
227
|
3. **Erasure decoding:** declare blob-occluded modules as
|
|
226
228
|
erasures → doubles correctable symbol counts.
|
|
227
229
|
4. **JavaScript/TypeScript SDK** + online playground (generate a code
|
|
228
|
-
in the browser in 10 seconds) — **encoder done:**
|
|
229
|
-
[`javascript/`](javascript/)
|
|
230
|
+
in the browser in 10 seconds) — **encoder and decoder done:**
|
|
231
|
+
[`javascript/`](javascript/) + [`demo.html`](demo.html); hosted
|
|
232
|
+
playground (GitHub Pages) next.
|
|
230
233
|
5. Larger radii / capacity beyond 329 stored bytes (breaking header
|
|
231
234
|
change).
|
|
232
235
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|