feat: make installable command

'epub2go' command provided
This commit is contained in:
eneller
2025-01-16 10:26:01 +01:00
parent 8742883edd
commit 37968f03b7
2 changed files with 79 additions and 8 deletions

85
.gitignore vendored
View File

@@ -1,11 +1,70 @@
/nbproject/
/system/IECache/**/*
/multiCMS/updateFramework.php
*.epub
#/multiCMS/system/DBData/Installation.pfdb.php
# Created by https://www.toptal.com/developers/gitignore/api/python,pycharm+all,phpstorm+all,visualstudiocode,images
# Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm+all,phpstorm+all,visualstudiocode,images
# Created by https://www.toptal.com/developers/gitignore/api/phpstorm+all,python,visualstudiocode,pycharm+all
# Edit at https://www.toptal.com/developers/gitignore?templates=phpstorm+all,python,visualstudiocode,pycharm+all
### Images ###
# JPEG
*.jpg
*.jpeg
*.jpe
*.jif
*.jfif
*.jfi
# JPEG 2000
*.jp2
*.j2k
*.jpf
*.jpx
*.jpm
*.mj2
# JPEG XR
*.jxr
*.hdp
*.wdp
# Graphics Interchange Format
*.gif
# RAW
*.raw
# Web P
*.webp
# Portable Network Graphics
*.png
# Animated Portable Network Graphics
*.apng
# Multiple-image Network Graphics
*.mng
# Tagged Image File Format
*.tiff
*.tif
# Scalable Vector Graphics
*.svg
*.svgz
# Portable Document Format
*.pdf
# X BitMap
*.xbm
# BMP
*.bmp
*.dib
# ICO
*.ico
# 3D Images
*.3dm
*.max
### PhpStorm+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
@@ -341,7 +400,7 @@ pyrightconfig.json
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/phpstorm+all,python,visualstudiocode,pycharm+all
# End of https://www.toptal.com/developers/gitignore/api/python,pycharm+all,phpstorm+all,visualstudiocode,images
# Python-generated files
__pycache__/
@@ -350,3 +409,13 @@ build/
dist/
wheels/
*.egg-info
# Custom
/nbproject/
/system/IECache/**/*
/multiCMS/updateFramework.php
*.epub
*.html
*.css
*.js
*.txt
!data/*

View File

@@ -9,3 +9,5 @@ dependencies = [
"requests==2.32.3",
"urllib3==2.2.2",
]
[project.scripts]
epub2go = "convert:main"