diff options
Diffstat (limited to 'devel/py-oslex/pkg-descr')
-rw-r--r-- | devel/py-oslex/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-oslex/pkg-descr b/devel/py-oslex/pkg-descr new file mode 100644 index 000000000000..e4f1806e94f3 --- /dev/null +++ b/devel/py-oslex/pkg-descr @@ -0,0 +1,5 @@ +oslex is an OS-independent wrapper for shlex and mslex. + +Its main purpose is to provide functions similar in functionality to +shlex.quote(), shlex.split() and shlex.join() on both Windows and +POSIX-compatible platforms. |