aboutsummaryrefslogtreecommitdiff
path: root/libraries/pystring/slack-desc
blob: 80856ffa97b21d2796bbeea0d0817aa49a638cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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: