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.
Source Distribution
usefulpy-0.7.tar.gz
(3.0 kB
view details)
File details
Details for the file usefulpy-0.7.tar.gz
.
File metadata
- Download URL: usefulpy-0.7.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e670c3d5cbd6072ef358eba44f41e7ff011dbfba19384fb9ece9af03ed800ee0 |
|
MD5 | df0365196bb9d0dbec268bc75a933f4a |
|
BLAKE2b-256 | 06e41798fc1b50dfa4a78041caa0b781d35d2782e876ef5cc87512e73fed38f9 |