Skip to main content

The most useful functions in everyday life

Project description

UsefulPy

The most useful functions in everyday life

Installation

Use the package manager pip to install usefulpy.

pip install usefulpy

Usage

from usefulpy.math import is_negative, is_ten

is_ten(10) # returns 'True'
is_ten(9) # returns 'False'

is_negative(-1) # returns 'True'
is_negative(1) # returns 'False'
is_negative(0) # returns 'False'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

usefulpy-0.7.tar.gz (3.0 kB view hashes)

Uploaded Source

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