AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
pytest.ini
setup.cfg
setup.py
setup_tests.py
tox.ini
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
scripts/check_for_openmp.py
src/omp_thread_count/__init__.py
src/omp_thread_count/_omp.c
src/omp_thread_count/_omp.pxd
src/omp_thread_count/_omp.pyx
src/omp_thread_count.egg-info/PKG-INFO
src/omp_thread_count.egg-info/SOURCES.txt
src/omp_thread_count.egg-info/dependency_links.txt
src/omp_thread_count.egg-info/not-zip-safe
src/omp_thread_count.egg-info/top_level.txt
src/omp_thread_count/include/omp_thread_count.h
tests/__init__.py
tests/_test_cimport.pyx
tests/test_cimport.py
tests/test_omp_thread_count.py