An open API service indexing awesome lists of open source software.

https://github.com/saltstack/istr

Case-insensitive string matching
https://github.com/saltstack/istr

case-insensitive library python-3 python3 string

Last synced: 4 months ago
JSON representation

Case-insensitive string matching

Awesome Lists containing this project

README

          

====
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