Metadata-Version: 2.1
Name: stis-number
Version: 0.0.7
Summary: A Python library to determine if something is a number.
Home-page: UNKNOWN
Author: Steve
Author-email: steve@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.8)
Requires-Dist: requests (==2.22.0)
Requires-Dist: urllib3 (==1.25.8)
Requires-Dist: versioneer (==0.18)

is-number
==========

.. image:: https://img.shields.io/pypi/v/stis-number
   :alt: PyPi

A Python library to determine if something is a number.

Installation
-------------

.. code-block:: bash

	pip install stis-number

