├── docs ├── __init__.py ├── interfaces.rst └── notes.rst ├── pysesh ├── __init__.py ├── core │ ├── __init__.py │ ├── data │ │ ├── __init__.py │ │ └── Images │ │ │ ├── westcar_img.png │ │ │ ├── naufrage_img.png │ │ │ └── GlyphSvg │ │ │ ├── META-INF │ │ │ ├── MANIFEST.MF │ │ │ └── maven │ │ │ │ └── org.qenherkhopeshef │ │ │ │ └── jseshGlyphs │ │ │ │ └── pom.properties │ │ │ ├── O30.svg │ │ │ ├── Z1.svg │ │ │ ├── O30u.svg │ │ │ ├── U116.svg │ │ │ ├── N44.svg │ │ │ ├── T14.svg │ │ │ ├── T14B.svg │ │ │ ├── Z38.svg │ │ │ ├── Z4B.svg │ │ │ ├── Z20.svg │ │ │ ├── Z31.svg │ │ │ ├── N50.svg │ │ │ ├── U110.svg │ │ │ ├── T28A.svg │ │ │ ├── U39B.svg │ │ │ ├── Z22.svg │ │ │ ├── N1.svg │ │ │ ├── S106.svg │ │ │ ├── T80B.svg │ │ │ ├── Z26.svg │ │ │ ├── T15.svg │ │ │ ├── Z6.svg │ │ │ ├── T33A.svg │ │ │ ├── Z4.svg │ │ │ ├── T14A.svg │ │ │ ├── Z3A.svg │ │ │ ├── Z2.svg │ │ │ ├── Z30.svg │ │ │ ├── Q16.svg │ │ │ ├── U115.svg │ │ │ ├── Z2B.svg │ │ │ ├── Z34.svg │ │ │ ├── R92A.svg │ │ │ ├── T66.svg │ │ │ ├── U27B.svg │ │ │ ├── Aa5C.svg │ │ │ ├── O86.svg │ │ │ ├── S39.svg │ │ │ ├── T21A.svg │ │ │ ├── V98.svg │ │ │ ├── Z23.svg │ │ │ ├── Z2A.svg │ │ │ ├── T21B.svg │ │ │ ├── Z6A.svg │ │ │ ├── S88.svg │ │ │ ├── M176.svg │ │ │ ├── Z32.svg │ │ │ ├── F46B.svg │ │ │ ├── R99.svg │ │ │ ├── M195.svg │ │ │ ├── O230.svg │ │ │ ├── S142.svg │ │ │ ├── U39I.svg │ │ │ ├── R92.svg │ │ │ ├── Aa11v.svg │ │ │ ├── Aa16.svg │ │ │ ├── N23.svg │ │ │ ├── Aa28.svg │ │ │ ├── Aa43.svg │ │ │ ├── N17.svg │ │ │ ├── P11.svg │ │ │ ├── U7C.svg │ │ │ ├── V11.svg │ │ │ ├── W114.svg │ │ │ ├── Aa27G.svg │ │ │ ├── O4A.svg │ │ │ ├── T59.svg │ │ │ ├── F46C.svg │ │ │ ├── O4.svg │ │ │ ├── Q1.svg │ │ │ ├── R103.svg │ │ │ ├── W10B.svg │ │ │ ├── Aa15.svg │ │ │ ├── T79.svg │ │ │ ├── I6B.svg │ │ │ ├── Y13.svg │ │ │ ├── N37A.svg │ │ │ ├── O38A.svg │ │ │ ├── P11B.svg │ │ │ ├── S36.svg │ │ │ ├── S36A.svg │ │ │ ├── T132.svg │ │ │ ├── Aa8A.svg │ │ │ ├── O38B.svg │ │ │ ├── Q2B.svg │ │ │ ├── V6.svg │ │ │ ├── Z14.svg │ │ │ ├── Aa8B.svg │ │ │ ├── K6A.svg │ │ │ ├── Q38.svg │ │ │ ├── Aa21.svg │ │ │ ├── N57.svg │ │ │ ├── P76A.svg │ │ │ ├── S29B.svg │ │ │ ├── Y2v.svg │ │ │ ├── N29.svg │ │ │ ├── Q36A.svg │ │ │ ├── R62.svg │ │ │ ├── S114.svg │ │ │ ├── D21.svg │ │ │ ├── Q37.svg │ │ │ ├── U20.svg │ │ │ ├── T94.svg │ │ │ ├── R43.svg │ │ │ ├── T22.svg │ │ │ ├── O85.svg │ │ │ ├── S29A.svg │ │ │ ├── W100.svg │ │ │ ├── Z5.svg │ │ │ ├── H25.svg │ │ │ ├── O191.svg │ │ │ ├── O85A.svg │ │ │ ├── Q5.svg │ │ │ ├── O191A.svg │ │ │ ├── O285A.svg │ │ │ ├── R88.svg │ │ │ ├── US248Y1VARB.svg │ │ │ ├── F130.svg │ │ │ ├── O4B.svg │ │ │ ├── U93.svg │ │ │ ├── O85B.svg │ │ │ ├── Q17.svg │ │ │ ├── D280A.svg │ │ │ ├── S36B.svg │ │ │ ├── T7.svg │ │ │ ├── Z27.svg │ │ │ ├── Z36.svg │ │ │ ├── Q1B.svg │ │ │ ├── R100.svg │ │ │ ├── T19A.svg │ │ │ ├── W32A.svg │ │ │ ├── Z11B.svg │ │ │ ├── R44.svg │ │ │ ├── Aa5D.svg │ │ │ ├── M18.svg │ │ │ ├── N103.svg │ │ │ ├── O5.svg │ │ │ ├── O45.svg │ │ │ ├── U119.svg │ │ │ ├── Aa21C.svg │ │ │ ├── P89.svg │ │ │ ├── R113.svg │ │ │ ├── S43B.svg │ │ │ ├── T134.svg │ │ │ ├── T22A.svg │ │ │ ├── Aa13.svg │ │ │ ├── Aa79.svg │ │ │ ├── F39B.svg │ │ │ ├── S109A.svg │ │ │ ├── S87.svg │ │ │ ├── Z10.svg │ │ │ ├── S131.svg │ │ │ ├── US1M40AEXTU.svg │ │ │ ├── Aa5B.svg │ │ │ ├── Aa71.svg │ │ │ ├── H33.svg │ │ │ ├── V20.svg │ │ │ ├── Z11.svg │ │ │ ├── Aa27C.svg │ │ │ ├── N124A.svg │ │ │ ├── R29.svg │ │ │ ├── R30.svg │ │ │ ├── T53.svg │ │ │ ├── U113.svg │ │ │ ├── D27A.svg │ │ │ ├── K6.svg │ │ │ ├── N36B.svg │ │ │ ├── V24.svg │ │ │ ├── O5u.svg │ │ │ ├── Q12B.svg │ │ │ ├── R4.svg │ │ │ ├── V36.svg │ │ │ ├── F37B.svg │ │ │ ├── O130.svg │ │ │ ├── O83.svg │ │ │ ├── U23B.svg │ │ │ ├── U52.svg │ │ │ ├── S43.svg │ │ │ ├── M4B.svg │ │ │ ├── Q11.svg │ │ │ ├── T31.svg │ │ │ ├── O129.svg │ │ │ ├── V112.svg │ │ │ ├── Aa78.svg │ │ │ ├── Q6A.svg │ │ │ ├── R105.svg │ │ │ ├── T78.svg │ │ │ ├── V28A.svg │ │ │ ├── O32B.svg │ │ │ ├── O40.svg │ │ │ ├── S164.svg │ │ │ ├── T13A.svg │ │ │ ├── T19C.svg │ │ │ ├── V124.svg │ │ │ ├── F146.svg │ │ │ ├── S27.svg │ │ │ ├── V7.svg │ │ │ ├── Y14.svg │ │ │ ├── Aa18A.svg │ │ │ ├── R1E.svg │ │ │ ├── R88A.svg │ │ │ ├── S27A.svg │ │ │ ├── U64.svg │ │ │ ├── W92.svg │ │ │ ├── Aa17.svg │ │ │ ├── O232.svg │ │ │ ├── O87.svg │ │ │ ├── Z11A.svg │ │ │ ├── Z15.svg │ │ │ ├── M73.svg │ │ │ ├── N34.svg │ │ │ ├── S165.svg │ │ │ ├── T131.svg │ │ │ ├── V20h.svg │ │ │ ├── D27.svg │ │ │ ├── R114.svg │ │ │ ├── W10A.svg │ │ │ ├── X11.svg │ │ │ ├── O238.svg │ │ │ ├── P117.svg │ │ │ ├── S141.svg │ │ │ ├── W76.svg │ │ │ ├── Z37.svg │ │ │ ├── Q27.svg │ │ │ ├── Q6D.svg │ │ │ ├── T9D.svg │ │ │ ├── W110.svg │ │ │ ├── O25.svg │ │ │ ├── R101.svg │ │ │ ├── S198.svg │ │ │ ├── U27A.svg │ │ │ ├── Aa42.svg │ │ │ ├── H5B.svg │ │ │ ├── O78.svg │ │ │ ├── T86.svg │ │ │ ├── U27.svg │ │ │ ├── N4.svg │ │ │ ├── Z18.svg │ │ │ ├── A348A.svg │ │ │ ├── Aa21B.svg │ │ │ ├── Aa24B.svg │ │ │ ├── D22.svg │ │ │ ├── M210.svg │ │ │ ├── T97.svg │ │ │ ├── US22W17BVARE.svg │ │ │ ├── V25.svg │ │ │ ├── N30.svg │ │ │ ├── O310.svg │ │ │ ├── R69.svg │ │ │ ├── R96.svg │ │ │ ├── S43D.svg │ │ │ ├── X6.svg │ │ │ ├── D150.svg │ │ │ ├── F37D.svg │ │ │ ├── N140.svg │ │ │ ├── Q7F.svg │ │ │ ├── R117.svg │ │ │ ├── R95.svg │ │ │ ├── T35.svg │ │ │ ├── W119.svg │ │ │ ├── X6D.svg │ │ │ ├── O190.svg │ │ │ ├── R12O.svg │ │ │ ├── U26A.svg │ │ │ ├── U34A.svg │ │ │ ├── US22F31AEXTU.svg │ │ │ ├── Y24.svg │ │ │ ├── S180.svg │ │ │ ├── S36D.svg │ │ │ ├── U111.svg │ │ │ ├── O32D.svg │ │ │ ├── Q7C.svg │ │ │ ├── R40A.svg │ │ │ ├── U24E.svg │ │ │ ├── U26.svg │ │ │ ├── W113.svg │ │ │ └── W8.svg │ └── modules │ │ ├── __init__.py │ │ ├── ImageOperations │ │ └── __init__.py │ │ └── TextOperations │ │ ├── __init__.py │ │ └── MDCParser │ │ ├── __init__.py │ │ ├── lex │ │ ├── __init__.py │ │ └── cartoucheInterface.py │ │ ├── model │ │ ├── __init__.py │ │ └── absolute_group.py │ │ ├── Constants │ │ ├── __init__.py │ │ └── ScriptCodes.py │ │ ├── Interfaces │ │ ├── __init__.py │ │ ├── MDCFile.py │ │ ├── Cadrat.py │ │ ├── Modifier.py │ │ ├── OptionList.py │ │ ├── ZoneStart.py │ │ ├── HBox.py │ │ ├── BasicItemList.py │ │ ├── ModifierList.py │ │ └── VBox.py │ │ └── Interfaces.py └── transliteration │ └── __init__.py ├── test ├── __init__.py └── test_output.py ├── diagrams ├── model.uml └── .project └── .travis.yml /docs/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/interfaces.rst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pysesh/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /pysesh/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /pysesh/core/data/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pysesh/core/modules/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pysesh/transliteration/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /pysesh/core/modules/ImageOperations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/lex/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/model/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Constants/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/westcar_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D-K-E/PySesh/master/pysesh/core/data/Images/westcar_img.png -------------------------------------------------------------------------------- /pysesh/core/data/Images/naufrage_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D-K-E/PySesh/master/pysesh/core/data/Images/naufrage_img.png -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Archiver-Version: Plexus Archiver 3 | Built-By: rosmord 4 | Created-By: Apache Maven 3.3.3 5 | Build-Jdk: 1.8.0_66 6 | 7 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/META-INF/maven/org.qenherkhopeshef/jseshGlyphs/pom.properties: -------------------------------------------------------------------------------- 1 | #Generated by Maven 2 | #Fri Dec 04 11:28:26 CET 2015 3 | version=6.5.5 4 | groupId=org.qenherkhopeshef 5 | artifactId=jseshGlyphs 6 | -------------------------------------------------------------------------------- /diagrams/model.uml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: python 2 | python: 3 | - "3.4" 4 | - "3.5" 5 | - "3.6" 6 | 7 | before_script: 8 | - pip install --upgrade pip 9 | - pip install codecov 10 | - pip install coveralls 11 | 12 | script: nosetests --no-skip --with-coverage 13 | -------------------------------------------------------------------------------- /diagrams/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | pyseshGraph 4 | 5 | 6 | 7 | 8 | 9 | 10 | org.eclipse.sirius.nature.modelingproject 11 | 12 | 13 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O30.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O30u.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U116.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N44.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T14.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T14B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z38.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z4B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z20.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z31.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N50.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U110.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T28A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U39B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z22.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /test/test_output.py: -------------------------------------------------------------------------------- 1 | __author__ = 'Kaan Eraslan' 2 | __license__ = 'See, LICENSE' 3 | 4 | # Packages 5 | 6 | import unittest 7 | 8 | # End of Packages 9 | 10 | class TestClass(unittest.TestCase): # Change later 11 | "Test something something" 12 | def test_mdc_result(self): 13 | output = "" 14 | result = "" 15 | self.assertEqual(output, result, "Result is not the same as output") 16 | # 17 | # 18 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S106.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T80B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z26.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T15.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/model/absolute_group.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # model taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T33A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T14A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z3A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z30.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q16.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U115.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z2B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z34.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R92A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T66.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U27B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa5C.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O86.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S39.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T21A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V98.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z23.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z2A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T21B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z6A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S88.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/M176.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z32.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/F46B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R99.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/M195.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O230.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S142.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U39I.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R92.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa11v.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa16.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N23.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa28.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa43.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N17.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/P11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U7C.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W114.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa27G.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O4A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T59.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/F46C.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R103.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W10B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa15.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T79.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/notes.rst: -------------------------------------------------------------------------------- 1 | Seam Carve parameters: 2 | ./SeamCarving naufrage_img.png naufrage_seam_img.png 1 0.0 3 | 00007 0.00001 1 1 naufrage_csv.csv 0 4 | 5 | 6 | Arguments are: 7 | 1- Entry Filename 8 | 2- Output Filename 9 | 3- Number of columns r (int) 10 | 4- Cubic smoothing term b (float) 11 | 5- Gaussian sigma smoothing term (float) 12 | 6- Optional Line Completion (int 0 or 1) 13 | 7- Optional SeamCarving Optimization size (int 1 or bigger) 14 | 8- Optional csv output filename 15 | 9- Optional Backward computation (int 0 not used, >=1 for backward layers) 16 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/I6B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Y13.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N37A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O38A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/P11B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S36.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S36A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T132.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa8A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O38B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q2B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z14.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa8B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/K6A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q38.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa21.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N57.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/P76A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S29B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Y2v.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N29.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q36A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R62.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S114.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/D21.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U20.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T94.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R43.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T22.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O85.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S29A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W100.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/H25.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O191.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O85A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O191A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O285A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R88.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/US248Y1VARB.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/F130.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O4B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U93.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/MDCFile.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # MDCFileInterface block ######################## 16 | 17 | class MDCFileInterface(metaclass=ABC): 18 | """Interface for MDCFile""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O85B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q17.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/D280A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S36B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z27.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z36.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q1B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R100.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T19A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W32A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z11B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/Cadrat.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # CadratInterface block ####################################### 16 | 17 | class CadratInterface(metaclass=ABC): 18 | """Interface for Cadrat""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R44.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/Modifier.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # ModifierInterface block ##################################### 16 | 17 | class ModifierInterface(metaclass=ABC): 18 | """Interface for Modifiers""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa5D.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/M18.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N103.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/OptionList.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # OptionListInterface block #################################### 16 | 17 | class OptionListInterface(metaclass=ABC): 18 | """Interface for OptionLists""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/ZoneStart.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # ZoneStartInterface block ##################################### 16 | 17 | class ZoneStartInterface(metaclass=ABC): 18 | """Interface for ZoneStart""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O45.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U119.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/HBox.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # HBoxInterface block ######################################### 16 | 17 | class HBoxInterface(metaclass=ABC): 18 | """Interface for HBox: list of Innergroups""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa21C.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/P89.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R113.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S43B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T134.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T22A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/BasicItemList.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # BasicItemListInterface block ################################ 16 | 17 | class BasicItemListInterface(metaclass=ABC): 18 | """Interface for BasicItemList""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/ModifierList.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # ModifierListInterface block ##################################### 16 | 17 | class ModifierListInterface(metaclass=ABC): 18 | """Interface for ModifierLists""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa13.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa79.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/F39B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S109A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S87.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/lex/cartoucheInterface.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # lex taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | class MDCCartoucheType(object): 14 | "Interface for cartouche types" 15 | CARTOUCHE = "c" 16 | SEREKH = "s" 17 | HOUT = "h" 18 | CASTLE = "f" 19 | STARTCONSTRUCT = 1000 20 | ENDCONSTRUCT = 1010 21 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S131.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/US1M40AEXTU.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa5B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa71.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/H33.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V20.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Interfaces/VBox.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # interfaces taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | from abc import ABC 14 | 15 | # VboxInterface block ######################################### 16 | 17 | class VBoxInterface(metaclass=ABC): 18 | """Interface for Vbox: it is made of vertically stacked HBoxes""" 19 | pass 20 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa27C.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N124A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R29.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R30.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T53.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U113.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/D27A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/K6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N36B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V24.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O5u.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q12B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V36.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/F37B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O130.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O83.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U23B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U52.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S43.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/M4B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T31.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O129.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V112.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa78.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q6A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R105.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T78.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V28A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O32B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O40.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S164.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T13A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T19C.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V124.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/F146.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S27.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Y14.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa18A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R1E.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R88A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S27A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U64.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W92.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa17.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O232.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O87.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z11A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z15.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/M73.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N34.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S165.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T131.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V20h.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/D27.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R114.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W10A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/X11.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O238.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/P117.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S141.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W76.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q27.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q6D.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T9D.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W110.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/modules/TextOperations/MDCParser/Constants/ScriptCodes.py: -------------------------------------------------------------------------------- 1 | ################################## 2 | # constants taken from the jsesh 3 | # ################################ 4 | # original author: Serge Rosmorduc 5 | # python author: Kaan Eraslan 6 | # license: GPL-3, see LICENSE 7 | # No Warranty 8 | # 9 | # Note: Explanations in the docstrings are for the most part taken 10 | # from java source files 11 | ################################### 12 | 13 | class ScriptCodes(object): 14 | """Class Regrouping non hieroglyphic script codes""" 15 | ALL = "*" 16 | HIEROGLYPHIC= 's' 17 | LATIN= 'l' 18 | ITALIC= 'i' 19 | BOLD= 'b' 20 | TRANSLITERATION= 't' 21 | COPTIC= 'c' 22 | GREEK= 'g' 23 | HEBREW= 'h' 24 | CYRILLIC = 'c' 25 | COMMENT= '+' 26 | 27 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O25.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R101.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S198.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U27A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa42.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/H5B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O78.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T86.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U27.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Z18.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/A348A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa21B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Aa24B.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/D22.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/M210.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T97.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/US22W17BVARE.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/V25.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N30.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O310.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R69.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R96.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S43D.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/X6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/D150.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/F37D.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/N140.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q7F.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R117.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R95.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/T35.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W119.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/X6D.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O190.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R12O.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U26A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U34A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/US22F31AEXTU.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Y24.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S180.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/S36D.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U111.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/O32D.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/Q7C.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/R40A.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U24E.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/U26.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W113.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /pysesh/core/data/Images/GlyphSvg/W8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | --------------------------------------------------------------------------------