This is not an integer
Project description
notint
Install it from PyPi
pip install notint
Install it from GitHub
pip install git+https://github.com/donno2048/notint
Examples
After installing the package try to run this in the python console (line-by-line):
from notint import NotInt # Import NotInt
noin = NotInt(42) # Create a new NotInt object with the value of 42 (or else)
isinstance(noin, int) # Check whether python thinks it's an int
noin == None
noin is None
noin == noin
noin != noin
noin == "42"
noin == 42
noin == 43
print(noin)
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
notint-1.0.1.tar.gz
(1.4 kB
view details)
Built Distribution
File details
Details for the file notint-1.0.1.tar.gz
.
File metadata
- Download URL: notint-1.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e97e1af46080c3706cdcfc09cf041e70b618fd64d9ebb767ff0137c689dc6741 |
|
MD5 | 128103308c221f6b60d39db6ff4f0d0a |
|
BLAKE2b-256 | 76cc24e883b64d3c70e26ef8396b1891621f9b113cc937ab07df2eeda06a0549 |
File details
Details for the file notint-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: notint-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c67e79cea0ca00c692bf55a3a7e61d27ae6ab4c7547ac209ca14497514e1831b |
|
MD5 | 268245ddfebd97182909d711cb3f69dd |
|
BLAKE2b-256 | 7df631332f34de89cfda7bc9b80daa71ece6166bda44460b80bbf1264ac1990e |