PACKAGE NAME: pystring-1.1.4-x86_64-1_slackdce.txz PACKAGE MIRROR: . PACKAGE LOCATION: ./libraries/pystring PACKAGE SIZE (compressed): 32 K PACKAGE SIZE (uncompressed): 142 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: pystring: pystring (C++ implementation of Python string methods) pystring: pystring: Originally developed at Sony Pictures Imageworks, pystring is a pystring: collection of C++ functions which match the interface and behavior pystring: of python's string class methods using std::string. Implemented pystring: in C++, it does not require or make use of a python interpreter. pystring: It provides convenience and familiarity for common string operations pystring: not included in the standard C++ library. It's also useful in pystring: environments where both C++ and python are used. pystring: pystring: