Metadata-Version: 2.0
Name: istr
Version: 1.0.1
Summary: Case-insensitive string implementation.
Home-page: https://github.com/saltstack/istr
Author: Pedro Algarvio
Author-email: pedro@algarvio.me
License: Apache Software License 2.0
Keywords: case-insensitive string match
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5

====
istr
====


.. image:: https://img.shields.io/travis/saltstack/istr.svg
        :target: https://travis-ci.org/saltstack/istr

.. image:: https://ci.appveyor.com/api/projects/status/github/saltstack/istr?branch=master&svg=true
    :target: https://ci.appveyor.com/project/saltstack-public/istr/branch/master
    :alt: See Build Status on AppVeyor

.. image:: https://codecov.io/github/saltstack/istr/coverage.svg?branch=master
    :target: https://codecov.io/github/saltstack/istr?branch=master
    :alt: Code Coverage

.. image:: https://readthedocs.org/projects/istr/badge/?version=latest
        :target: https://istr.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/saltstack/istr/shield.svg
     :target: https://pyup.io/repos/github/saltstack/istr/
     :alt: Updates

.. image:: https://img.shields.io/pypi/v/istr.svg?style=flat
    :alt: PyPI Package latest release
    :target: https://pypi.python.org/pypi/istr

.. image:: https://img.shields.io/pypi/wheel/istr.svg?style=flat
    :alt: PyPI Wheel
    :target: https://pypi.python.org/pypi/istr

.. image:: https://img.shields.io/pypi/pyversions/istr.svg?style=flat
    :alt: Supported versions
    :target: https://pypi.python.org/pypi/istr

.. image:: https://img.shields.io/pypi/implementation/istr.svg?style=flat
    :alt: Supported implementations
    :target: https://pypi.python.org/pypi/istr


Case-insensitive string implementation based on:

* https://code.activestate.com/recipes/194371/
* https://stackoverflow.com/a/29247821/1258307


License
-------
* Free software: Apache Software License 2.0


Documentation
-------------

* https://istr.readthedocs.io.


Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

1.0.1 (2018-01-08)
--------------------

* Minor changes to README for proper description on PyPi


1.0.0 (2018-01-08)
------------------

* First release (Deleted from PyPI).


