Metadata-Version: 2.0
Name: stringutils
Version: 0.2.0
Summary: A functional string utility library for Python
Home-page: https://github.com/huntie/stringutils
Author: Alex Hunt
Author-email: hello@alexhunt.io
License: MIT
Description-Content-Type: UNKNOWN
Keywords: string helpers transform
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

stringutils
===========

A functional string utility library for Python. Closely inspired by implementations in Haskell and PHP.

For more documentation, please see http://stringutils.readthedocs.io.

.. note::
    This package is still in an early development stage, and it is possible that the naming and API of some functions will change.

Features
--------

This library provides:

- A set of helpful additional string transformation and case conversion functions.
- Extended versions of existing *str* methods as functions where useful.

Installation
------------

Install using pip:

.. code-block:: sh

    pip install stringutils

Contribute
----------

- Source code: https://github.com/huntie/stringutils
- Issue tracker: https://github.com/huntie/stringutils/issues

License
-------

The project is licensed under the MIT license.


