METADATA 794 B

123456789101112131415161718192021222324252627
  1. Metadata-Version: 2.1
  2. Name: py-cpuinfo
  3. Version: 9.0.0
  4. Summary: Get CPU info with pure Python
  5. Home-page: https://github.com/workhorsy/py-cpuinfo
  6. Author: Matthew Brennan Jones
  7. Author-email: matthew.brennan.jones@gmail.com
  8. License: MIT
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Topic :: Utilities
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Programming Language :: Python :: 3
  14. License-File: LICENSE
  15. py-cpuinfo
  16. ==========
  17. Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work
  18. without any extra programs or libraries, beyond what your OS provides.
  19. It does not require any compilation(C/C++, assembly, et cetera) to use.
  20. It works with Python 3.
  21. Documentation can be viewed here: https://github.com/workhorsy/py-cpuinfo