summaryrefslogtreecommitdiff
path: root/textproc/py-gnosis-utils/DESCR
diff options
context:
space:
mode:
authorrecht <recht>2004-03-06 18:54:12 +0000
committerrecht <recht>2004-03-06 18:54:12 +0000
commit041e7380da70f32304795a0814f6647b18c9b9fa (patch)
tree11210dd7dcc15518e6a703667fdd3c34d388076b /textproc/py-gnosis-utils/DESCR
parent86de85bdc20d1814d3db095df38c5ad4e09cb540 (diff)
downloadpkgsrc-041e7380da70f32304795a0814f6647b18c9b9fa.tar.gz
initial import of Gnosis-Utils-1.1.1
from pkgsrc-wip Gnosis Utilities contains several subpackages for working with XML, as well as other generally useful tools. The major modules are: gnosis.indexer (Full-text indexing/searching) gnosis.xml.pickle (XML pickling of Python objects) gnosis.xml.objectify (Any XML to "native" Python objects) gnosis.xml.validity (Enforce validity constraints) gnosis.xml.relax (Tools for working with RelaxNG) gnosis.xml.indexer (XPATH indexing of XML documents) [...].convert.txt2html (Convert ASCII source files to HTML) gnosis.util.dtd2sql (DTD -> SQL 'CREATE TABLE' statements) gnosis.util.sql2dtd (SQL query -> DTD for query results) gnosis.util.xml2sql (XML -> SQL 'INSERT INTO' statements) gnosis.util.combinators (Combinatorial higher-order functions) gnosis.util.introspect (Introspect Python objects) gnosis.magic (Multimethods, metaclasses, etc)
Diffstat (limited to 'textproc/py-gnosis-utils/DESCR')
-rw-r--r--textproc/py-gnosis-utils/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/py-gnosis-utils/DESCR b/textproc/py-gnosis-utils/DESCR
new file mode 100644
index 00000000000..b0f39fed761
--- /dev/null
+++ b/textproc/py-gnosis-utils/DESCR
@@ -0,0 +1,16 @@
+Gnosis Utilities contains several subpackages for working with XML,
+as well as other generally useful tools. The major modules are:
+
+ gnosis.indexer (Full-text indexing/searching)
+ gnosis.xml.pickle (XML pickling of Python objects)
+ gnosis.xml.objectify (Any XML to "native" Python objects)
+ gnosis.xml.validity (Enforce validity constraints)
+ gnosis.xml.relax (Tools for working with RelaxNG)
+ gnosis.xml.indexer (XPATH indexing of XML documents)
+ [...].convert.txt2html (Convert ASCII source files to HTML)
+ gnosis.util.dtd2sql (DTD -> SQL 'CREATE TABLE' statements)
+ gnosis.util.sql2dtd (SQL query -> DTD for query results)
+ gnosis.util.xml2sql (XML -> SQL 'INSERT INTO' statements)
+ gnosis.util.combinators (Combinatorial higher-order functions)
+ gnosis.util.introspect (Introspect Python objects)
+ gnosis.magic (Multimethods, metaclasses, etc)