Metadata-Version: 1.1
Name: numa
Version: 1.4.3
Summary: Interface to numa(3) Linux API for Python
Home-page: http://github.com/smira/py-numa
Author: Andrey Smirnov
Author-email: me@smira.ru
License: MIT
Description: 
                numa provides interface to numa(3) Linux APIs (version 1/2).
        
                It allows to query NUMA state, change memory & scheduling policies.
        
                Supports PyPy (via ctypes) and CPython (via Cython).
                
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
