Skip to main content

module for comparing to strings

Project description

Compare strings

  • A python library for comparing 2 strings
  • in the case of str1 = str2 returned value would be 1
  • in the case of str1 > str2 returned value would be 0
  • in the case of str1 < str2 returned value would be -1

Installation:

pip3 install compare_strings_lib

Usage:

from strings.compare import compare

    result = compare("1.2", "1.1")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compare_strings_lib-0.0.2.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

compare_strings_lib-0.0.2-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page