We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78b868 commit 7ab53d6Copy full SHA for 7ab53d6
README.md
@@ -13,7 +13,15 @@ Recursively parse and index subtitle text for future use.
13
To use it:
14
15
$ mach3 --help
16
+
17
+### What it does:
18
19
+* Recursively find all .ass files in the directory given.
20
+* Parse the .ass files, regex-process the text
21
+* Store the text in a SQLite database
22
+* (When searching) Query from the SQLite database
23
24
+A fun project for anime fans.
25
26
### Open-source code used:
27
setup.py
@@ -34,7 +34,6 @@
34
# 'Development Status :: 7 - Inactive',
35
'Environment :: Console',
36
'Intended Audience :: Developers',
37
- 'License :: OSI Approved :: BSD License',
38
'Operating System :: POSIX',
39
'Operating System :: MacOS',
40
'Operating System :: Unix',
0 commit comments