# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| 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: