summaryrefslogtreecommitdiff
path: root/plac/doc/plac_core.txt
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2011-01-13 12:37:58 +0100
committerMichele Simionato <michele.simionato@gmail.com>2011-01-13 12:37:58 +0100
commite9a0ed07f8503f3e9d12a85ce97f0950dce742b2 (patch)
tree31ca1f8e32d93b3e39614b4682e5f1d72035bc70 /plac/doc/plac_core.txt
parentc5563182313e8be731a15e5cc08b90e33970893b (diff)
downloadmicheles-e9a0ed07f8503f3e9d12a85ce97f0950dce742b2.tar.gz
Added a note about commandline and marrow.script in the documentation
Diffstat (limited to 'plac/doc/plac_core.txt')
-rw-r--r--plac/doc/plac_core.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/plac/doc/plac_core.txt b/plac/doc/plac_core.txt
index 1509c94..ef75104 100644
--- a/plac/doc/plac_core.txt
+++ b/plac/doc/plac_core.txt
@@ -692,6 +692,7 @@ arguably even easier than plac_:
- opterator_ by Dusty Phillips
- CLIArgs_ by Pavel Panchekha
+- commandline_ by David Laban
Luckily for me none of such projects had the idea of using
function annotations and argparse_; as a consequence, they are
@@ -707,6 +708,10 @@ library and as such it shares many features with the module cmd2_ by
Catherine Devlin. However, this is completely coincidental, since I became
aware of the cmd2_ module only after writing plac_.
+Command-line argument parsers keep coming out; between the newcomers
+I will notice `marrow.script`_ by Alice Bevan-McGregor, which is quite
+similar to plac_ in spirit, but does not rely on argparse_ at all.
+
The future
-------------------------------
@@ -780,3 +785,5 @@ That's all, I hope you will enjoy working with plac_!
.. _advanced usage document: in-writing
.. _cmd2: http://packages.python.org/cmd2/
.. _cmd: http://docs.python.org/library/cmd.html
+.. _marrow.script: https://github.com/pulp/marrow.script
+.. _commandline: http://pypi.python.org/pypi/commandline