cpuid


Namecpuid JSON
Version 0.0.11 PyPI version JSON
download
home_pagehttps://github.com/fpelliccioni/cpuid-py
Summarycpuid Pythonic API
upload_time2023-03-13 14:56:47
maintainer
docs_urlNone
authorFernando Pelliccioni
requires_python
licenseMIT
keywords cpuid intel amd x86 cpu
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # cpuid <a target="_blank" href="https://travis-ci.org/fpelliccioni/cpuid-py">![Travis status][badge.Travis]</a> <a target="_blank" href="https://ci.appveyor.com/project/fpelliccioni/cpuid-py">![Appveyor status][badge.Appveyor]</a>

> cpuid Pythonic API


## Getting started

### Stable version:

```
    $ pip install --upgrade cpuid
```

### Development version:

```
    $ pip install --upgrade --index-url https://test.pypi.org/pypi/ cpuid
```

<!-- Links -->
[badge.Appveyor]: https://ci.appveyor.com/api/projects/status/github/fpelliccioni/cpuid-py?svg=true&branch=master
[badge.Travis]: https://travis-ci.org/fpelliccioni/cpuid-py.svg?branch=master



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fpelliccioni/cpuid-py",
    "name": "cpuid",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cpuid intel amd x86 cpu",
    "author": "Fernando Pelliccioni",
    "author_email": "fpelliccioni@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/6b/d2e683edb6753cf1b941d28ba3f4d8aac357bf0730e4504d2140bec8598b/cpuid-0.0.11.tar.gz",
    "platform": null,
    "description": "# cpuid <a target=\"_blank\" href=\"https://travis-ci.org/fpelliccioni/cpuid-py\">![Travis status][badge.Travis]</a> <a target=\"_blank\" href=\"https://ci.appveyor.com/project/fpelliccioni/cpuid-py\">![Appveyor status][badge.Appveyor]</a>\n\n> cpuid Pythonic API\n\n\n## Getting started\n\n### Stable version:\n\n```\n    $ pip install --upgrade cpuid\n```\n\n### Development version:\n\n```\n    $ pip install --upgrade --index-url https://test.pypi.org/pypi/ cpuid\n```\n\n<!-- Links -->\n[badge.Appveyor]: https://ci.appveyor.com/api/projects/status/github/fpelliccioni/cpuid-py?svg=true&branch=master\n[badge.Travis]: https://travis-ci.org/fpelliccioni/cpuid-py.svg?branch=master\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "cpuid Pythonic API",
    "version": "0.0.11",
    "split_keywords": [
        "cpuid",
        "intel",
        "amd",
        "x86",
        "cpu"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f6bd2e683edb6753cf1b941d28ba3f4d8aac357bf0730e4504d2140bec8598b",
                "md5": "00aea8f896111a8ca0b3f247eeb5a242",
                "sha256": "e4e098dd7e0a76c16058306106c764a594d19c19d6577b905c8b2effb71e616c"
            },
            "downloads": -1,
            "filename": "cpuid-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "00aea8f896111a8ca0b3f247eeb5a242",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10211,
            "upload_time": "2023-03-13T14:56:47",
            "upload_time_iso_8601": "2023-03-13T14:56:47.244353Z",
            "url": "https://files.pythonhosted.org/packages/4f/6b/d2e683edb6753cf1b941d28ba3f4d8aac357bf0730e4504d2140bec8598b/cpuid-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-13 14:56:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "fpelliccioni",
    "github_project": "cpuid-py",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "cpuid"
}
        
Elapsed time: 0.04781s