1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-27 16:54:05 +00:00

Added metadata

This commit is contained in:
Ciro Mattia Gonano
2013-01-21 15:09:52 +01:00
parent 89b19f2519
commit ef51425dd6
7 changed files with 25 additions and 4 deletions
+3
View File
@@ -32,6 +32,9 @@
# - recurse into dirtree for multiple comics # - recurse into dirtree for multiple comics
__version__ = '2.0' __version__ = '2.0'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
from Tkinter import * from Tkinter import *
from kcc import gui from kcc import gui
+4
View File
@@ -0,0 +1,4 @@
__version__ = '2.0'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
+3 -1
View File
@@ -14,7 +14,9 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# #
__version__ = '1.0' __license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
import os import os
+3 -2
View File
@@ -35,9 +35,11 @@
# - Add gracefully exit for CBR if no rarfile.py and no unrar # - Add gracefully exit for CBR if no rarfile.py and no unrar
# executable are found # executable are found
# - Improve error reporting # - Improve error reporting
# - recurse into dirtree for multiple comics
__version__ = '1.50' __version__ = '1.50'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
import os import os
import sys import sys
@@ -240,7 +242,6 @@ def main(argv=None):
if options.imgproc: if options.imgproc:
print "Processing images..." print "Processing images..."
dirImgProcess(path) dirImgProcess(path)
print "Creating ePub structure..." print "Creating ePub structure..."
genEpubStruct(path) genEpubStruct(path)
+4
View File
@@ -16,6 +16,10 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
from Tkinter import * from Tkinter import *
import tkFileDialog import tkFileDialog
import ttk import ttk
+4
View File
@@ -15,6 +15,10 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
import os import os
from PIL import Image, ImageOps, ImageDraw, ImageStat from PIL import Image, ImageOps, ImageDraw, ImageStat
+4 -1
View File
@@ -17,7 +17,10 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# #
__version__ = '1.0'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
import os import os