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
- Host: GitHub
- URL: https://github.com/saltstack/istr
- Owner: saltstack
- License: other
- Created: 2018-01-08T17:59:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T19:54:28.000Z (over 1 year ago)
- Last Synced: 2025-01-29T11:21:54.380Z (about 1 year ago)
- Topics: case-insensitive, library, python-3, python3, string
- Language: Python
- Size: 249 KB
- Stars: 6
- Watchers: 18
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
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