AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
omp_thread_count/__init__.py
omp_thread_count/_omp.c
omp_thread_count/_omp.pxd
omp_thread_count/_omp_wrapper.c
omp_thread_count/_omp_wrapper.pyx
omp_thread_count.egg-info/PKG-INFO
omp_thread_count.egg-info/SOURCES.txt
omp_thread_count.egg-info/dependency_links.txt
omp_thread_count.egg-info/not-zip-safe
omp_thread_count.egg-info/top_level.txt
omp_thread_count/include/get_thread_count.h
tests/__init__.py
tests/_test_cimport.c
tests/_test_cimport.pyx
tests/_test_cimport.so
tests/test_cimport.py
tests/test_get_thread_count.py