-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules to latest versions
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule chirptext
updated
34 files
+4 −0 | .gitignore | |
+1 −1 | LICENSE | |
+38 −28 | README.md | |
+0 −3 | build.sh | |
+15 −48 | chirptext/__init__.py | |
+15 −0 | chirptext/__version__.py | |
+54 −34 | chirptext/anhxa.py | |
+11 −32 | chirptext/arsenal.py | |
+3 −26 | chirptext/chirpnet.py | |
+2 −26 | chirptext/cli.py | |
+14 −29 | chirptext/daophay.py | |
+83 −64 | chirptext/deko.py | |
+71 −0 | chirptext/dekomecab.py | |
+178 −53 | chirptext/io.py | |
+48 −66 | chirptext/leutile.py | |
+2 −31 | chirptext/luke.py | |
+5 −26 | chirptext/sino.py | |
+384 −155 | chirptext/texttaglib.py | |
+1 −1 | logging.json | |
+4 −0 | release.sh | |
+2 −0 | requirements-optional.txt | |
+16 −40 | setup.py | |
+2 −2 | test/__init__.py | |
+4 −5 | test/logging.json | |
+26 −30 | test/test_anhxa.py | |
+9 −25 | test/test_arsenal.py | |
+3 −25 | test/test_chirpnet.py | |
+18 −28 | test/test_daophay.py | |
+99 −31 | test/test_deko.py | |
+35 −28 | test/test_io.py | |
+53 −40 | test/test_leutile.py | |
+2 −24 | test/test_luke.py | |
+2 −24 | test/test_sino.py | |
+132 −45 | test/test_ttlib.py |
Submodule puchikarui
updated
10 files
+7 −1 | CHANGES.md | |
+2 −0 | MANIFEST.in | |
+2 −2 | README.md | |
+0 −5 | TODO.md | |
+3 −0 | build.sh | |
+42 −31 | puchikarui.demo.py | |
+44 −1 | puchikarui/__init__.py | |
+19 −40 | puchikarui/puchikarui.py | |
+37 −57 | setup.py | |
+20 −16 | test/test_puchikarui.py |