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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size usefulpy-0.6.tar.gz (1.8 kB) | File type Source | Python version None | Upload date | Hashes View |