A simple package to check if a number is positive.
Project description
ispositive
A simple Python package to check if a number is positive.
Installation
pip install ispositive
Usage
import ispositive
print(ispositive.is_positive(5)) # True
print(ispositive.is_positive(-3)) # False
Author
Created by Keshav Sharma
License
MIT License - Free for everyone
🚀 Final Summary
LICENSE(MIT License - Free for everyone)README.md(Documentation with usage example)
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
ispositive-0.1.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ispositive-0.1.tar.gz.
File metadata
- Download URL: ispositive-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cea8f47270695cbb1f2022528eac24c360881c6dde70330c60ed6b48c49fc8bc
|
|
| MD5 |
2c0c9aac3dc95beb3844cf32f02fc5a0
|
|
| BLAKE2b-256 |
8719061378da04d5cc4d771ea6b6062ecbd45ce4f1c96edf2319266ae23cc0e4
|
File details
Details for the file ispositive-0.1-py3-none-any.whl.
File metadata
- Download URL: ispositive-0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa90a65c039ccd219f81aeb1454e840806c28dd3214f4575d6ecb3f463b25c63
|
|
| MD5 |
c4d299e913b385b209b5c9ca6e6b79dd
|
|
| BLAKE2b-256 |
092fd2070ca28ebc4d40eedf5a7720f9be0616d617045abfefb7c9bbcfd04c20
|