Skip to content

Chore/add package skeleton - #2

Merged
milliyin merged 3 commits into
mainfrom
chore/add-package-skeleton
Jul 20, 2026
Merged

Chore/add package skeleton#2
milliyin merged 3 commits into
mainfrom
chore/add-package-skeleton

Conversation

@milliyin

Copy link
Copy Markdown
Member

Closes #1

Adds the minimal package skeleton needed before any code can be installed or CI can pass:

  • pyproject.toml — package metadata, dependencies, build config
  • pakdocling/__init__.py — package init with version
  • pakdocling/cli.py — minimal Typer CLI stub
  • .gitignore — Python standard ignores

@milliyin
milliyin merged commit 68dfdfe into main Jul 20, 2026
2 of 5 checks passed
@milliyin
milliyin deleted the chore/add-package-skeleton branch July 20, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing configuration and initialization files

1 participant