anfrac


Nameanfrac JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/anvai0304/anfrac
SummaryA custom Fraction data type library
upload_time2024-08-06 03:26:04
maintainerNone
docs_urlNone
authorAnvai Shrivastava
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # anfrac

`anfrac` is a Python library providing a custom `Fraction` data type with basic arithmetic operations.
This is a first demo of the datatype, more additions will be coming soon.

## Installation

To install `anfrac`, run:

```bash
pip install anfrac

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/anvai0304/anfrac",
    "name": "anfrac",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Anvai Shrivastava",
    "author_email": "anvaishrivastava@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9b/76/ae8e084c228b21b9181332e5a87e2a199971af38ddd781b99a30ba80f164/anfrac-0.1.0.tar.gz",
    "platform": null,
    "description": "# anfrac\r\n\r\n`anfrac` is a Python library providing a custom `Fraction` data type with basic arithmetic operations.\r\nThis is a first demo of the datatype, more additions will be coming soon.\r\n\r\n## Installation\r\n\r\nTo install `anfrac`, run:\r\n\r\n```bash\r\npip install anfrac\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A custom Fraction data type library",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/anvai0304/anfrac"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb2731370d45eea3d9b6a3bf120fd495ad66598087d225ae6d303706ebb17183",
                "md5": "8736b9217e504a4ee7f9dde4976c4e5f",
                "sha256": "0b2ee7bc4a81563134d3b725666edfa692d5b9d968de4d71d519a75b46dc59d9"
            },
            "downloads": -1,
            "filename": "anfrac-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8736b9217e504a4ee7f9dde4976c4e5f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2073,
            "upload_time": "2024-08-06T03:26:02",
            "upload_time_iso_8601": "2024-08-06T03:26:02.655098Z",
            "url": "https://files.pythonhosted.org/packages/bb/27/31370d45eea3d9b6a3bf120fd495ad66598087d225ae6d303706ebb17183/anfrac-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b76ae8e084c228b21b9181332e5a87e2a199971af38ddd781b99a30ba80f164",
                "md5": "0a84c3ae7e2fd2390aa2c06e9875f8f1",
                "sha256": "bf2cb97f35cc0373662473cac51cf7a6c2e585ed7d566ea01f80be6eccf5a4c8"
            },
            "downloads": -1,
            "filename": "anfrac-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0a84c3ae7e2fd2390aa2c06e9875f8f1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1628,
            "upload_time": "2024-08-06T03:26:04",
            "upload_time_iso_8601": "2024-08-06T03:26:04.299639Z",
            "url": "https://files.pythonhosted.org/packages/9b/76/ae8e084c228b21b9181332e5a87e2a199971af38ddd781b99a30ba80f164/anfrac-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-06 03:26:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "anvai0304",
    "github_project": "anfrac",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "anfrac"
}
        
Elapsed time: 0.29825s