7 Commits

Author SHA1 Message Date
6f3721fe3e Bump version to 0.1.2 and update Python dependency version in pyproject.toml
All checks were successful
Build and Publish b64pack / build-and-publish (push) Successful in 57s
2025-04-28 14:19:24 +02:00
09f3e316ba Bump version to 0.1.1 and add script entry point for b64pack CLI tool
All checks were successful
Build and Publish b64pack / build-and-publish (push) Successful in 59s
2025-04-28 11:26:07 +02:00
3ddbebdfea Adds .poetry.lock to .gitignore 2025-04-28 09:45:34 +02:00
34de3b7ce7 b64pack/poetry.lock gelöscht 2025-04-28 09:44:58 +02:00
954d2e4eff Adds environment variable preparation step to build and deploy workflow 2025-04-28 09:44:06 +02:00
af0795661f Adds b64pack CLI tool with packaging and deployment
Some checks failed
Build and Publish b64pack / build-and-publish (push) Failing after 11s
Introduces the b64pack CLI tool for packing, encoding, and decoding files or directories into Base64, with essential features and a simple interface.

Sets up automated build and deploy workflow for the tool using Gitea Actions. Includes Poetry configuration for dependency management and packaging.

Fixes copyright metadata and updates documentation in English and German.
2025-04-28 09:42:38 +02:00
b8665fd24d Initial commit 2025-04-28 09:20:21 +02:00