infj


Nameinfj JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/KoolShow/infj
SummaryA Python package that provides the infj complex number literal (0+∞j)
upload_time2025-07-22 13:33:08
maintainerNone
docs_urlNone
authorKoolShow
requires_python>=3.6
licenseNone
keywords infj complex numbers infinity literals mathematics mbti
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # INFJ

A Python package that provides the `infj` complex number literal (0+∞j).

## Overview

`infj` is a simple yet useful Python package that defines a complex number literal with zero real part and infinite imaginary part. This can be useful in mathematical computations involving complex infinity.

`infj` is also known as the INFJ Personality Type in the Myers-Briggs Type Indicator (MBTI).

## Installation

You can install `infj` using pip:

```bash
pip install infj
```

## Usage

```python
from infj import infj

# Basic usage
print(infj)  # Output: infj
print(type(infj))  # Output: <class 'complex'>

# Mathematical properties
print(infj.real)  # 0.0
print(infj.imag)  # inf

# Comparisons
print(infj == complex(0, float('inf')))  # True

# Mathematical operations
from math import inf

result = inf + infj
print(result)  # (inf+infj)
```

## Requirements

- Python 3.6 or higher
- No external dependencies (uses only standard library)

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under the WTFPL License - see the [LICENSE](LICENSE) file for details.

## Author

KoolShow - `<koolshowtec@gmail.com>`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/KoolShow/infj",
    "name": "infj",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "KoolShow <koolshowtec@gmail.com>",
    "keywords": "infj, complex numbers, infinity, literals, mathematics, mbti",
    "author": "KoolShow",
    "author_email": "KoolShow <koolshowtec@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bb/cb/fa855bfe37648bbaba682ec608205d0cc098a66bdabe5a31c78167696d51/infj-1.0.1.tar.gz",
    "platform": null,
    "description": "# INFJ\n\nA Python package that provides the `infj` complex number literal (0+\u221ej).\n\n## Overview\n\n`infj` is a simple yet useful Python package that defines a complex number literal with zero real part and infinite imaginary part. This can be useful in mathematical computations involving complex infinity.\n\n`infj` is also known as the INFJ Personality Type in the Myers-Briggs Type Indicator (MBTI).\n\n## Installation\n\nYou can install `infj` using pip:\n\n```bash\npip install infj\n```\n\n## Usage\n\n```python\nfrom infj import infj\n\n# Basic usage\nprint(infj)  # Output: infj\nprint(type(infj))  # Output: <class 'complex'>\n\n# Mathematical properties\nprint(infj.real)  # 0.0\nprint(infj.imag)  # inf\n\n# Comparisons\nprint(infj == complex(0, float('inf')))  # True\n\n# Mathematical operations\nfrom math import inf\n\nresult = inf + infj\nprint(result)  # (inf+infj)\n```\n\n## Requirements\n\n- Python 3.6 or higher\n- No external dependencies (uses only standard library)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the WTFPL License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\nKoolShow - `<koolshowtec@gmail.com>`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package that provides the infj complex number literal (0+\u221ej)",
    "version": "1.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/KoolShow/infj/issues",
        "Documentation": "https://github.com/KoolShow/infj#readme",
        "Homepage": "https://github.com/KoolShow/infj",
        "Repository": "https://github.com/KoolShow/infj"
    },
    "split_keywords": [
        "infj",
        " complex numbers",
        " infinity",
        " literals",
        " mathematics",
        " mbti"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dedb126e749ca9c428505e316325d4a3cc9f1230f3d61b5fab2fb5087d736cf9",
                "md5": "0f2ba46a0d53b61d7588b70972dfa190",
                "sha256": "83e9d1a44803b2586f38a2284d51fea2498298594a45bca35c0f05a56105f713"
            },
            "downloads": -1,
            "filename": "infj-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f2ba46a0d53b61d7588b70972dfa190",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3775,
            "upload_time": "2025-07-22T13:33:06",
            "upload_time_iso_8601": "2025-07-22T13:33:06.169397Z",
            "url": "https://files.pythonhosted.org/packages/de/db/126e749ca9c428505e316325d4a3cc9f1230f3d61b5fab2fb5087d736cf9/infj-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bbcbfa855bfe37648bbaba682ec608205d0cc098a66bdabe5a31c78167696d51",
                "md5": "6e1a1af97b15609b1d846e60cf7022cf",
                "sha256": "efc9f1766c27f85eea69b07e06197139b4090337ee38fabb2ba7c0cf9b75fd91"
            },
            "downloads": -1,
            "filename": "infj-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6e1a1af97b15609b1d846e60cf7022cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3592,
            "upload_time": "2025-07-22T13:33:08",
            "upload_time_iso_8601": "2025-07-22T13:33:08.327118Z",
            "url": "https://files.pythonhosted.org/packages/bb/cb/fa855bfe37648bbaba682ec608205d0cc098a66bdabe5a31c78167696d51/infj-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 13:33:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KoolShow",
    "github_project": "infj",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "infj"
}
        
Elapsed time: 0.74248s