Metadata-Version: 2.1
Name: cpuid
Version: 0.0.11
Summary: cpuid Pythonic API
Home-page: https://github.com/fpelliccioni/cpuid-py
Author: Fernando Pelliccioni
Author-email: fpelliccioni@gmail.com
License: MIT
Keywords: cpuid intel amd x86 cpu
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
License-File: LICENSE

# 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


