what-os


Namewhat-os JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/what_os
SummaryCheck on what operating system the script is running
upload_time2022-12-29 09:46:28
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords check os
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Check on what operating system the script is running 

```python
$pip install what-os

from what_os import check_os
print(check_os())
possible return values:

windows
android
linux
macosx
```





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/what_os",
    "name": "what-os",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "check,os",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bd/47/37e95f12df87c34382c1bc834258943ce240b81be1713f27cef6aff6816e/what_os-0.10.tar.gz",
    "platform": null,
    "description": "\n# Check on what operating system the script is running \n\n```python\n$pip install what-os\n\nfrom what_os import check_os\nprint(check_os())\npossible return values:\n\nwindows\nandroid\nlinux\nmacosx\n```\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Check on what operating system the script is running",
    "version": "0.10",
    "split_keywords": [
        "check",
        "os"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d727d94a8bf10d9f3cb6b33fc3b49612",
                "sha256": "167d8863c9af238f6b301b90f88cd0bf100137148bff986076ea8bc845969deb"
            },
            "downloads": -1,
            "filename": "what_os-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d727d94a8bf10d9f3cb6b33fc3b49612",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4039,
            "upload_time": "2022-12-29T09:46:26",
            "upload_time_iso_8601": "2022-12-29T09:46:26.528729Z",
            "url": "https://files.pythonhosted.org/packages/94/09/2b3508b09edd3a668718c95f822f47136405442c63881d2744fe2cf497c7/what_os-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "578737aec9953f0ab6272af6338585dd",
                "sha256": "2eda0b42d5752bda0feae435bdf69125d3ce0536b0e899099b0ad3c3c759f44b"
            },
            "downloads": -1,
            "filename": "what_os-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "578737aec9953f0ab6272af6338585dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2963,
            "upload_time": "2022-12-29T09:46:28",
            "upload_time_iso_8601": "2022-12-29T09:46:28.075178Z",
            "url": "https://files.pythonhosted.org/packages/bd/47/37e95f12df87c34382c1bc834258943ce240b81be1713f27cef6aff6816e/what_os-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-29 09:46:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "what_os",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "what-os"
}
        
Elapsed time: 0.02376s