Metadata-Version: 2.4
Name: supernote
Version: 0.3.0
Summary: Unofficial python library for parsing Supernote notebooks
Author-email: jya <jya@wizmy.net>, Allen Porter <allen.porter@gmail.com>
License-Expression: Apache-2.0
Project-URL: Source, https://github.com/allenporter/supernote
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colour>=0.1.5
Requires-Dist: numpy>=1.19.0
Requires-Dist: Pillow>=7.2.0
Requires-Dist: potracer>=0.0.1
Requires-Dist: pypng>=0.0.20
Requires-Dist: reportlab>=3.6.1
Requires-Dist: svgwrite>=1.4
Requires-Dist: aiohttp>=3.13.2
Requires-Dist: mashumaro>=3.17
Dynamic: license-file

# supernote

The `supernote` library is a fork and slightly lighter dependency version of
[supernote-tool](https://github.com/jya-dev/supernote-tool) that drops svg
dependencies not found in some containers. Generally, you should probably
prefer to use that library unless there is a specific reason you're also
having a similar dependency limitation.

## Development

```
uv venv --python=3.14
source .venv/bin/activate
uv pip install -r requirements_dev.txt
```
