notint


Namenotint JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/donno2048/notint
SummaryThis is not an integer
upload_time2021-04-07 15:55:14
maintainer
docs_urlNone
authorElisha Hollander
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # notint

## Install it from PyPi

```sh
pip install notint
```

## Install it from GitHub

```sh
pip install git+https://github.com/donno2048/notint
```

## Examples

After installing the package try to run this in the python console (line-by-line):

```py
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)
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/donno2048/notint",
    "name": "notint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Elisha Hollander",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/76/cc/24e883b64d3c70e26ef8396b1891621f9b113cc937ab07df2eeda06a0549/notint-1.0.1.tar.gz",
    "platform": "",
    "description": "# notint\n\n## Install it from PyPi\n\n```sh\npip install notint\n```\n\n## Install it from GitHub\n\n```sh\npip install git+https://github.com/donno2048/notint\n```\n\n## Examples\n\nAfter installing the package try to run this in the python console (line-by-line):\n\n```py\nfrom notint import NotInt # Import NotInt\nnoin = NotInt(42) # Create a new NotInt object with the value of 42 (or else)\nisinstance(noin, int) # Check whether python thinks it's an int\nnoin == None\nnoin is None\nnoin == noin\nnoin != noin\nnoin == \"42\"\nnoin == 42\nnoin == 43\nprint(noin)\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is not an integer",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/donno2048/notint"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7df631332f34de89cfda7bc9b80daa71ece6166bda44460b80bbf1264ac1990e",
                "md5": "268245ddfebd97182909d711cb3f69dd",
                "sha256": "c67e79cea0ca00c692bf55a3a7e61d27ae6ab4c7547ac209ca14497514e1831b"
            },
            "downloads": -1,
            "filename": "notint-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "268245ddfebd97182909d711cb3f69dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2374,
            "upload_time": "2021-04-07T15:55:12",
            "upload_time_iso_8601": "2021-04-07T15:55:12.763464Z",
            "url": "https://files.pythonhosted.org/packages/7d/f6/31332f34de89cfda7bc9b80daa71ece6166bda44460b80bbf1264ac1990e/notint-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76cc24e883b64d3c70e26ef8396b1891621f9b113cc937ab07df2eeda06a0549",
                "md5": "128103308c221f6b60d39db6ff4f0d0a",
                "sha256": "e97e1af46080c3706cdcfc09cf041e70b618fd64d9ebb767ff0137c689dc6741"
            },
            "downloads": -1,
            "filename": "notint-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "128103308c221f6b60d39db6ff4f0d0a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1447,
            "upload_time": "2021-04-07T15:55:14",
            "upload_time_iso_8601": "2021-04-07T15:55:14.294594Z",
            "url": "https://files.pythonhosted.org/packages/76/cc/24e883b64d3c70e26ef8396b1891621f9b113cc937ab07df2eeda06a0549/notint-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-04-07 15:55:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "donno2048",
    "github_project": "notint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "notint"
}
        
Elapsed time: 0.26941s