one-dot-py


Nameone-dot-py JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryAdd your description here
upload_time2025-07-09 16:12:15
maintainerNone
docs_urlNone
authoranamoyee
requires_python>=3.9
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # one.py

## Usage:
```py
>>> import one
>>> one + one
<module 'two.py'>
>>> import two
>>> (one + two) ** two
<module 'nine.py'>
>>> import math
>>> two * math.pi
<module 'tau.py'>
>>> one + 19127838471238
<module 'nineteen_trillion_one_hundred_and_twenty_seven_billion_eight_hundred_and_thirty_eight_million_four_hundred_and_seventy_one_thousand_two_hundred_and_thirty_nine.py'>
```

Now as a `pip` installable package!
```
pip install one-dot-py
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "one-dot-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "anamoyee",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/81/ee/4fb748cb814339dc75c97f1b927c3469a07138020cf86001ebb97079f284/one_dot_py-1.0.2.tar.gz",
    "platform": null,
    "description": "# one.py\n\n## Usage:\n```py\n>>> import one\n>>> one + one\n<module 'two.py'>\n>>> import two\n>>> (one + two) ** two\n<module 'nine.py'>\n>>> import math\n>>> two * math.pi\n<module 'tau.py'>\n>>> one + 19127838471238\n<module 'nineteen_trillion_one_hundred_and_twenty_seven_billion_eight_hundred_and_thirty_eight_million_four_hundred_and_seventy_one_thousand_two_hundred_and_thirty_nine.py'>\n```\n\nNow as a `pip` installable package!\n```\npip install one-dot-py\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Add your description here",
    "version": "1.0.2",
    "project_urls": {
        "Documentation": "https://xkcd.com/730/",
        "Source (GitHub)": "https://github.com/anamoyee/one"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f2cc7210291c7304a0d0e6775af26a2213b41817d9be45097c9649594cc2db5c",
                "md5": "59793965feab91d7e9d8bbf843e08078",
                "sha256": "d8fe05c260df42967b43853523146399b6221dad9dbf06f55d515eaf2321eec8"
            },
            "downloads": -1,
            "filename": "one_dot_py-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59793965feab91d7e9d8bbf843e08078",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 15988,
            "upload_time": "2025-07-09T16:12:15",
            "upload_time_iso_8601": "2025-07-09T16:12:15.094702Z",
            "url": "https://files.pythonhosted.org/packages/f2/cc/7210291c7304a0d0e6775af26a2213b41817d9be45097c9649594cc2db5c/one_dot_py-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81ee4fb748cb814339dc75c97f1b927c3469a07138020cf86001ebb97079f284",
                "md5": "a6af5a9d2812b93663b0fc86b8e7721e",
                "sha256": "a6de947e09ec98c5efa5243454312096ebd42d40bad39adb500ebf5355ba00ea"
            },
            "downloads": -1,
            "filename": "one_dot_py-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a6af5a9d2812b93663b0fc86b8e7721e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18716,
            "upload_time": "2025-07-09T16:12:15",
            "upload_time_iso_8601": "2025-07-09T16:12:15.956507Z",
            "url": "https://files.pythonhosted.org/packages/81/ee/4fb748cb814339dc75c97f1b927c3469a07138020cf86001ebb97079f284/one_dot_py-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 16:12:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "anamoyee",
    "github_project": "one",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "one-dot-py"
}
        
Elapsed time: 1.51321s