1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
4334f55af0 🤖 Bumped version to 0.1.4
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-16 18:39:33 +01:00
820538f90b 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-16 18:39:05 +01:00
4 changed files with 10 additions and 2 deletions
.gitea/workflows
README.md
libpurple_to_markdown
setup.py

View File

@ -10,7 +10,7 @@ jobs:
uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21 uses: jmaa/workflows/.gitea/workflows/python-package.yaml@v6.21
with: with:
REGISTRY_DOMAIN: gitfub.space REGISTRY_DOMAIN: gitfub.space
REGISTRY_ORGANIZATION: usagi-keiretsu REGISTRY_ORGANIZATION: jmaa
secrets: secrets:
PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }} PIPY_REPO_USER: ${{ secrets.PIPY_REPO_USER }}
PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }} PIPY_REPO_PASS: ${{ secrets.PIPY_REPO_PASS }}

View File

@ -41,6 +41,10 @@ python -m libpurple_to_markdown LOG_DIRECTORY --output OUTPUT_FOLDER
It was made specifically for import into Obsidian, so it might not suite your It was made specifically for import into Obsidian, so it might not suite your
purposes, but it shouldn't be too difficult to adjust the formatting code. purposes, but it shouldn't be too difficult to adjust the formatting code.
## TODO
- [ ] Decode MMS parts and reconstruct image attachments.
## Dependencies ## Dependencies

View File

@ -1 +1 @@
__version__ = '0.1.3' __version__ = '0.1.4'

View File

@ -47,6 +47,10 @@ python -m libpurple_to_markdown LOG_DIRECTORY --output OUTPUT_FOLDER
It was made specifically for import into Obsidian, so it might not suite your It was made specifically for import into Obsidian, so it might not suite your
purposes, but it shouldn't be too difficult to adjust the formatting code. purposes, but it shouldn't be too difficult to adjust the formatting code.
## TODO
- [ ] Decode MMS parts and reconstruct image attachments.
""".strip() """.strip()
PACKAGE_DESCRIPTION_SHORT = """ PACKAGE_DESCRIPTION_SHORT = """