Metadata-Version: 2.1
Name: cpu-count
Version: 1.0.0b1
Summary: A simple foundation to build python packages
Home-page: https://github.com/HeavenVolkoff/cpu_count
Author: Vítor Vasconcellos
Author-email: vasconcellos.dev@gmail.com
Maintainer: Vítor Vasconcellos
Maintainer-email: vasconcellos.dev@gmail.com
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/HeavenVolkoff/cpu_count/issues
Project-URL: Source Code, https://github.com/HeavenVolkoff/cpu_count
Keywords: base,modules,package,bootstrap,foundation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3 :: Only
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
Requires-Python: >3.5
Description-Content-Type: text/markdown; charset=UTF-8
Requires-Dist: importlib-metadata
Provides-Extra: dev
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: venvtools ; extra == 'dev'
Provides-Extra: docs
Provides-Extra: tests

# cpu_count

Modified version of python's `cpu_count` that takes into account system constraints to calculate the number of CPUs available

## Summary

+ [docs](./docs):
    > Folder containing everything related to documentation
+ [src](./src):
    > Folder containing all of the project's source code
+ [tests](./tests):
    > Folder containing all of the project's tests
+ [tools](./tools):
    > Folder containing tools for formatting and organizing code

## License

See [LICENSE](./LICENSE)

## COPYRIGHT

    Copyright (c) 2018 Vítor Augusto da Silva Vasconcellos. All rights reserved.


