Metadata-Version: 2.1
Name: num2rank
Version: 1.0.1
Summary: Converts integers (1, 2, 3) into ranks (1st, 2nd, 3rd)
Home-page: UNKNOWN
Author: AnnoyingRains
Author-email: <annoyingrain5@gmail.com>
License: UNKNOWN
Keywords: python,number,1st,2nd,3rd,1 to 1st,number converter,number suffix converter,number suffix
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

Description:

A package that allows the conversion between integers, for example 1, 2 or 3, to ranks, for example 1st, 2nd or 3rd.

Example Usage:

 `print(num2rank(5))`



