feat: make installable command
'epub2go' command provided
This commit is contained in:
85
.gitignore
vendored
85
.gitignore
vendored
@@ -1,11 +1,70 @@
|
|||||||
/nbproject/
|
# Created by https://www.toptal.com/developers/gitignore/api/python,pycharm+all,phpstorm+all,visualstudiocode,images
|
||||||
/system/IECache/**/*
|
# Edit at https://www.toptal.com/developers/gitignore?templates=python,pycharm+all,phpstorm+all,visualstudiocode,images
|
||||||
/multiCMS/updateFramework.php
|
|
||||||
*.epub
|
|
||||||
#/multiCMS/system/DBData/Installation.pfdb.php
|
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/phpstorm+all,python,visualstudiocode,pycharm+all
|
### Images ###
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=phpstorm+all,python,visualstudiocode,pycharm+all
|
# 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 ###
|
### PhpStorm+all ###
|
||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||||
@@ -341,7 +400,7 @@ pyrightconfig.json
|
|||||||
.history
|
.history
|
||||||
.ionide
|
.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
|
# Python-generated files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
@@ -350,3 +409,13 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
wheels/
|
wheels/
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
# Custom
|
||||||
|
/nbproject/
|
||||||
|
/system/IECache/**/*
|
||||||
|
/multiCMS/updateFramework.php
|
||||||
|
*.epub
|
||||||
|
*.html
|
||||||
|
*.css
|
||||||
|
*.js
|
||||||
|
*.txt
|
||||||
|
!data/*
|
||||||
|
|||||||
@@ -9,3 +9,5 @@ dependencies = [
|
|||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"urllib3==2.2.2",
|
"urllib3==2.2.2",
|
||||||
]
|
]
|
||||||
|
[project.scripts]
|
||||||
|
epub2go = "convert:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user