Skip to main content

The number-utility module makes it simple for you to do number manipulation and perform various operations on numbers.

Project description

number-utility

GitHub followers GitHub forks GitHub Repo stars Lines of code GitHub PyPI

Introduction

The number-utility module makes it simple for you to do number manipulation and perform various operations on numbers.

Installation

You can install the module using pip as shown below.

pip install number-utility

Usage

Consider the following examples :

from number_utility import *

num1 = 12
num2 = 60

print(gcd(num1, num2))
#Output - 12
from number_utility import *

start = 2
end = 10

print(generate_primes(start, end))
#Output - [2, 3, 5, 7]

Testing

To install number-utility, along with the tools you need to develop and run tests. Run the following command :

$ pip install -e .[dev]

For running the tests, type the following command :

py.test

Bugs/Requests

Please use the GitHub issue tracker to submit bugs or request features.

License

Copyright Vaidhyanathan S M, 2021

Distributed under the terms of the MIT license, number-utility is free and open source software.

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

number_utility-0.0.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

number_utility-0.0.3-py3-none-any.whl (4.7 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