summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..4aecec7
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,16 @@
+EUMEL-python
+============
+
+Tools for dealing with EUMEL_ datastructures and files, mostly written in Python.
+
+.. _EUMEL: https://6xq.net/eumel/
+
+``elan.py``
+ is a lexer for pygments and used to highlight the packages found
+ `here <https://6xq.net/eumel/src/>`__.
+``extractAll.sh``
+ bulk-extracts all archive disk images whose paths are read from stdin. It
+ also converts text dataspaces to text files usable with modern computers.
+
+ Calls ``convertCharset.py``, ``convertFileDs.py``, ``extractArchive.py``
+ and ``linearizeDisk.py``.