initial commit

This commit is contained in:
Marty Oehme 2025-02-12 18:24:24 +01:00
commit b125751f7d
6 changed files with 330 additions and 0 deletions

18
pyproject.toml Normal file
View file

@ -0,0 +1,18 @@
[project]
name = "shaarli2hoarder"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"beautifulsoup4>=4.13.3",
"netscape-bookmarks-file-parser",
"pyjwt>=2.10.1",
"requests>=2.32.3",
]
[tool.pyright]
typeCheckingMode = "basic"
[tool.uv.sources]
netscape-bookmarks-file-parser = { git = "https://github.com/FlyingWolFox/Netscape-Bookmarks-File-Parser.git" }